Searched refs:idx0 (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_sync.cpp | 208 u32 idx0 = *meta; in GetSync() local 212 for (u32 idx = idx0; idx && !(idx & kFlagBlock);) { in GetSync() 226 if (UNLIKELY(*meta != idx0)) { in GetSync() 227 idx0 = *meta; in GetSync() 236 mys->next = idx0; in GetSync() 237 if (atomic_compare_exchange_strong((atomic_uint32_t*)meta, &idx0, in GetSync()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_bitvector.h | 145 uptr i0 = idx0(idx); in setBit() 160 uptr i0 = idx0(idx); in clearBit() 174 uptr i0 = idx0(idx); in getBit() 326 uptr idx0(uptr idx) const { in idx0() function
|
/freebsd/contrib/ldns/ |
H A D | util.c | 442 size_t idx0, idx1, idx2, idx3, idx4; in ldns_bubblebabble() local 444 idx0 = (((((size_t)(data[2 * i])) >> 6) & 3) + in ldns_bubblebabble() 449 retval[j++] = vowels[idx0]; in ldns_bubblebabble() 463 idx0 = seed % 6; in ldns_bubblebabble() 466 retval[j++] = vowels[idx0]; in ldns_bubblebabble()
|
/freebsd/sys/dev/pccard/ |
H A D | pccardvar.h | 123 #define pccard_cis_read_1(tuple, idx0) \ argument 124 (bus_space_read_1((tuple)->memt, (tuple)->memh, (tuple)->mult*(idx0)))
|
/freebsd/sys/dev/wg/ |
H A D | wg_noise.c | 412 noise_remote_index_lookup(struct noise_local *l, uint32_t idx0, bool lookup_keypair) in noise_remote_index_lookup() argument 418 uint32_t idx = idx0 & HT_INDEX_MASK; in noise_remote_index_lookup() 422 if (i->i_local_index == idx0) { in noise_remote_index_lookup() 681 noise_keypair_lookup(struct noise_local *l, uint32_t idx0) in noise_keypair_lookup() argument 686 uint32_t idx = idx0 & HT_INDEX_MASK; in noise_keypair_lookup() 690 if (i->i_local_index == idx0 && i->i_is_keypair) { in noise_keypair_lookup()
|
/freebsd/sys/dev/vt/ |
H A D | vt_core.c | 1041 int grabbed, i, idx0, idx; in vt_allocate_keyboard() local 1057 idx0 = kbd_allocate("kbdmux", -1, vd, vt_kbdevent, vd); in vt_allocate_keyboard() 1058 if (idx0 >= 0) { in vt_allocate_keyboard() 1059 DPRINTF(20, "%s: kbdmux allocated, idx = %d\n", __func__, idx0); in vt_allocate_keyboard() 1060 k0 = kbd_get_keyboard(idx0); in vt_allocate_keyboard() 1067 if (idx == idx0 || KBD_IS_BUSY(k)) in vt_allocate_keyboard() 1079 idx0 = kbd_allocate("*", -1, vd, vt_kbdevent, vd); in vt_allocate_keyboard() 1080 if (idx0 < 0) { in vt_allocate_keyboard() 1084 k0 = kbd_get_keyboard(idx0); in vt_allocate_keyboard() 1095 return (idx0); in vt_allocate_keyboard()
|
/freebsd/sys/dev/syscons/ |
H A D | syscons.c | 4348 int idx0, idx; in sc_allocate_keyboard() local 4352 idx0 = in sc_allocate_keyboard() 4354 if (idx0 != -1) { in sc_allocate_keyboard() 4355 k0 = kbd_get_keyboard(idx0); in sc_allocate_keyboard() 4361 if (idx == idx0 || KBD_IS_BUSY(k)) in sc_allocate_keyboard() 4371 idx0 = kbd_allocate( in sc_allocate_keyboard() 4374 return (idx0); in sc_allocate_keyboard()
|
/freebsd/crypto/openssh/ |
H A D | sshkey.c | 1085 u_int idx0, idx1, idx2, idx3, idx4; in fingerprint_bubblebabble() local 1087 idx0 = (((((u_int)(dgst_raw[2 * i])) >> 6) & 3) + in fingerprint_bubblebabble() 1092 retval[j++] = vowels[idx0]; in fingerprint_bubblebabble() 1106 idx0 = seed % 6; in fingerprint_bubblebabble() 1109 retval[j++] = vowels[idx0]; in fingerprint_bubblebabble()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 1838 llvm::GlobalVariable *C, unsigned idx0, in getConstantGEP() argument 1841 llvm::ConstantInt::get(llvm::Type::getInt32Ty(VMContext), idx0), in getConstantGEP()
|