HomeSort by relevance Sort by last modified time
    Searched refs:RegisterCount (Results 1 - 12 of 12) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 35 static uptr RegisterCount();
sanitizer_stoptheworld_linux_libcdep.cc 522 uptr SuspendedThreadsList::RegisterCount() {
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
Processor.c 241 UINTN RegisterCount = MaxRegisterCount ();
244 OutBuffer = AllocatePool ((RegisterCount * 8) + 1); // 8 bytes per register in string format plus a null to terminate
246 for (Index = 0; Index < RegisterCount; Index++) {
356 UINTN RegisterCount = MaxRegisterCount ();
358 MinLength = (RegisterCount * 8) + 1; // 'G' plus the registers in ASCII format
370 for (i = 0; i < RegisterCount; i++) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
Processor.c 369 UINTN RegisterCount = (sizeof (gRegisterOffsets)/sizeof (UINTN));
371 MinLength = (RegisterCount * 8) + 1; // 'G' plus the registers in ASCII format
383 for(i = 0; i < RegisterCount; i++) {
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SdramSpdDdr3.h 396 UINT8 RegisterCount : 2; ///< Bits 1:0
492 UINT8 RegisterCount : 2; ///< Bits 1:0
    [all...]
SdramSpdDdr4.h 495 UINT8 RegisterCount : 2; ///< Bits 1:0
583 UINT8 RegisterCount : 2; ///< Bits 1:0
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.h 82 compiler::Node* RegisterCount();
interpreter-assembler.cc     [all...]
  /external/v8/src/crankshaft/
lithium-allocator.h 496 int RegisterCount() const;
lithium-allocator.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9shader.h 110 UINT RegisterCount;
442 WORD RegisterCount;
  /external/compiler-rt/lib/lsan/
lsan_common.cc 190 InternalScopedBuffer<uptr> registers(SuspendedThreadsList::RegisterCount());

Completed in 557 milliseconds