/src/tests/usr.bin/xlint/lint1/ |
msg_329.c | 10 int i2; member in union:u
|
msg_277.c | 22 int i2 = { e }; local in function:example 27 sink_int(i2);
|
msg_242.c | 22 int i2 = e; local in function:example 28 i2 = e; 32 sink_int(i2);
|
init_c99.c | 270 int i2; member in struct:ten 678 typedef enum I2 { 680 } I2; 705 I2 i2; member in struct:init_nested_struct::Inner2
|
/src/sys/arch/mac68k/dev/ |
if_ae.c | 41 int i1, i2, i3, i4, i8; local in function:ae_size_card_memory 48 i2 = (8192 * 1); 57 bus_space_write_2(bst, bsh, ofs + i2, 0x2222); 70 bus_space_read_2(bst, bsh, ofs + i2) == 0x2222 && 77 bus_space_read_2(bst, bsh, ofs + i2) == 0x2222 && 83 bus_space_read_2(bst, bsh, ofs + i2) == 0x2222) || 85 bus_space_read_2(bst, bsh, ofs + i2) == 0x4444))
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_stackdepot_test.cc | 50 u32 i2 = StackDepotPut(s1); local in function:__sanitizer::TEST 51 EXPECT_EQ(i1, i2); 64 u32 i2 = StackDepotPut(s2); local in function:__sanitizer::TEST 65 EXPECT_NE(i1, i2);
|
/src/usr.bin/make/unit-tests/ |
directive-for-escape.mk | 171 i2= two macro 187 . info ${i2} ${i,} $i${i}${i:M*}$i
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_bitvector.h | 148 uptr i2 = idx2(idx); local in function:__sanitizer::TwoLevelBitVector::setBit 153 bool res = l2_[i0][i1].setBit(i2); 155 // idx, i0, i1, i2, res); 163 uptr i2 = idx2(idx); local in function:__sanitizer::TwoLevelBitVector::clearBit 166 res = l2_[i0][i1].clearBit(i2); 177 uptr i2 = idx2(idx); local in function:__sanitizer::TwoLevelBitVector::getBit 178 // Printf("%s: %zd => %zd %zd %zd\n", __func__, idx, i0, i1, i2); 179 return l1_[i0].getBit(i1) && l2_[i0][i1].getBit(i2); 186 uptr i2 = l2_[i0][i1].getAndClearFirstOne(); local in function:__sanitizer::TwoLevelBitVector::getAndClearFirstOne 189 uptr res = i0 * BV::kSize * BV::kSize + i1 * BV::kSize + i2; 309 uptr i2 = it2_.next(); local in function:__sanitizer::TwoLevelBitVector::Iterator::next [all...] |
/src/usr.bin/infocmp/ |
infocmp.c | 353 size_t i1, i2; local in function:compare_ents 357 i1 = i2 = 0; 362 while (i1 != n1 || i2 != n2) { 365 else if (i2 == n2) 368 c = strcmp(ents1[i1].id, ents2[i2].id); 371 e2 = &ents2[i2++]; 379 e2 = &ents2[i2++];
|
/src/sys/arch/hppa/spmath/ |
fpudispatch.c | 666 struct { unsigned i1; unsigned i2; } ints; member in struct:decode_06::__anon9edda888010a::__anon9edda8880208 717 fpregs[tm+1] = mtmp.ints.i2; 719 fpregs[ta+1] = atmp.ints.i2; 790 struct { unsigned i1; unsigned i2; } ints; member in struct:decode_26::__anon9edda888030a::__anon9edda8880408 824 fpregs[tm+1] = mtmp.ints.i2; 826 fpregs[ta+1] = atmp.ints.i2;
|
/src/usr.bin/mail/ |
mime_codecs.c | 412 unsigned char i1, i2; local in function:_qp_cfromhex 416 (i2 = (unsigned char)hex[1] - '0') >= __arraycount(atoi16)) 419 i2 = atoi16[i2]; 420 if ((i1 | i2) & 0xF0) 424 r += i2;
|
/src/sys/arch/xen/xen/ |
privcmd.c | 841 long i1, i2, i3; local in function:privcmd_ioctl 848 "=S" (i2), "=d" (i3)
|
/src/sys/dev/ic/ |
advlib.h | 624 ASC_SCSIQ_2 i2; member in struct:asc_risc_q
|