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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/sbin/hastd/
H A Dlzf.c51 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1)) macro
53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro
55 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DBasicBlock.cpp327 int IDX = PN->getBasicBlockIndex(this); local
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8392 SDValue IDX = DAG.getExternalSymbol("_tls_index", getPointerTy()); local

Completed in 285 milliseconds