Searched defs:IDX (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/lib/libc/string/
H A Dstrcspn.c34 #define IDX(c) ((u_char)(c) / LONG_BIT) macro
H A Dstrspn.c34 #define IDX(c) ((u_char)(c) / LONG_BIT) macro
/freebsd-11-stable/sys/libkern/
H A Dstrcspn.c34 #define IDX(c) ((u_char)(c) / LONG_BIT) macro
H A Dstrspn.c34 #define IDX(c) ((u_char)(c) / LONG_BIT) macro
/freebsd-11-stable/sbin/hastd/
H A Dlzf.c53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1)) macro
55 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro
57 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1000 ConstantInt *IDX = dyn_cast<ConstantInt>(GEP.getOperand(idxOperand)); local
[all...]

Completed in 107 milliseconds