Home
last modified time | relevance | path

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

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