| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | translucent.c | 131 translucent_info *ov = on->on_bi.bi_private; in translucent_ldadd_cleanup() local 133 ov->defer_db_open = 0; in translucent_ldadd_cleanup() 141 translucent_info *ov; in translucent_ldadd() local 150 ov = on->on_bi.bi_private; in translucent_ldadd() 151 ca->be = &ov->db; in translucent_ldadd() 156 ov->defer_db_open = 0; in translucent_ldadd() 166 translucent_info *ov = on->on_bi.bi_private; in translucent_cfadd() local 174 0, ov->db.bd_info->bi_type ); in translucent_cfadd() 179 ca->be = &ov->db; in translucent_cfadd() 180 ov->defer_db_open = 0; in translucent_cfadd() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/ |
| H A D | variant.c | 45 variant_info_t *ov; member 245 variant_info_t *ov, in variant_find_config() argument 259 LDAP_STAILQ_FOREACH( vei, &ov->variants, next ) { in variant_find_config() 269 LDAP_STAILQ_FOREACH( vei, &ov->regex_variants, next ) { in variant_find_config() 286 variant_info_t *ov = on->on_bi.bi_private; in variant_op_add() local 291 if ( ov->passReplication && SLAPD_SYNC_IS_SYNCCONN(op->o_connid) && in variant_op_add() 300 op, ov, &op->o_req_ndn, VARIANT_INFO_ALL, &vei, 0, NULL ); in variant_op_add() 329 variant_info_t *ov = on->on_bi.bi_private; in variant_op_compare() local 338 op, ov, &op->o_req_ndn, VARIANT_INFO_ALL, &vei, nmatch, pmatch ); in variant_op_compare() 430 variant_info_t *ov = on->on_bi.bi_private; in variant_op_mod() local [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | flock.c | 90 OVERLAPPED ov; in rk_flock() 100 ZeroMemory(&ov, sizeof(ov)); in rk_flock() 101 ov.hEvent = NULL; in rk_flock() 102 ov.Offset = FLOCK_OFFSET_LOW; in rk_flock() 103 ov.OffsetHigh = FLOCK_OFFSET_HIGH; in rk_flock() 111 FLOCK_LENGTH_LOW, FLOCK_LENGTH_HIGH, &ov); in rk_flock() 116 FLOCK_LENGTH_LOW, FLOCK_LENGTH_HIGH, &ov); in rk_flock() 122 &ov); in rk_flock()
|
| /netbsd-src/games/gomoku/ |
| H A D | bdinit.c | 192 adjust_overlap(u_char ov, int ra, int offa, int rb, int offb, int mask) in adjust_overlap() argument 194 ov |= (offb == 5) ? mask & 0xA : mask; in adjust_overlap() 196 return ov; in adjust_overlap() 202 ov |= 0xA0; in adjust_overlap() 204 ov |= 0xF0; in adjust_overlap() 208 ov |= 0xA0; in adjust_overlap() 210 ov |= 0xF0; in adjust_overlap() 214 ov |= 0xC0; in adjust_overlap() 216 ov |= 0xF0; in adjust_overlap() 220 ov |= 0xC0; in adjust_overlap() [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tmodf.c | 103 int inexact, ov; in check_special_exprange() local 114 for (ov = 0; ov <= 1; ov++) in check_special_exprange() 116 const char *s = ov ? "@Inf@" : "1"; in check_special_exprange() 118 if (ov) in check_special_exprange() 128 " expected 0 and %s, got\n", ov, s); in check_special_exprange() 138 " expected 4, got %d\n", ov, inexact); in check_special_exprange() 141 eflags = MPFR_FLAGS_INEXACT | (ov ? MPFR_FLAGS_OVERFLOW : 0); in check_special_exprange() 145 " expected %u, got %u\n", ov, eflags, gflags); in check_special_exprange()
|
| H A D | texp2.c | 68 int inex, ov; in emax_m_eps() local 76 ov = mpfr_overflow_p (); in emax_m_eps() 77 if (!ov || !mpfr_inf_p (y) || inex <= 0) in emax_m_eps() 81 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no "); in emax_m_eps() 89 ov = mpfr_overflow_p (); in emax_m_eps() 90 if (!ov || !mpfr_inf_p (y) || inex <= 0) in emax_m_eps() 94 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no "); in emax_m_eps() 100 ov = mpfr_overflow_p (); in emax_m_eps() 101 if (ov || mpfr_inf_p (y) || inex >= 0 || in emax_m_eps() 106 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no "); in emax_m_eps()
|
| H A D | texp10.c | 68 int inex, ov; in emax_m_eps() local 76 ov = mpfr_overflow_p (); in emax_m_eps() 77 if (!ov || !mpfr_inf_p (y) || inex <= 0) in emax_m_eps() 81 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no "); in emax_m_eps() 379 int inex, ov; in main() local 479 ov = mpfr_overflow_p (); in main() 480 if (!(MPFR_IS_INF (y) && MPFR_IS_POS (y) && ov)) in main() 484 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no "); in main()
|
| /netbsd-src/games/backgammon/common_source/ |
| H A D | fancy.c | 315 int ov, nc; in fixpos() local 320 ov = abs(cur); in fixpos() 323 o = (ov - 1) / 5; in fixpos() 332 if (ov > nv) in fixpos() 334 abs(ov - nv), ' ', inc); in fixpos() 336 fixcol(r + inc * (ov - o * 5), nc, in fixpos() 337 abs(ov - nv), col, inc); in fixpos() 345 if (ov != 5) in fixpos() 346 fixcol(r + inc * ov, in fixpos() 347 c + 1, abs(ov in fixpos() [all...] |
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/ |
| H A D | datamorph.c | 493 datamorph_filter( Operation *op, datamorph_info *ov, Filter *f ) in datamorph_filter() argument 508 int rc = datamorph_filter( op, ov, f ); in datamorph_filter() 516 return datamorph_filter( op, ov, f->f_not ); in datamorph_filter() 524 ov->transformations, &needle, transformation_info_cmp ); in datamorph_filter() 547 datamorph_info *ov = on->on_bi.bi_private; in datamorph_op_add() local 575 if ( ldap_avl_find( ov->transformations, &needle, in datamorph_op_add() 598 t = ldap_avl_find( ov->transformations, &needle, transformation_info_cmp ); in datamorph_op_add() 631 datamorph_info *ov = on->on_bi.bi_private; in datamorph_op_compare() local 635 t = ldap_avl_find( ov->transformations, &needle, transformation_info_cmp ); in datamorph_op_compare() 660 datamorph_info *ov = on->on_bi.bi_private; in datamorph_op_mod() local [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| H A D | mulosi4_test.c | 25 int ov; in test__mulosi4() local 26 si_int x = __mulosi4(a, b, &ov); in test__mulosi4() 27 if (ov != expected_overflow) in test__mulosi4() 29 ov, expected_overflow); in test__mulosi4() 33 a, b, x, ov, expected, expected_overflow); in test__mulosi4()
|
| H A D | mulodi4_test.c | 21 int ov; in test__mulodi4() local 22 di_int x = __mulodi4(a, b, &ov); in test__mulodi4() 23 if (ov != expected_overflow) in test__mulodi4() 25 ov, expected_overflow); in test__mulodi4() 29 a, b, x, ov, expected, expected_overflow); in test__mulodi4()
|
| H A D | muloti4_test.c | 27 int ov; in test__muloti4() local 28 ti_int x = __muloti4(a, b, &ov); in test__muloti4() 29 if (ov != expected_overflow) { in test__muloti4() 40 ov, expected_overflow); in test__muloti4()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| H A D | mulosi4_test.c | 25 int ov; in test__mulosi4() local 26 si_int x = __mulosi4(a, b, &ov); in test__mulosi4() 27 if (ov != expected_overflow) in test__mulosi4() 29 ov, expected_overflow); in test__mulosi4() 33 a, b, x, ov, expected, expected_overflow); in test__mulosi4()
|
| H A D | mulodi4_test.c | 21 int ov; in test__mulodi4() local 22 di_int x = __mulodi4(a, b, &ov); in test__mulodi4() 23 if (ov != expected_overflow) in test__mulodi4() 25 ov, expected_overflow); in test__mulodi4() 29 a, b, x, ov, expected, expected_overflow); in test__mulodi4()
|
| H A D | muloti4_test.c | 27 int ov; in test__muloti4() local 28 ti_int x = __muloti4(a, b, &ov); in test__muloti4() 29 if (ov != expected_overflow) { in test__muloti4() 40 ov, expected_overflow); in test__muloti4()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
| H A D | Makefile.in | 121 $(SHLIB_ENV) $(VALGRIND) ../postcat/postcat -ov bug1.file.tmp 2>/dev/null >bug1.tmp 132 $(SHLIB_ENV) $(VALGRIND) ../postcat/postcat -ov bug2.file.tmp 2>/dev/null >bug2.tmp 143 $(SHLIB_ENV) $(VALGRIND) ../postcat/postcat -ov bug3.file.tmp 2>/dev/null >bug3.tmp 156 $(SHLIB_ENV) $(VALGRIND) ../postcat/postcat -ov test-queue-file.tmp 2>/dev/null >cleanup_milter.tmp 165 …$(SHLIB_ENV) $(VALGRIND) ../postcat/postcat -ov test-queue-file2.tmp 2>/dev/null >cleanup_milter.t… 174 …$(SHLIB_ENV) $(VALGRIND) ../postcat/postcat -ov test-queue-file3.tmp 2>/dev/null >cleanup_milter.t… 184 …$(SHLIB_ENV) $(VALGRIND) ../postcat/postcat -ov test-queue-file4.tmp 2>/dev/null >cleanup_milter.t… 189 …$(SHLIB_ENV) $(VALGRIND) ../postcat/postcat -ov test-queue-file4.tmp 2>/dev/null >cleanup_milter.t… 194 …$(SHLIB_ENV) $(VALGRIND) ../postcat/postcat -ov test-queue-file4.tmp 2>/dev/null >cleanup_milter.t… 203 …$(SHLIB_ENV) $(VALGRIND) ../postcat/postcat -ov test-queue-file5.tmp 2>/dev/null >cleanup_milter.t… [all …]
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | bus_space.c | 936 bit_to_function_pointer(const struct bus_space_overrides *ov, uint64_t bit) in bit_to_function_pointer() argument 940 return ov->ov_space_map; in bit_to_function_pointer() 942 return ov->ov_space_unmap; in bit_to_function_pointer() 944 return ov->ov_space_alloc; in bit_to_function_pointer() 946 return ov->ov_space_free; in bit_to_function_pointer() 948 return ov->ov_space_reserve; in bit_to_function_pointer() 950 return ov->ov_space_release; in bit_to_function_pointer() 952 return ov->ov_space_reservation_map; in bit_to_function_pointer() 954 return ov->ov_space_reservation_unmap; in bit_to_function_pointer() 956 return ov->ov_space_reserve_subregion; in bit_to_function_pointer() [all …]
|
| H A D | bus_dma.c | 1662 bit_to_function_pointer(const struct bus_dma_overrides *ov, uint64_t bit) in bit_to_function_pointer() argument 1666 return ov->ov_dmamap_create; in bit_to_function_pointer() 1668 return ov->ov_dmamap_destroy; in bit_to_function_pointer() 1670 return ov->ov_dmamap_load; in bit_to_function_pointer() 1672 return ov->ov_dmamap_load_mbuf; in bit_to_function_pointer() 1674 return ov->ov_dmamap_load_uio; in bit_to_function_pointer() 1676 return ov->ov_dmamap_load_raw; in bit_to_function_pointer() 1678 return ov->ov_dmamap_unload; in bit_to_function_pointer() 1680 return ov->ov_dmamap_sync; in bit_to_function_pointer() 1682 return ov->ov_dmamem_alloc; in bit_to_function_pointer() [all …]
|
| /netbsd-src/sys/arch/x86/pci/ |
| H A D | pci_machdep.c | 979 bit_to_function_pointer(const struct pci_overrides *ov, uint64_t bit) in bit_to_function_pointer() argument 983 return ov->ov_conf_read; in bit_to_function_pointer() 985 return ov->ov_conf_write; in bit_to_function_pointer() 987 return ov->ov_intr_map; in bit_to_function_pointer() 989 return ov->ov_intr_string; in bit_to_function_pointer() 991 return ov->ov_intr_evcnt; in bit_to_function_pointer() 993 return ov->ov_intr_establish; in bit_to_function_pointer() 995 return ov->ov_intr_disestablish; in bit_to_function_pointer() 997 return ov->ov_make_tag; in bit_to_function_pointer() 999 return ov->ov_decompose_tag; in bit_to_function_pointer() [all …]
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/examples/ |
| H A D | dict_data.txt | 2 computer po��ta�ov� adj: Zden�k Bro� 6 network s� n: [it.] po��ta�ov�
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | dispatch.c | 668 omapi_value_t *ov; in omapi_one_dispatch() local 671 ov = (omapi_value_t *)0; in omapi_one_dispatch() 674 "name", &ov); in omapi_one_dispatch() 675 if (ov && ov -> value && in omapi_one_dispatch() 676 (ov -> value -> type == in omapi_one_dispatch() 679 ov -> value -> u.buffer.value; in omapi_one_dispatch() 680 len = ov -> value -> u.buffer.len; in omapi_one_dispatch() 691 omapi_value_dereference (&ov, MDL); in omapi_one_dispatch()
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | or1korbis.cpu | 308 (dnop sys-sr-ov "SR overflow bit" ((MACH ORBIS-MACHS) SEM-ONLY) h-sys-sr-o… 792 (set BI sys-sr-ov ((.sym mnemonic "c-oflag") WI rA rB 0)) 795 (if (andif sys-sr-ov sys-sr-ove) 814 (set BI sys-sr-ov (addc-oflag WI rA rB tmp-sys-sr-cy)) 817 (if (andif sys-sr-ov sys-sr-ove) 829 (set BI sys-sr-ov (mul-o2flag WI rA rB)) 832 (if (andif sys-sr-ov sys-sr-ove) 883 (set BI sys-sr-ov 0) 887 (set BI sys-sr-ov 1) 970 (set BI sys-sr-ov ((.sym mnemonic "c-oflag") WI rA (ext WI simm16) 0)) [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | or1korbis.cpu | 308 (dnop sys-sr-ov "SR overflow bit" ((MACH ORBIS-MACHS) SEM-ONLY) h-sys-sr-o… 792 (set BI sys-sr-ov ((.sym mnemonic "c-oflag") WI rA rB 0)) 795 (if (andif sys-sr-ov sys-sr-ove) 814 (set BI sys-sr-ov (addc-oflag WI rA rB tmp-sys-sr-cy)) 817 (if (andif sys-sr-ov sys-sr-ove) 829 (set BI sys-sr-ov (mul-o2flag WI rA rB)) 832 (if (andif sys-sr-ov sys-sr-ove) 883 (set BI sys-sr-ov 0) 887 (set BI sys-sr-ov 1) 970 (set BI sys-sr-ov ((.sym mnemonic "c-oflag") WI rA (ext WI simm16) 0)) [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | or1korbis.cpu | 308 (dnop sys-sr-ov "SR overflow bit" ((MACH ORBIS-MACHS) SEM-ONLY) h-sys-sr-o… 792 (set BI sys-sr-ov ((.sym mnemonic "c-oflag") WI rA rB 0)) 795 (if (andif sys-sr-ov sys-sr-ove) 814 (set BI sys-sr-ov (addc-oflag WI rA rB tmp-sys-sr-cy)) 817 (if (andif sys-sr-ov sys-sr-ove) 829 (set BI sys-sr-ov (mul-o2flag WI rA rB)) 832 (if (andif sys-sr-ov sys-sr-ove) 883 (set BI sys-sr-ov 0) 887 (set BI sys-sr-ov 1) 970 (set BI sys-sr-ov ((.sym mnemonic "c-oflag") WI rA (ext WI simm16) 0)) [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/ |
| H A D | dvi.cpp | 652 int ov = env->vpos; in draw() local 654 ov += dv; in draw() 661 moveto(oh, ov); in draw() 874 int ov = env->vpos; in draw() local 876 ov += dv; in draw() 883 moveto(oh, ov); in draw()
|