Searched refs:blockLength (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/ARMv7/
H A DARMv7DOpcode.cpp642 unsigned blockLength = 0; local
646 blockLength = 4 - i;
651 startITBlock(blockLength, condition);
653 for (unsigned i = 1; i < blockLength; ++i) {
658 opName[blockLength + 1] = '\0';
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dutrie2_builder.cpp880 findSameDataBlock(const uint32_t *data, int32_t dataLength, int32_t otherBlock, int32_t blockLength) { argument
884 dataLength-=blockLength;
887 if(equal_uint32(data+block, data+otherBlock, blockLength)) {
987 int32_t blockLength, overlap; local
1000 blockLength=64;
1001 blockCount=blockLength>>UTRIE2_SHIFT_2;
1009 blockLength=UTRIE2_DATA_BLOCK_LENGTH;
1016 start+=blockLength;
1023 if( (movedStart=findSameDataBlock(trie->data, newStart, start, blockLength))
1033 start+=blockLength;
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHandleStack.cpp46 size_t blockLength = m_blockStack.blockLength; local
51 heapRootVisitor.visit(block, blockLength);
61 m_frame.m_end = block + m_blockStack.blockLength;
H A DHandleStack.h87 for ( ; blocks[i] + m_blockStack.blockLength != lastFrame.m_end; --i) {
88 for (int j = m_blockStack.blockLength - 1; j >= 0; --j)
92 for (HandleSlot it = blocks[i] + m_blockStack.blockLength - 1; it != lastFrame.m_next - 1; --it)
/macosx-10.10/WTF-7600.1.24/wtf/
H A DBlockStack.h38 static const size_t blockLength = blockSize / sizeof(T); member in class:WTF::BlockStack
82 ASSERT(newEnd != m_blocks.last() + blockLength);
86 while (m_blocks.last() + blockLength != newEnd) {
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtdelta.tcl355 set blockLength [string length $blockString]
358 for {set i $md5Size} {$i <= $blockLength} {incr i $md5Size} {
/macosx-10.10/pdisk-9/
H A DMacSCSICommand.h253 unsigned char blockLength[3]; member in struct:SCSI_ModeParamBlockDescriptor

Completed in 145 milliseconds