Home | History | Annotate | Download | only in common

Lines Matching defs:bmpLength

325  * and add the bmpLength between it and the array.
328 * - all BMP: (length=bmpLength) BMP, .., BMP
329 * - some supplementary: (length|0x8000) (bmpLength<length) BMP, .., BMP, supp-high, supp-low, ..
348 fillSet->length=fillSet->bmpLength=0;
357 fillSet->length=fillSet->bmpLength=0;
360 fillSet->bmpLength=*src++;
364 fillSet->length=fillSet->bmpLength=0;
367 fillSet->bmpLength=length;
382 fillSet->bmpLength=fillSet->length=2;
386 fillSet->bmpLength=1;
392 fillSet->bmpLength=0;
400 fillSet->bmpLength=0;
419 int32_t hi = set->bmpLength-1;
440 int32_t base = set->bmpLength;
471 return (set->bmpLength+(set->length-set->bmpLength)/2+1)/2;
478 int32_t bmpLength, length;
486 bmpLength=set->bmpLength;
489 if(rangeIndex<bmpLength) {
491 if(rangeIndex<bmpLength) {
500 rangeIndex-=bmpLength;
502 length-=bmpLength;
504 array+=bmpLength;