Searched defs:TestBit (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/games/battlestar/
H A Dextern.h42 #define TestBit(array, index) (array[index/BITS] & (1U << (index % BITS))) macro
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2296 int TestBit = -1; local

Completed in 271 milliseconds