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

/freebsd-11-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-11-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-11-stable/sys/dev/pccard/
H A Dpccardvar.h115 #define pccard_cis_read_1(tuple, idx0) \
116 (bus_space_read_1((tuple)->memt, (tuple)->memh, (tuple)->mult*(idx0)))
/freebsd-11-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-11-stable/sys/dev/vt/
H A Dvt_core.c962 int grabbed, i, idx0, idx; local
978 idx0 = kbd_allocate("kbdmux", -1, vd, vt_kbdevent, vd);
979 if (idx0 >= 0) {
980 DPRINTF(20, "%s: kbdmux allocated, idx = %d\n", __func__, idx0);
981 k0 = kbd_get_keyboard(idx0);
988 if (idx == idx0 || KBD_IS_BUSY(k))
1000 idx0 = kbd_allocate("*", -1, vd, vt_kbdevent, vd);
1001 if (idx0 < 0) {
1013 vd->vd_keyboard = idx0;
1021 return (idx0);
[all...]
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c4188 int idx0, idx; local
4192 idx0 = kbd_allocate("kbdmux", -1, (void *)&sc->keyboard, sckbdevent, sc);
4193 if (idx0 != -1) {
4194 k0 = kbd_get_keyboard(idx0);
4201 if (idx == idx0 || KBD_IS_BUSY(k))
4211 idx0 = kbd_allocate("*", unit, (void *)&sc->keyboard, sckbdevent, sc);
4213 return (idx0);
/freebsd-11-stable/crypto/openssh/
H A Dsshkey.c988 u_int idx0, idx1, idx2, idx3, idx4; local
990 idx0 = (((((u_int)(dgst_raw[2 * i])) >> 6) & 3) +
995 retval[j++] = vowels[idx0];
1009 idx0 = seed % 6;
1012 retval[j++] = vowels[idx0];
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1845 llvm::GlobalVariable *C, unsigned idx0,
1848 llvm::ConstantInt::get(llvm::Type::getInt32Ty(VMContext), idx0),
1844 getConstantGEP(llvm::LLVMContext &VMContext, llvm::GlobalVariable *C, unsigned idx0, unsigned idx1) argument

Completed in 221 milliseconds