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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/
PeiPerf.h 32 IN BOOLEAN EntryExit,
49 EntryExit - Indicates start or stop measurement
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiPerformanceLib/
PerformanceLib.c 60 IN BOOLEAN EntryExit,
77 EntryExit - Indicates start or stop measurement
100 if (EntryExit) {
158 if (!EntryExit) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Perf.c 50 IN BOOLEAN EntryExit,
67 EntryExit - Indicates start or stop measurement
90 if (EntryExit) {
151 if (!EntryExit) {
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 108 unsigned EntryExit, SrcMgr::CharacteristicKind FileKind);
  /external/clang/lib/Basic/
SourceManager.cpp 217 /// used for GNU line markers. If EntryExit is 0, then this doesn't change the
223 unsigned EntryExit,
233 if (EntryExit == 0) { // No #include stack change.
235 } else if (EntryExit == 1) {
237 } else if (EntryExit == 2) {
341 unsigned EntryExit = 0;
343 EntryExit = 1;
345 EntryExit = 2;
348 EntryExit, FileKind);
    [all...]

Completed in 799 milliseconds