Searched refs:idx0 (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp208 u32 idx0 = *meta; local
212 u32 idx = idx0;
235 if (*meta != idx0) {
236 idx0 = *meta;
246 mys->next = idx0;
247 if (atomic_compare_exchange_strong((atomic_uint32_t*)meta, &idx0,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h145 uptr i0 = idx0(idx);
160 uptr i0 = idx0(idx);
174 uptr i0 = idx0(idx);
326 uptr idx0(uptr idx) const { function
/freebsd-13-stable/sys/dev/pccard/
H A Dpccardvar.h124 #define pccard_cis_read_1(tuple, idx0) \
125 (bus_space_read_1((tuple)->memt, (tuple)->memh, (tuple)->mult*(idx0)))
/freebsd-13-stable/contrib/ldns/
H A Dutil.c431 size_t idx0, idx1, idx2, idx3, idx4; local
433 idx0 = (((((size_t)(data[2 * i])) >> 6) & 3) +
438 retval[j++] = vowels[idx0];
452 idx0 = seed % 6;
455 retval[j++] = vowels[idx0];
/freebsd-13-stable/sys/dev/vt/
H A Dvt_core.c1029 int grabbed, i, idx0, idx; local
1045 idx0 = kbd_allocate("kbdmux", -1, vd, vt_kbdevent, vd);
1046 if (idx0 >= 0) {
1047 DPRINTF(20, "%s: kbdmux allocated, idx = %d\n", __func__, idx0);
1048 k0 = kbd_get_keyboard(idx0);
1055 if (idx == idx0 || KBD_IS_BUSY(k))
1067 idx0 = kbd_allocate("*", -1, vd, vt_kbdevent, vd);
1068 if (idx0 < 0) {
1072 k0 = kbd_get_keyboard(idx0);
1083 return (idx0);
[all...]
/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c4341 int idx0, idx; local
4345 idx0 =
4347 if (idx0 != -1) {
4348 k0 = kbd_get_keyboard(idx0);
4354 if (idx == idx0 || KBD_IS_BUSY(k))
4364 idx0 = kbd_allocate(
4367 return (idx0);
/freebsd-13-stable/crypto/openssh/
H A Dsshkey.c991 u_int idx0, idx1, idx2, idx3, idx4; local
993 idx0 = (((((u_int)(dgst_raw[2 * i])) >> 6) & 3) +
998 retval[j++] = vowels[idx0];
1012 idx0 = seed % 6;
1015 retval[j++] = vowels[idx0];
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1840 llvm::GlobalVariable *C, unsigned idx0,
1843 llvm::ConstantInt::get(llvm::Type::getInt32Ty(VMContext), idx0),
1839 getConstantGEP(llvm::LLVMContext &VMContext, llvm::GlobalVariable *C, unsigned idx0, unsigned idx1) argument

Completed in 136 milliseconds