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

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 107 sys::MemoryBlock Near;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 110 sys::MemoryBlock Near;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 110 sys::MemoryBlock Near;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 110 sys::MemoryBlock Near;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 110 sys::MemoryBlock Near;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 110 sys::MemoryBlock Near;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 110 sys::MemoryBlock Near;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 110 sys::MemoryBlock Near;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 110 sys::MemoryBlock Near;
  /external/mesa3d/src/mesa/main/
viewport.c 83 GLdouble Near, Far; /**< Depth buffer range */
239 if (ctx->ViewportArray[idx].Near == nearval &&
243 ctx->ViewportArray[idx].Near = CLAMP(nearval, 0.0, 1.0);
262 * the near clip plane
308 * GLclampd near and far clip-plane values
329 set_depth_range_no_notify(ctx, i + first, p[i].Near, p[i].Far);
363 * the near clip plane
412 ctx->ViewportArray[i].Near = 0.0;
483 double n = ctx->ViewportArray[i].Near;
mtypes.h     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.c 245 CHAR8 Near;
286 Near = (CHAR8) '=';
288 Near = (CHAR8) '<';
305 Near,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.cpp 754 MachineBasicBlock *Near =
756 if (Near == ValMBB)
759 else if (Near != Dom.first)
761 Dom = DomPair(Near, SlotIndex());
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ping.c 452 CHAR8 Near;
507 Near = (CHAR8) '=';
509 Near = (CHAR8) '<';
526 Near,
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 857 MachineBasicBlock *Near =
859 if (Near == ValMBB)
862 else if (Near != Dom.first)
864 Dom = DomPair(Near, SlotIndex());
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 309 /// fit into one byte (considered "near"). These are used for lowering i1
376 enum Mode { Near, Far };
416 bool isNear() const { return Kind == Near; }
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 165 NearC = 0x00, // near right to left push, caller pops stack
167 NearPascal = 0x02, // near left to right push, callee pops stack
169 NearFast = 0x04, // near left to right push with regs, callee pops stack
171 NearStdCall = 0x07, // near standard call
173 NearSysCall = 0x09, // near sys call
189 NearVector = 0x18 // near left to right push with regs, callee pops stack
366 Near = 0x05,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 163 NearC = 0x00, // near right to left push, caller pops stack
165 NearPascal = 0x02, // near left to right push, callee pops stack
167 NearFast = 0x04, // near left to right push with regs, callee pops stack
169 NearStdCall = 0x07, // near standard call
171 NearSysCall = 0x09, // near sys call
187 NearVector = 0x18 // near left to right push with regs, callee pops stack
280 Near = 0x0,
371 Near = 0x05,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 163 NearC = 0x00, // near right to left push, caller pops stack
165 NearPascal = 0x02, // near left to right push, callee pops stack
167 NearFast = 0x04, // near left to right push with regs, callee pops stack
169 NearStdCall = 0x07, // near standard call
171 NearSysCall = 0x09, // near sys call
187 NearVector = 0x18 // near left to right push with regs, callee pops stack
280 Near = 0x0,
371 Near = 0x05,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 163 NearC = 0x00, // near right to left push, caller pops stack
165 NearPascal = 0x02, // near left to right push, callee pops stack
167 NearFast = 0x04, // near left to right push with regs, callee pops stack
169 NearStdCall = 0x07, // near standard call
171 NearSysCall = 0x09, // near sys call
187 NearVector = 0x18 // near left to right push with regs, callee pops stack
280 Near = 0x0,
371 Near = 0x05,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 163 NearC = 0x00, // near right to left push, caller pops stack
165 NearPascal = 0x02, // near left to right push, callee pops stack
167 NearFast = 0x04, // near left to right push with regs, callee pops stack
169 NearStdCall = 0x07, // near standard call
171 NearSysCall = 0x09, // near sys call
187 NearVector = 0x18 // near left to right push with regs, callee pops stack
280 Near = 0x0,
371 Near = 0x05,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 163 NearC = 0x00, // near right to left push, caller pops stack
165 NearPascal = 0x02, // near left to right push, callee pops stack
167 NearFast = 0x04, // near left to right push with regs, callee pops stack
169 NearStdCall = 0x07, // near standard call
171 NearSysCall = 0x09, // near sys call
187 NearVector = 0x18 // near left to right push with regs, callee pops stack
280 Near = 0x0,
371 Near = 0x05,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 163 NearC = 0x00, // near right to left push, caller pops stack
165 NearPascal = 0x02, // near left to right push, callee pops stack
167 NearFast = 0x04, // near left to right push with regs, callee pops stack
169 NearStdCall = 0x07, // near standard call
171 NearSysCall = 0x09, // near sys call
187 NearVector = 0x18 // near left to right push with regs, callee pops stack
280 Near = 0x0,
371 Near = 0x05,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 163 NearC = 0x00, // near right to left push, caller pops stack
165 NearPascal = 0x02, // near left to right push, callee pops stack
167 NearFast = 0x04, // near left to right push with regs, callee pops stack
169 NearStdCall = 0x07, // near standard call
171 NearSysCall = 0x09, // near sys call
187 NearVector = 0x18 // near left to right push with regs, callee pops stack
280 Near = 0x0,
371 Near = 0x05,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 163 NearC = 0x00, // near right to left push, caller pops stack
165 NearPascal = 0x02, // near left to right push, callee pops stack
167 NearFast = 0x04, // near left to right push with regs, callee pops stack
169 NearStdCall = 0x07, // near standard call
171 NearSysCall = 0x09, // near sys call
187 NearVector = 0x18 // near left to right push with regs, callee pops stack
280 Near = 0x0,
371 Near = 0x05,

Completed in 1165 milliseconds