| /src/usr.bin/locate/bigram/ |
| locate.bigram.c | 83 const struct bigram *it1=item1, *it2=item2; local 85 if (it1->count != it2->count) 86 return it2->count - it1->count; 87 else if (it1->b1 != it2->b1) 88 return it2->b1 - it1->b1; 90 return it2->b2 - it2->b2;
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_tsyncpci.c | 415 ioctl_trans_di *it2; local 503 it2 = (ioctl_trans_di*)alloca(itAllocationLength2); 504 if (it2 == NULL) { 510 it2->dest = TSYNC_LEAP_DEST_ID; 511 it2->iid = TSYNC_LEAP_IID; 512 it2->inPayloadOffset = TSYNC_LEAP_IN_PYLD_OFF; 513 it2->inLength = TSYNC_LEAP_IN_LEN; 514 it2->outPayloadOffset = TSYNC_LEAP_OUT_PYLD_OFF; 515 it2->maxOutLength = TSYNC_LEAP_MAX_OUT_LEN; 516 it2->actualOutLength = 0 [all...] |
| /src/external/bsd/libevent/dist/ |
| buffer.c | 1605 struct evbuffer_ptr it, it2; local 1633 memcpy(&it2, &it, sizeof(it)); 1634 extra_drain = evbuffer_strspn(&it2, "\r\n"); 1655 memcpy(&it2, &it, sizeof(it)); 1656 if (evbuffer_ptr_subtract(buffer, &it2, 1)<0) 1658 if (evbuffer_getchr(&it2) == '\r') { 1659 memcpy(&it, &it2, sizeof(it));
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| buffer.c | 1603 struct evbuffer_ptr it, it2; local 1631 memcpy(&it2, &it, sizeof(it)); 1632 extra_drain = evbuffer_strspn(&it2, "\r\n"); 1653 memcpy(&it2, &it, sizeof(it)); 1654 if (evbuffer_ptr_subtract(buffer, &it2, 1)<0) 1656 if (evbuffer_getchr(&it2) == '\r') { 1657 memcpy(&it, &it2, sizeof(it));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-phiopt.cc | 1944 gimple_stmt_iterator it2 local 1947 && gsi_one_nondebug_before_end_p (it2)) 1950 gimple *stmt2 = gsi_stmt (it2);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| msan_test.cc | 2208 struct itimerval it1, it2; local 2224 res = setitimer(ITIMER_VIRTUAL, &it1, &it2); 2226 EXPECT_NOT_POISONED(it2.it_interval.tv_sec); 2227 EXPECT_NOT_POISONED(it2.it_interval.tv_usec); 2228 EXPECT_NOT_POISONED(it2.it_value.tv_sec); 2229 EXPECT_NOT_POISONED(it2.it_value.tv_usec);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| semantics.cc | 7095 tree it2; 7096 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) 7098 tree var2 = TREE_VEC_ELT (it2, 0); 7099 tree begin2 = TREE_VEC_ELT (it2, 1); 7100 tree end2 = TREE_VEC_ELT (it2, 2); 7101 tree step2 = TREE_VEC_ELT (it2, 3); 7122 if (it2) 7094 tree it2; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| semantics.cc | 6672 tree it2; 6673 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) 6675 tree var2 = TREE_VEC_ELT (it2, 0); 6676 tree begin2 = TREE_VEC_ELT (it2, 1); 6677 tree end2 = TREE_VEC_ELT (it2, 2); 6678 tree step2 = TREE_VEC_ELT (it2, 3); 6699 if (it2) 6671 tree it2; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 14913 tree it2; 14914 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) 14916 tree var2 = TREE_VEC_ELT (it2, 0); 14917 tree begin2 = TREE_VEC_ELT (it2, 1); 14918 tree end2 = TREE_VEC_ELT (it2, 2); 14919 tree step2 = TREE_VEC_ELT (it2, 3); 14949 if (it2) 14872 tree it2; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 14071 tree it2; 14072 for (it2 = TREE_CHAIN (it); it2; it2 = TREE_CHAIN (it2)) 14074 tree var2 = TREE_VEC_ELT (it2, 0); 14075 tree begin2 = TREE_VEC_ELT (it2, 1); 14076 tree end2 = TREE_VEC_ELT (it2, 2); 14077 tree step2 = TREE_VEC_ELT (it2, 3); 14107 if (it2) 14032 tree it2; local [all...] |