HomeSort by relevance Sort by last modified time
    Searched refs:roffset (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp 522 int32_t roffset = offset + clength; local
525 if (roffset < maxOffset) {
526 rlength = minLengthInChars(ceList, roffset, history);
552 int32_t roffset = offset + 2; local
555 //history[roffset++] = -1;
556 //history[roffset++] = 1;
558 if (roffset < maxOffset) {
559 rlength = minLengthInChars(ceList, roffset, history);
569 int32_t roffset = offset; local
573 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1)
    [all...]
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 536 int32_t roffset = offset + clength; local
539 if (roffset < maxOffset) {
540 rlength = minLengthInChars(ceList, roffset, history);
566 int32_t roffset = offset + 2; local
569 //history[roffset++] = -1;
570 //history[roffset++] = 1;
572 if (roffset < maxOffset) {
573 rlength = minLengthInChars(ceList, roffset, history);
583 int32_t roffset = offset; local
587 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1)
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jpegut.c 45 int roffset=(flags&TJ_BGR)?2:0, goffset=1, boffset=(flags&TJ_BGR)?0:2, i, local
47 if(flags&TJ_ALPHAFIRST) {roffset++; goffset++; boffset++;}
54 buf[(w*i+j)*ps+roffset]=255;
69 buf[(w*i+j)*ps+roffset]=255;
78 int roffset=(flags&TJ_BGR)?2:0, goffset=1, boffset=(flags&TJ_BGR)?0:2, i, local
84 printf("%.3d/%.3d/%.3d ", buf[(w*i+j)*ps+roffset],
85 buf[(w*i+j)*ps+roffset], buf[(w*i+j)*ps+roffset]);
93 int roffset=(flags&TJ_BGR)?2:0, goffset=1, boffset=(flags&TJ_BGR)?0:2, i, local
95 if(flags&TJ_ALPHAFIRST) {roffset++; goffset++; boffset++;
    [all...]
tjunittest.c 88 int roffset=tjRedOffset[pf]; local
120 buf[index*ps+roffset]=255;
127 buf[index*ps+roffset]=255;
159 int roffset=tjRedOffset[pf]; local
175 r=buf[index*ps+roffset];
226 printf("%.3d/%.3d/%.3d ", buf[(row*w+col)*ps+roffset],

Completed in 1047 milliseconds