| /src/external/lgpl3/gmp/dist/tests/mpq/ |
| t-md_2exp.c | 164 int i, muldiv, sign, overlap; local 198 for (overlap = 0; overlap <= 1; overlap++) 200 q = overlap ? got : sep; 215 printf ("%s wrong at data[%d], sign %d, overlap %d\n", 216 name, i, sign, overlap);
|
| /src/external/lgpl3/mpc/dist/src/ |
| balls.c | 145 int overlap = (z == z1); local 147 if (!overlap) { 163 int overlap = (z == z1 || z == z2); local 166 if (overlap) 173 if (overlap) 192 int overlap = (z == z1); local 194 /* Compute the error first in case there is overlap. */ 200 if (!overlap) 217 additional variable even when there is no overlap. */ 244 int overlap = (z == z1 || z == z2) local 292 int overlap = (z == z1); local 323 int overlap = (z == z1 || z == z2); local [all...] |
| sin_cos.c | 29 int overlap; local 32 overlap = (rop_sin == op || rop_cos == op); 33 if (overlap) { 170 if (overlap) 236 int overlap; local 239 overlap = (rop_sin == op || rop_cos == op); 240 if (overlap) { 264 if (overlap)
|
| div.c | 168 /* warning: rop may overlap with z,w so treat the imaginary part first */ 191 int overlap = (rop == z) || (rop == w); local 195 mpc_ptr dest = (overlap) ? tmprop : rop; 202 if (overlap) 211 if (overlap) {
|
| mul.c | 144 int overlap = z == x || z == y; local 147 if (overlap) 167 if (overlap) 179 int overlap, inex_re, inex_im; local 184 overlap = (z == x) || (z == y); 185 if (overlap) 196 if (overlap) 213 int overlap; local 216 /* overlap is quite difficult to handle, because we have to tentatively 226 overlap = (rop == op1) || (rop == op2) [all...] |
| /src/sys/dev/ic/ |
| arn9285.c | 708 int nxpdgains, uint8_t overlap, uint8_t *boundaries, uint8_t *pdadcs) 734 AR9285_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs); 744 uint8_t overlap; local 749 overlap = MS(AR_READ(sc, AR_PHY_TPCRG5), 753 overlap = eep->modalHeader.pdGainOverlap; 770 ar9285_get_pdadcs(sc, c, nxpdgains, overlap, boundaries, pdadcs); 773 reg = SM(AR_PHY_TPCRG5_PD_GAIN_OVERLAP, overlap);
|
| arn9287.c | 264 int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries, 293 AR9287_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs); 341 uint8_t overlap; local 346 overlap = MS(AR_READ(sc, AR_PHY_TPCRG5), 350 overlap = eep->modalHeader.pdGainOverlap; 401 ar9287_get_pdadcs(sc, c, i, nxpdgains, overlap, 407 overlap);
|
| arn5416.c | 355 int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries, 389 AR5416_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs); 404 if (boundaries[i] > AR_MAX_RATE_POWER - overlap) 405 boundaries[i] = AR_MAX_RATE_POWER - overlap; 424 uint8_t overlap, txgain; local 431 overlap = MS(AR_READ(sc, AR_PHY_TPCRG5), 435 overlap = modal->pdGainOverlap; 485 overlap = 6; 488 ar5416_get_pdadcs(sc, c, i, nxpdgains, overlap, 494 overlap); [all...] |
| /src/sys/kern/ |
| vfs_lockf.c | 235 struct lockf ***prev, struct lockf **overlap) 239 *overlap = lf; 244 lf_print("lf_findoverlap: looking for overlap in", lock); 252 *overlap = lf = lf->lf_next; 260 * OK, check for overlap 263 * 0) no overlap 264 * 1) overlap == lock 265 * 2) overlap contains lock 266 * 3) lock contains overlap 267 * 4) overlap starts before loc 416 struct lockf *overlap, **prev; local 483 struct lockf **prev, *overlap, *lf = *(lock->lf_head); local 510 struct lockf **prev, *overlap, *ltmp; local [all...] |
| /src/external/bsd/libfido2/dist/src/ |
| hid_win.c | 38 OVERLAPPED overlap; member in struct:hid_win 431 if ((ctx->overlap.hEvent = CreateEventA(NULL, FALSE, FALSE, 453 if (ctx->overlap.hEvent != NULL) { 456 if (CancelIoEx(ctx->dev, &ctx->overlap) == 0) 460 CloseHandle(ctx->overlap.hEvent); 490 ResetEvent(ctx->overlap.hEvent); 492 &ctx->overlap) == 0 && GetLastError() != ERROR_IO_PENDING) { 500 if (ms > -1 && WaitForSingleObject(ctx->overlap.hEvent, 506 if (GetOverlappedResult(ctx->dev, &ctx->overlap, &n, TRUE) == 0) { 527 OVERLAPPED overlap; local [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gmon_hist.cc | 298 which may overlap one more symbol address ranges. If a symbol 304 SYM_HIGH_PC) as shown in the following diagram. OVERLAP computes 329 four bytes of text space and never have any overlap (the two end 337 bfd_vma overlap; local 383 overlap = 385 if (overlap > 0) 389 "[assign_samples] [0x%lx,0x%lx) %s gets %f ticks %ld overlap\n", 392 symtab->base[j].name, overlap * count_time / hist_scale, 393 (long) overlap)); 395 credit = overlap * count_time / hist_scale [all...] |
| /src/games/gomoku/ |
| main.c | 79 u_char overlap[FAREA * FAREA]; /* non-zero if frame [a][b] overlap; variable 553 debuglog("overlap %s%c,%s%c = %02x", 555 overlap[n]);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| ctrl_iface_named_pipe.c | 62 OVERLAPPED overlap; member in struct:wpa_ctrl_dst 90 LPOVERLAPPED overlap); 97 LPOVERLAPPED overlap); 147 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); 148 if (dst->overlap.hEvent == NULL) { 154 eloop_register_event(dst->overlap.hEvent, 155 sizeof(dst->overlap.hEvent), 181 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) { 198 if (SetEvent(dst->overlap.hEvent)) 226 if (dst->overlap.hEvent) 544 OVERLAPPED overlap; member in struct:wpa_global_dst [all...] |
| /src/external/gpl3/binutils/dist/gprof/ |
| hist.c | 327 which may overlap one more symbol address ranges. If a symbol 333 SYM_HIGH_PC) as shown in the following diagram. OVERLAP computes 358 four bytes of text space and never have any overlap (the two end 366 bfd_vma overlap, addr; local 412 overlap = 414 if (overlap > 0) 418 "[assign_samples] [0x%lx,0x%lx) %s gets %f ticks %ld overlap\n", 421 symtab->base[j].name, overlap * count_time / hist_scale, 422 (long) overlap)); 425 credit = overlap * count_time / hist_scale [all...] |
| /src/external/gpl3/binutils.old/dist/gprof/ |
| hist.c | 327 which may overlap one more symbol address ranges. If a symbol 333 SYM_HIGH_PC) as shown in the following diagram. OVERLAP computes 358 four bytes of text space and never have any overlap (the two end 366 bfd_vma overlap, addr; local 412 overlap = 414 if (overlap > 0) 418 "[assign_samples] [0x%lx,0x%lx) %s gets %f ticks %ld overlap\n", 421 symtab->base[j].name, overlap * count_time / hist_scale, 422 (long) overlap)); 425 credit = overlap * count_time / hist_scale [all...] |
| /src/sys/netinet/ |
| tcp_input.c | 622 int overlap = q->ipqe_seq + q->ipqe_len - pkt_seq; local 623 m_adj(m, overlap); 624 rcvpartdupbyte += overlap; 628 pkt_len += q->ipqe_len - overlap; 629 rcvoobyte -= overlap; 642 int overlap = pkt_seq + pkt_len - q->ipqe_seq; local 643 m_adj(m, -overlap); 644 pkt_len -= overlap; 645 rcvpartdupbyte += overlap; 647 rcvoobyte -= overlap; [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-common.cc | 534 bool overlap = false; local 551 overlap = true; 557 if (!overlap)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-common.cc | 534 bool overlap = false; local 551 overlap = true; 557 if (!overlap)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-warn-restrict.cc | 192 /* The minimum and maximum offset of an overlap of the access 193 (if it does, in fact, overlap), and the size of the overlap. */ 208 /* Entry point to determine overlap. */ 209 bool overlap (); 216 /* Implementation functions used to determine overlap. */ 236 /* Pointer to a member function to call to determine overlap. */ 729 /* For memmove there is never any overlap to check for. */ 737 /* For memset there is never any overlap to check for. */ 1026 overlap isn't certain it is not possible. * 1321 builtin_access::overlap () function in class:builtin_access [all...] |
| gimple-predicate-analysis.cc | 696 /* Determine if the predicate set of the use does not overlap with that 768 predicate::overlap (gphi *phi, unsigned opnds, hash_set<gphi *> *visited) function in class:predicate 1809 overlap with the predicate sets of all runtime paths that do not 1858 if (!use_preds.overlap (phi, opnds, visited)) 1861 fputs ("found predicate overlap\n", dump_file);
|
| /src/external/mit/libuv/dist/src/win/ |
| tcp.c | 1573 WSAOVERLAPPED overlap; local 1619 memset(&overlap, 0, sizeof(overlap)); 1627 &overlap)) { 1633 while (!WSAGetOverlappedResult(client1, &overlap, &bytes, FALSE, &flags)) {
|
| /src/usr.bin/diff3/ |
| diff3.c | 123 * components of "de" contain line positions. Array overlap indicates which 127 static char *overlap; variable 177 { "show-overlap", no_argument, NULL, 'E' }, 178 { "overlap-only", no_argument, NULL, 'x' }, 542 overlap[j] = !dup; 600 if (!oflag || !overlap[n]) { 607 if (!oflag || !overlap[n]) { 644 if (!oflag || !overlap[n]) { 669 if (!oflag || !overlap[n]) { 688 if (!oflag || !overlap[n]) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| InstrProf.cpp | 523 void InstrProfValueSiteRecord::overlap(InstrProfValueSiteRecord &Input, function in class:llvm::InstrProfValueSiteRecord 525 OverlapStats &Overlap, 537 Overlap.Base.ValueCounts[ValueKind], 538 Overlap.Test.ValueCounts[ValueKind]); 549 Overlap.Overlap.ValueCounts[ValueKind] += Score; 550 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore; 556 OverlapStats &Overlap, 568 ThisSiteRecords[I].overlap(OtherSiteRecords[I], ValueKind, Overlap, 572 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, function in class:llvm::InstrProfRecord [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-predicate-analysis.cc | 547 /* Determine if the predicate set of the use does not overlap with that 619 uninit_analysis::overlap (gphi *phi, unsigned opnds, hash_set<gphi *> *visited, function in class:uninit_analysis 2170 overlap with the predicate sets of all runtime paths that do not 2211 if (!overlap (phi, opnds, visited, use_preds)) 2214 fputs ("found predicate overlap\n", dump_file);
|
| gimple-ssa-warn-restrict.cc | 192 /* The minimum and maximum offset of an overlap of the access 193 (if it does, in fact, overlap), and the size of the overlap. */ 208 /* Entry point to determine overlap. */ 209 bool overlap (); 216 /* Implementation functions used to determine overlap. */ 236 /* Pointer to a member function to call to determine overlap. */ 732 /* For memmove there is never any overlap to check for. */ 740 /* For memset there is never any overlap to check for. */ 1029 overlap isn't certain it is not possible. * 1324 builtin_access::overlap () function in class:builtin_access [all...] |