Home | History | Annotate | Download | only in common

Lines Matching refs:blockLength

880 findSameDataBlock(const uint32_t *data, int32_t dataLength, int32_t otherBlock, int32_t blockLength) {
884 dataLength-=blockLength;
887 if(equal_uint32(data+block, data+otherBlock, blockLength)) {
987 int32_t blockLength, overlap;
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 blockLength;
1041 for(overlap=blockLength-UTRIE2_DATA_GRANULARITY;
1055 for(i=blockLength-overlap; i>0; --i) {