Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2325 int TestBit = -1; in emitCompareAndBranch() local
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h539 …bool TestBit(int n) const { IM_ASSERT(n < BITCOUNT); return ImBitArrayTestBit(St… in TestBit() function
552 …bool TestBit(int n) const { IM_ASSERT(n < (Storage.Size << 5)); return ImBitArra… in TestBit() function