| /netbsd-src/sys/kern/ |
| H A D | vfs_lockf.c | 235 struct lockf ***prev, struct lockf **overlap) in lf_findoverlap() 239 *overlap = lf; in lf_findoverlap() 244 lf_print("lf_findoverlap: looking for overlap in", lock); in lf_findoverlap() 252 *overlap = lf = lf->lf_next; in lf_findoverlap() 260 * OK, check for overlap in lf_findoverlap() 263 * 0) no overlap in lf_findoverlap() 264 * 1) overlap == lock in lf_findoverlap() 265 * 2) overlap contains lock in lf_findoverlap() 266 * 3) lock contains overlap in lf_findoverlap() 267 * 4) overlap start in lf_findoverlap() 231 lf_findoverlap(struct lockf * lf,struct lockf * lock,int type,struct lockf *** prev,struct lockf ** overlap) lf_findoverlap() argument 412 struct lockf *overlap, **prev; lf_clearlock() local 479 struct lockf **prev, *overlap, *lf = *(lock->lf_head); lf_getblock() local 506 struct lockf **prev, *overlap, *ltmp; lf_setlock() local [all...] |
| /netbsd-src/external/lgpl3/mpc/dist/src/ |
| H A D | balls.c | 145 int overlap = (z == z1); in mpcb_neg() local 147 if (!overlap) { in mpcb_neg() 163 int overlap = (z == z1 || z == z2); in mpcb_mul() local 166 if (overlap) in mpcb_mul() 173 if (overlap) in mpcb_mul() 192 int overlap = (z == z1); in mpcb_sqr() local 200 if (!overlap) in mpcb_sqr() 244 int overlap = (z == z1 || z == z2); in mpcb_add() local 247 if (overlap) in mpcb_add() 270 if (overlap) in mpcb_add() [all …]
|
| H A D | mul.c | 144 int overlap = z == x || z == y; in mul_imag() local 147 if (overlap) in mul_imag() 167 if (overlap) in mul_imag() 179 int overlap, inex_re, inex_im; in mpc_mul_naive() local 184 overlap = (z == x) || (z == y); in mpc_mul_naive() 185 if (overlap) in mpc_mul_naive() 196 if (overlap) in mpc_mul_naive() 213 int overlap; in mpc_mul_karatsuba() local 226 overlap = (rop == op1) || (rop == op2); in mpc_mul_karatsuba() 227 if (overlap) in mpc_mul_karatsuba() [all …]
|
| H A D | sin_cos.c | 29 int overlap; in mpc_sin_cos_nonfinite() local 32 overlap = (rop_sin == op || rop_cos == op); in mpc_sin_cos_nonfinite() 33 if (overlap) { in mpc_sin_cos_nonfinite() 170 if (overlap) in mpc_sin_cos_nonfinite() 236 int overlap; in mpc_sin_cos_imag() local 239 overlap = (rop_sin == op || rop_cos == op); in mpc_sin_cos_imag() 240 if (overlap) { in mpc_sin_cos_imag() 264 if (overlap) in mpc_sin_cos_imag()
|
| H A D | div.c | 191 int overlap = (rop == z) || (rop == w); in mpc_div_imag() local 195 mpc_ptr dest = (overlap) ? tmprop : rop; in mpc_div_imag() 202 if (overlap) in mpc_div_imag() 211 if (overlap) { in mpc_div_imag()
|
| /netbsd-src/external/bsd/libfido2/dist/src/ |
| H A D | hid_win.c | 38 OVERLAPPED overlap; member 431 if ((ctx->overlap.hEvent = CreateEventA(NULL, FALSE, FALSE, in fido_hid_open() 453 if (ctx->overlap.hEvent != NULL) { in fido_hid_close() 456 if (CancelIoEx(ctx->dev, &ctx->overlap) == 0) in fido_hid_close() 460 CloseHandle(ctx->overlap.hEvent); in fido_hid_close() 490 ResetEvent(ctx->overlap.hEvent); in fido_hid_read() 492 &ctx->overlap) == 0 && GetLastError() != ERROR_IO_PENDING) { in fido_hid_read() 500 if (ms > -1 && WaitForSingleObject(ctx->overlap.hEvent, in fido_hid_read() 506 if (GetOverlappedResult(ctx->dev, &ctx->overlap, &n, TRUE) == 0) { in fido_hid_read() 527 OVERLAPPED overlap; in fido_hid_write() local [all …]
|
| /netbsd-src/games/gomoku/ |
| H A D | makemove.c | 256 overlap[a * FAREA + b] &= 0xA; in update_overlap_same_direction() 257 overlap[b * FAREA + a] &= 0xC; in update_overlap_same_direction() 261 overlap[a * FAREA + b] = 0; in update_overlap_same_direction() 262 overlap[b * FAREA + a] = 0; in update_overlap_same_direction() 266 overlap[a * FAREA + b] &= 0xAF; in update_overlap_same_direction() 267 overlap[b * FAREA + a] &= 0xCF; in update_overlap_same_direction() 269 overlap[a * FAREA + b] &= 0xF; in update_overlap_same_direction() 270 overlap[b * FAREA + a] &= 0xF; in update_overlap_same_direction() 297 overlap[a * FAREA + b] = 0; in update_overlap_different_direction() 298 overlap[b * FAREA + a] = 0; in update_overlap_different_direction()
|
| H A D | bdinit.c | 252 u_char *op = &overlap[fia * FAREA + fib]; in init_overlap_frame() 262 memset(overlap, 0, sizeof(overlap)); in init_overlap()
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/mpq/ |
| H A D | t-md_2exp.c | 164 int i, muldiv, sign, overlap; in main() local 198 for (overlap = 0; overlap <= 1; overlap++) in main() 200 q = overlap ? got : sep; in main() 216 name, i, sign, overlap); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-profdata.rst | 22 * :ref:`overlap <profdata-overlap>` 308 .. program:: llvm-profdata overlap 310 .. _profdata-overlap: 318 :program:`llvm-profdata overlap` [*options*] [*base profile file*] [*test profile file*] 323 :program:`llvm-profdata overlap` takes two profile data files and displays the 324 *overlap* of counter distribution between the whole files and between any of the 327 In this command, *overlap* is defined as follows: 337 *overlap* = min(c1_1/sum_1, c2_1/sum_2) + min(c1_2/sum_1, c2_2/sum_2) + ... 340 The result overlap distribution is a percentage number, ranging from 0.0% to 341 100.0%, where 0.0% means there is no overlap and 100.0% means a perfect [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/devel/ |
| H A D | try.c | 373 char overlap; member 784 p->overlap = OVERLAP_NOT_DST2; in param_init() 827 p->overlap = OVERLAP_LOW_TO_HIGH; in param_init() 843 p->overlap = OVERLAP_NOT_SRC2; in param_init() 897 p->overlap = OVERLAP_NONE; in param_init() 983 p->overlap = OVERLAP_NONE; in param_init() 990 p->overlap = OVERLAP_LOW_TO_HIGH; in param_init() 997 p->overlap = OVERLAP_HIGH_TO_LOW; in param_init() 1203 p->overlap = OVERLAP_NONE; in param_init() 1263 p->overlap = OVERLAP_NOT_SRCS; in param_init() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormats.td | 63 // cannot overlap the source mask register (v0), unless the destination vector 68 // EMUL is at least 1. The destination vector register group cannot overlap 73 // destination vector register group cannot overlap with the source vector 77 // * vmsbf.m/vmsif.m/vmsof.m: The destination register cannot overlap the 78 // source register and, if masked, cannot overlap the mask register ('v0'). 80 // * viota: The destination register cannot overlap the source register and, 81 // if masked, cannot overlap the mask register ('v0'). 84 // overlap the source vector register group. 86 // * vrgather: The destination vector register group cannot overlap with the 89 // * vcompress: The destination vector register group cannot overlap the
|
| /netbsd-src/tests/lib/libcurses/tests/ |
| H A D | touchoverlap | 7 # partial overlap 12 # full overlap
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gcov-tool.texi | 126 gcov-tool overlap [overlap-options] @var{directory1} @var{directory2} 195 @item overlap 196 Compute the overlap score between the two specified profile directories. 197 The overlap score is computed based on the arc profiles. It is defined as 206 Print function level overlap score. 218 Print object level overlap score.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gcov-tool.texi | 126 gcov-tool overlap [overlap-options] @var{directory1} @var{directory2} 195 @item overlap 196 Compute the overlap score between the two specified profile directories. 197 The overlap score is computed based on the arc profiles. It is defined as 206 Print function level overlap score. 218 Print object level overlap score.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | hist.c | 365 bfd_vma overlap, addr; in hist_assign_samples_1() local 410 overlap = in hist_assign_samples_1() 412 if (overlap > 0) in hist_assign_samples_1() 419 symtab.base[j].name, overlap * count_time / hist_scale, in hist_assign_samples_1() 420 (long) overlap)); in hist_assign_samples_1() 423 credit = overlap * count_time / hist_scale; in hist_assign_samples_1()
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | hist.c | 365 bfd_vma overlap, addr; in hist_assign_samples_1() local 410 overlap = in hist_assign_samples_1() 412 if (overlap > 0) in hist_assign_samples_1() 419 symtab.base[j].name, overlap * count_time / hist_scale, in hist_assign_samples_1() 420 (long) overlap)); in hist_assign_samples_1() 423 credit = overlap * count_time / hist_scale; in hist_assign_samples_1()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | arn5416.c | 355 int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries, in ar5416_get_pdadcs() argument 389 AR5416_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs); in ar5416_get_pdadcs() 404 if (boundaries[i] > AR_MAX_RATE_POWER - overlap) in ar5416_get_pdadcs() 405 boundaries[i] = AR_MAX_RATE_POWER - overlap; in ar5416_get_pdadcs() 424 uint8_t overlap, txgain; in ar5416_set_power_calib() local 431 overlap = MS(AR_READ(sc, AR_PHY_TPCRG5), in ar5416_set_power_calib() 435 overlap = modal->pdGainOverlap; in ar5416_set_power_calib() 485 overlap = 6; in ar5416_set_power_calib() 488 ar5416_get_pdadcs(sc, c, i, nxpdgains, overlap, in ar5416_set_power_calib() 494 overlap); in ar5416_set_power_calib()
|
| H A D | arn9287.c | 264 int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries, in ar9287_get_pdadcs() argument 293 AR9287_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs); in ar9287_get_pdadcs() 341 uint8_t overlap; in ar9287_set_power_calib() local 346 overlap = MS(AR_READ(sc, AR_PHY_TPCRG5), in ar9287_set_power_calib() 350 overlap = eep->modalHeader.pdGainOverlap; in ar9287_set_power_calib() 401 ar9287_get_pdadcs(sc, c, i, nxpdgains, overlap, in ar9287_set_power_calib() 407 overlap); in ar9287_set_power_calib()
|
| H A D | arn9285.c | 708 int nxpdgains, uint8_t overlap, uint8_t *boundaries, uint8_t *pdadcs) in ar9285_get_pdadcs() argument 734 AR9285_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs); in ar9285_get_pdadcs() 744 uint8_t overlap; in ar9285_set_power_calib() local 749 overlap = MS(AR_READ(sc, AR_PHY_TPCRG5), in ar9285_set_power_calib() 753 overlap = eep->modalHeader.pdGainOverlap; in ar9285_set_power_calib() 770 ar9285_get_pdadcs(sc, c, nxpdgains, overlap, boundaries, pdadcs); in ar9285_set_power_calib() 773 reg = SM(AR_PHY_TPCRG5_PD_GAIN_OVERLAP, overlap); in ar9285_set_power_calib()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/ |
| H A D | io1.ms | 7 ; Check that I/O region overlap is detected.
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
| H A D | sha.inc | 13 # Replaced OpenSSL version to avoid overlap with libc
|
| /netbsd-src/sbin/fsck_udf/ |
| H A D | main.c | 618 int overlap = 0; in udf_check_if_allocated() local 644 overlap++; in udf_check_if_allocated() 646 if (overlap == 0) in udf_check_if_allocated() 668 return overlap; in udf_check_if_allocated() 684 struct udf_fsck_overlap *overlap; in udf_check_overlap_pair() local 708 TAILQ_FOREACH(overlap, &fsck_overlaps, next) { in udf_check_overlap_pair() 709 opiece_len = udf_rw32(overlap->loc.len); in udf_check_overlap_pair() 710 ostart_lb = udf_rw32(overlap->loc.loc.lb_num); in udf_check_overlap_pair() 711 opartnr = udf_rw16(overlap->loc.loc.part_num); in udf_check_overlap_pair() 724 overlap->node2 = node; in udf_check_overlap_pair() [all …]
|
| /netbsd-src/sys/arch/hp300/DOC/ |
| H A D | TODO.dev | 13 bus (e.g. overlap seeks with transfers).
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | RSA_public_encrypt.pod | 60 B<to> and B<from> may overlap. 72 B<to> and B<from> may overlap.
|