Home
last modified time | relevance | path

Searched defs:BlockSize (Results 1 – 12 of 12) sorted by relevance

/external/ceres-solver/internal/ceres/
Dblock_structure.h50 typedef int16 BlockSize; typedef
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp67 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/chromium/net/disk_cache/
Daddr.h92 int BlockSize() const { in BlockSize() function
Ddisk_cache_perftest.cc141 int BlockSize() { in BlockSize() function
/external/lzma/CS/7zip/
DICoder.cs99 BlockSize, enumerator
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp77 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/chromium_org/net/disk_cache/
Daddr.h99 int BlockSize() const { in BlockSize() function
Ddisk_cache_perftest.cc142 int BlockSize() { in BlockSize() function
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp430 uintptr_t BlockSize = FunctionEnd - (uint8_t *)CurBlock; in endFunctionBody() local
448 uintptr_t BlockSize = result + Size - (uint8_t *)CurBlock; in allocateSpace() local
/external/clang/lib/CodeGen/
DCGBlocks.h212 CharUnits BlockSize; variable
/external/kernel-headers/original/linux/mtd/
Dcfi.h159 uint16_t BlockSize; member
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp4393 static bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { in isVREVMask()