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

  /frameworks/base/tools/aapt2/util/
BigBuffer.cpp 54 void* BigBuffer::NextBlock(size_t* out_size) {
BigBuffer.h 83 T* NextBlock(size_t count = 1);
90 void* NextBlock(size_t* out_count);
93 * Backs up count bytes. This must only be called after NextBlock()
94 * and can not be larger than sizeof(T) * count of the last NextBlock()
149 inline T* BigBuffer::NextBlock(size_t count) {
170 inline void BigBuffer::Pad(size_t bytes) { NextBlock<char>(bytes); }
  /frameworks/base/tools/aapt2/format/binary/
ChunkWriter.h 38 T* chunk = buffer_->NextBlock<T>();
46 inline T* NextBlock(size_t count = 1) {
47 return buffer_->NextBlock<T>(count);
79 header_ = buffer_->NextBlock<android::ResChunk_header>();
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
FlashUpdate.c 818 EFI_PHYSICAL_ADDRESS NextBlock;
882 NextBlock = BaseAddress + BlockSize;
886 if ((StartAddress >= BaseAddress) && (StartAddress < NextBlock)) {
910 BaseAddress = NextBlock;
    [all...]
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 139 llvm::BasicBlock *NextBlock = CGF.createBasicBlock("setup.next");
150 CGF.Builder.CreateCondBr(CSZero, NextBlock, EndBlock);
151 CGF.EmitBlock(NextBlock);
  /external/ImageMagick/MagickCore/
memory.c 82 #define NextBlock(block) ((char *) (block)+SizeOfBlock(block))
410 assert((*BlockHeader(NextBlock(block)) & PreviousBlockBit) == 0);
432 *BlockHeader(NextBlock(block))|=PreviousBlockBit;
832 block=NextBlock(block);
835 *BlockHeader(NextBlock(block))=PreviousBlockBit;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 462 milliseconds