Home | History | Annotate | Download | only in common

Lines Matching defs:blockLength

878 findSameDataBlock(const uint32_t *data, int32_t dataLength, int32_t otherBlock, int32_t blockLength) {
882 dataLength-=blockLength;
885 if(equal_uint32(data+block, data+otherBlock, blockLength)) {
985 int32_t blockLength, overlap;
998 blockLength=64;
999 blockCount=blockLength>>UTRIE2_SHIFT_2;
1007 blockLength=UTRIE2_DATA_BLOCK_LENGTH;
1014 start+=blockLength;
1021 if( (movedStart=findSameDataBlock(trie->data, newStart, start, blockLength))
1031 start+=blockLength;
1039 for(overlap=blockLength-UTRIE2_DATA_GRANULARITY;
1053 for(i=blockLength-overlap; i>0; --i) {