Searched refs:stage2 (Results 1 - 9 of 9) sorted by relevance
/external/icu/icu4c/source/tools/makeconv/ |
H A D | genmbcs.cpp | 46 uint32_t stage2[MBCS_STAGE_2_SIZE]; /* stage 2 for MBCS */ member in struct:MBCSData 293 mbcsData->stage2[mbcsData->stage1[0]+i]=sum; 724 while(min<newBlock && mbcsData->stage2[newBlock-1]==0) { 758 if(mbcsData->stage2[idx]==0) { 786 mbcsData->stage2[i++]=(newBlock/MBCS_STAGE_3_GRANULARITY)/maxCharLength; 792 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx]; 869 if((mbcsData->stage2[idx+(nextOffset>>MBCS_STAGE_2_SHIFT)]&(1UL<<(16+(c&0xf))))!=0 || old!=0) { 883 mbcsData->stage2[idx+(nextOffset>>4)]|=(1UL<<(16+(c&0xf))); 994 * how much less of stage2 needs to be stored. 997 * uses so much less space per block than stage2, [all...] |
H A D | gencnvex.c | 56 uint16_t stage2[MBCS_STAGE_2_SIZE]; member in struct:CnvExtData 230 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2); 252 if(extData->stage2[i]!=0) { 253 printf("stage12[%04x]=%04x\n", j, extData->stage2[i]); 843 while(min<newBlock && extData->stage2[newBlock-1]==0) { 849 if(extData->stage2Top>UPRV_LENGTHOF(extData->stage2)) { 858 if(extData->stage2[i2]==0) { 868 extData->stage2[i2]=(uint16_t)(newBlock>>UCNV_EXT_STAGE_2_LEFT_SHIFT); 877 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset; 905 extData->stage2[i [all...] |
/external/dng_sdk/source/ |
H A D | dng_validate.cpp | 218 const dng_image &stage2 = *negative->Stage2Image (); local 224 stage2, 225 stage2.Planes () >= 3 ? piRGB
|
H A D | dng_negative.cpp | 3892 // required after building stage2 image. 4054 dng_image &stage2 = *fStage2Image.Get (); 4071 stage2.PixelType ())); 4073 if (srcPlane < 0 || srcPlane >= (int32) stage2.Planes ()) 4080 stage2, 4181 // Delete the stage2 image now that we have computed the stage 3 image.
|
/external/icu/icu4c/source/common/ |
H A D | ucnvmbcs.cpp | 874 const uint16_t *stage2, *stage3, *results; local 895 stage2=table+st2; 897 if((st3=stage2[st2])!=0) { 915 const uint32_t *stage2; local 941 stage2=(const uint32_t *)table+st2; 943 if((st3=stage2[st2])!=0) { 1403 uint32_t *stage2; local 1448 stage2=((uint32_t *)table)+table[c>>10]+((c>>4)&0x3f); 1450 st3=(int32_t)(uint16_t)*stage2*16+(c&0xf); 1471 *stage2| 1482 uint32_t *stage2; local [all...] |
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetMBCS.java | 81 char fromUnicodeTable[]; // stage1, and for MBCS_OUTPUT_1 also contains stage2 82 int fromUnicodeTableInts[]; // stage1 and stage2 together as int[] 515 int stage2; 564 stage2 = table[c>>10] + ((c>>4)&0x3f); 565 st3 = tableInts[stage2]; 588 tableInts[stage2] |= temp; 597 // stage2 starts with unused stage1 space. 600 int[] stage2 = new int[numStage1Ints + fullStage2Length]; 602 stage2, (fullStage2Length - stage2Length) + numStage1Ints, 604 mbcsTable.fromUnicodeTableInts = stage2; [all...] |
/external/libhevc/common/arm/ |
H A D | ihevc_itrans_recon_32x32.s | 1512 b stage2 1532 stage2: label
|
/external/libhevc/common/arm64/ |
H A D | ihevc_itrans_recon_32x32.s | 1597 b stage2 1617 stage2: label
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | findbugs.jar | META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ... |
Completed in 207 milliseconds