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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
Misc.c 233 INT32 Gap;
236 Gap = (HMainEditor.MouseAccumulatorX * (INT32) HMainEditor.ScreenSize.Column) / (INT32) (50 * (INT32) HMainEditor.MouseInterface->Mode->ResolutionX);
239 return Gap;
254 INT32 Gap;
257 Gap = (HMainEditor.MouseAccumulatorY * (INT32) HMainEditor.ScreenSize.Row) / (INT32) (50 * (INT32) HMainEditor.MouseInterface->Mode->ResolutionY);
261 return Gap;
BufferImage.c     [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssembler.cpp 74 // In debug mode, we save the assembler buffer along with the gap size before
77 // gap size.
78 Gap = computeGap();
79 // Make sure that extending the capacity leaves a big enough gap for any kind
81 assert(Gap >= kMinimumGap);
91 // minimum gap.
92 intptr_t delta = Gap - computeGap();
IceAssembler.h 163 intptr_t Gap = 0;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c     [all...]
MainTextEditor.c     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 163 // | Gap Gap Gap Gap |
172 // The gap at the right of a Box i is at index i. The gap at the left of a
174 private RangeArray<Gap> mGaps = new RangeArray<Gap>(-BOX_MAX, BOX_MAX - 1);
179 private RangeArray<Gap> mTempGaps =
180 new RangeArray<Gap>(-BOX_MAX, BOX_MAX - 1)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 24 * same <code>Code_attribute</code>, then inserting a gap by one
308 * <p>An extra gap may be inserted at the end of the inserted
331 * <p>An extra gap may be inserted at the end of the inserted
356 * <p>An extra gap may be inserted at the end of the inserted
381 * <p>An extra gap may be inserted at the end of the inserted
404 * <p>An extra gap may be inserted at the end of the inserted
429 * <p>An extra gap may be inserted at the end of the inserted
466 * Inserts a gap
471 * The inserted gap is filled with NOP. The gap length may b
599 Gap gap = new Gap(); local
1448 int gap, defaultByte; field in class:CodeIterator.Switcher
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
FloppyPeim.c 835 UINT8 Gap;
895 // Calculate waiting time, which is proportional to the gap between destination
899 Gap = (UINT8) (Info->Pcn - Cylinder);
901 Gap = (UINT8) (Cylinder - Info->Pcn);
904 MicroSecondDelay ((Gap + 1) * FDC_LONG_DELAY);
    [all...]
  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 142 // The gap may include extra padding
145 CodeIterator.Gap gap local
147 pos = gap.position;
159 pos = updatePos(pos, gap.length);
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 246 // Check if the gap between LHS's highest and NewLowerBound is unreachable.
249 IntRange Gap = { GapLow, GapHigh };
250 if (GapHigh >= GapLow && IsInRanges(Gap, UnreachableRanges))
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 72 for (auto &Gap : Gaps) {
74 W.printHex("GapStartOffset", Gap.GapStartOffset);
75 W.printHex("Range", Gap.Range);
  /external/v8/tools/profviz/
composer.js 42 var kGapWidth = 0.05; // Gap between stack frame lines.
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 335 milliseconds