HomeSort by relevance Sort by last modified time
    Searched defs:TestBit (Results 1 - 8 of 8) sorted by null

  /art/runtime/gc/accounting/
bitmap-inl.h 42 DCHECK(TestBit(bit_index));
47 DCHECK(TestBit(bit_index));
51 inline bool Bitmap::TestBit(uintptr_t bit_index) const {
144 DCHECK_EQ(TestBit(bit_index), kSetBit);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c 756 UINT64 TestBit;
759 TestBit = BIT63;
761 TestBit = BIT62;
763 TestBit = LShiftU64 (1, MemoryType);
766 if ((PcdGet64 (PcdMemoryProfileMemoryType) & TestBit) != 0) {
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
nat_test.go 604 func TestBit(t *testing.T) {
  /prebuilts/go/linux-x86/src/math/big/
nat_test.go 604 func TestBit(t *testing.T) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c 735 UINT64 TestBit;
742 TestBit = LShiftU64 (1, MemoryType);
744 if ((PcdGet64 (PcdMemoryProfileMemoryType) & TestBit) != 0) {
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h     [all...]
  /external/v8/src/s390/
macro-assembler-s390.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 619 milliseconds