Searched defs:BlockSize (Results 1 - 8 of 8) sorted by relevance

/external/chromium/net/disk_cache/
H A Ddisk_cache_perftest.cc141 int BlockSize() { function in namespace:__anon2868
237 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
250 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
H A Daddr.h92 int BlockSize() const { function in class:disk_cache::Addr
/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp67 unsigned BlockSize = 0; local
70 BlockSize += TII->GetInstSizeInBytes(MBBI);
72 BlockSizes[MBB->getNumber()] = BlockSize;
73 FuncSize += BlockSize;
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp68 unsigned BlockSize = 0; local
71 BlockSize += TII->GetInstSizeInBytes(MBBI);
73 BlockSizes[MBB->getNumber()] = BlockSize;
74 FuncSize += BlockSize;
/external/clang/lib/CodeGen/
H A DCGBlocks.h193 CharUnits BlockSize; member in class:clang::CodeGen::CGBlockInfo
/external/kernel-headers/original/linux/mtd/
H A Dcfi.h159 uint16_t BlockSize; member in struct:cfi_intelext_blockinfo
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp68 /// BlockSize - This is the size in bytes of this memory block,
70 uintptr_t BlockSize : (sizeof(intptr_t)*CHAR_BIT - 2); member in struct:__anon8764::MemoryRangeHeader
76 return *(MemoryRangeHeader*)((char*)this+BlockSize);
114 void *EndOfBlock = (char*)this + BlockSize;
115 ((intptr_t *)EndOfBlock)[-1] = BlockSize;
179 BlockSize += FollowingFreeBlock.BlockSize;
190 PrevFreeBlock->GrowBlock(PrevFreeBlock->BlockSize + BlockSize);
211 assert(NewSize > BlockSize
426 uintptr_t BlockSize = FunctionEnd - (uint8_t *)CurBlock; local
444 uintptr_t BlockSize = result + Size - (uint8_t *)CurBlock; local
522 uintptr_t BlockSize = TableEnd - (uint8_t *)CurBlock; local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3935 static bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { argument
3936 assert((BlockSize==16 || BlockSize==32 || BlockSize==64) &&
3947 BlockElts = BlockSize / EltSz;
3949 if (BlockSize <= EltSz || BlockSize != BlockElts * EltSz)

Completed in 197 milliseconds