Searched defs:stage2 (Results 1 - 9 of 9) sorted by path

/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.c737 const uint16_t *stage2, *stage3, *results; local
758 stage2=table+st2;
760 if((st3=stage2[st2])!=0) {
778 const uint32_t *stage2; local
804 stage2=(const uint32_t *)table+st2;
806 if((st3=stage2[st2])!=0) {
1266 uint32_t *stage2; local
1311 stage2=((uint32_t *)table)+table[c>>10]+((c>>4)&0x3f);
1313 st3=(int32_t)(uint16_t)*stage2*16+(c&0xf);
1334 *stage2|
1345 uint32_t *stage2; local
[all...]
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dgencnvex.c59 uint16_t stage2[MBCS_STAGE_2_SIZE]; member in struct:CnvExtData
233 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2);
255 if(extData->stage2[i]!=0) {
256 printf("stage12[%04x]=%04x\n", j, extData->stage2[i]);
846 while(min<newBlock && extData->stage2[newBlock-1]==0) {
852 if(extData->stage2Top>LENGTHOF(extData->stage2)) {
861 if(extData->stage2[i2]==0) {
871 extData->stage2[i2]=(uint16_t)(newBlock>>UCNV_EXT_STAGE_2_LEFT_SHIFT);
880 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset;
908 extData->stage2[i
[all...]
H A Dgenmbcs.cpp46 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...]
/external/icu/icu4c/source/common/
H A Ducnvmbcs.c737 const uint16_t *stage2, *stage3, *results; local
758 stage2=table+st2;
760 if((st3=stage2[st2])!=0) {
778 const uint32_t *stage2; local
804 stage2=(const uint32_t *)table+st2;
806 if((st3=stage2[st2])!=0) {
1266 uint32_t *stage2; local
1311 stage2=((uint32_t *)table)+table[c>>10]+((c>>4)&0x3f);
1313 st3=(int32_t)(uint16_t)*stage2*16+(c&0xf);
1334 *stage2|
1345 uint32_t *stage2; local
[all...]
/external/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c59 uint16_t stage2[MBCS_STAGE_2_SIZE]; member in struct:CnvExtData
233 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2);
255 if(extData->stage2[i]!=0) {
256 printf("stage12[%04x]=%04x\n", j, extData->stage2[i]);
846 while(min<newBlock && extData->stage2[newBlock-1]==0) {
852 if(extData->stage2Top>LENGTHOF(extData->stage2)) {
861 if(extData->stage2[i2]==0) {
871 extData->stage2[i2]=(uint16_t)(newBlock>>UCNV_EXT_STAGE_2_LEFT_SHIFT);
880 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset;
908 extData->stage2[i
[all...]
H A Dgenmbcs.cpp46 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...]
/external/libhevc/common/arm/
H A Dihevc_itrans_recon_32x32.s1512 b stage2
1532 stage2: label
/external/libhevc/common/arm64/
H A Dihevc_itrans_recon_32x32.s1597 b stage2
1617 stage2: label
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 420 milliseconds