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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp67 unsigned BlockSize = 0; local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp68 unsigned BlockSize = 0; local
/macosx-10.10/hfs-285/fsck_hfs/
H A Dcache.h147 uint32_t BlockSize; /* Size of the cache page */ member in struct:Cache_t
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp70 uintptr_t BlockSize : (sizeof(intptr_t)*CHAR_BIT - 2); member in struct:__anon10320::MemoryRangeHeader
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...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp3952 static bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { argument

Completed in 208 milliseconds