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

  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 55 uintptr_t EndOfBlock = Addr + FreeMB.Free.size();
72 FreeMB.Free = sys::MemoryBlock((void *)(Addr + Size), EndOfBlock - Addr - Size);
103 uintptr_t EndOfBlock = Addr + MB.size();
113 unsigned FreeSize = EndOfBlock-Addr-Size;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 630 class EndOfBlock(Exception): pass
655 raise EndOfBlock
667 raise EndOfBlock
671 raise EndOfBlock
678 except (EndOfBlock, IndentationError):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py 628 class EndOfBlock(Exception): pass
653 raise EndOfBlock
665 raise EndOfBlock
669 raise EndOfBlock
676 except (EndOfBlock, IndentationError):
    [all...]
  /external/python/cpython2/Lib/
inspect.py 629 class EndOfBlock(Exception): pass
654 raise EndOfBlock
666 raise EndOfBlock
670 raise EndOfBlock
677 except (EndOfBlock, IndentationError):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 630 class EndOfBlock(Exception): pass
655 raise EndOfBlock
667 raise EndOfBlock
671 raise EndOfBlock
678 except (EndOfBlock, IndentationError):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 630 class EndOfBlock(Exception): pass
655 raise EndOfBlock
667 raise EndOfBlock
671 raise EndOfBlock
678 except (EndOfBlock, IndentationError):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 630 class EndOfBlock(Exception): pass
655 raise EndOfBlock
667 raise EndOfBlock
671 raise EndOfBlock
678 except (EndOfBlock, IndentationError):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 630 class EndOfBlock(Exception): pass
655 raise EndOfBlock
667 raise EndOfBlock
671 raise EndOfBlock
678 except (EndOfBlock, IndentationError):
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 102 void *EndOfBlock = (char*)this + BlockSize;
103 ((intptr_t *)EndOfBlock)[-1] = BlockSize;
  /external/python/cpython3/Lib/
inspect.py     [all...]

Completed in 154 milliseconds