/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | genmbcs.cpp | 49 uint32_t stage2[MBCS_STAGE_2_SIZE]; /* stage 2 for MBCS */ member 301 mbcsData->stage2[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings() 733 while(min<newBlock && mbcsData->stage2[newBlock-1]==0) { in MBCSAddFromUnicode() 767 if(mbcsData->stage2[idx]==0) { in MBCSAddFromUnicode() 795 mbcsData->stage2[i++]=(newBlock/MBCS_STAGE_3_GRANULARITY)/maxCharLength; in MBCSAddFromUnicode() 801 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx]; in MBCSAddFromUnicode() 881 if((mbcsData->stage2[idx+(nextOffset>>MBCS_STAGE_2_SHIFT)]&(1UL<<(16+(c&0xf))))!=0 || old!=0) { in MBCSAddFromUnicode() 895 mbcsData->stage2[idx+(nextOffset>>4)]|=(1UL<<(16+(c&0xf))); in MBCSAddFromUnicode() 1007 * how much less of stage2 needs to be stored. in MBCSAddTable() 1010 * uses so much less space per block than stage2, in MBCSAddTable() [all...] |
H A D | gencnvex.c | 59 uint16_t stage2[MBCS_STAGE_2_SIZE]; member 238 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2); in CnvExtWrite() 260 if(extData->stage2[i]!=0) { in CnvExtWrite() 261 printf("stage12[%04x]=%04x\n", j, extData->stage2[i]); in CnvExtWrite() 851 while(min<newBlock && extData->stage2[newBlock-1]==0) { in addFromUTrieEntry() 857 if(extData->stage2Top>UPRV_LENGTHOF(extData->stage2)) { in addFromUTrieEntry() 866 if(extData->stage2[i2]==0) { in addFromUTrieEntry() 876 extData->stage2[i2]=(uint16_t)(newBlock>>UCNV_EXT_STAGE_2_LEFT_SHIFT); in addFromUTrieEntry() 885 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset; in addFromUTrieEntry() 913 extData->stage2[i in addFromUTrieEntry() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | genmbcs.cpp | 49 uint32_t stage2[MBCS_STAGE_2_SIZE]; /* stage 2 for MBCS */ member 301 mbcsData->stage2[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings() 733 while(min<newBlock && mbcsData->stage2[newBlock-1]==0) { in MBCSAddFromUnicode() 767 if(mbcsData->stage2[idx]==0) { in MBCSAddFromUnicode() 795 mbcsData->stage2[i++]=(newBlock/MBCS_STAGE_3_GRANULARITY)/maxCharLength; in MBCSAddFromUnicode() 801 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx]; in MBCSAddFromUnicode() 881 if((mbcsData->stage2[idx+(nextOffset>>MBCS_STAGE_2_SHIFT)]&(1UL<<(16+(c&0xf))))!=0 || old!=0) { in MBCSAddFromUnicode() 895 mbcsData->stage2[idx+(nextOffset>>4)]|=(1UL<<(16+(c&0xf))); in MBCSAddFromUnicode() 1007 * how much less of stage2 needs to be stored. in MBCSAddTable() 1010 * uses so much less space per block than stage2, in MBCSAddTable() [all...] |
H A D | gencnvex.c | 58 uint16_t stage2[MBCS_STAGE_2_SIZE]; member 237 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2); in CnvExtWrite() 259 if(extData->stage2[i]!=0) { in CnvExtWrite() 260 printf("stage12[%04x]=%04x\n", j, extData->stage2[i]); in CnvExtWrite() 850 while(min<newBlock && extData->stage2[newBlock-1]==0) { in addFromUTrieEntry() 856 if(extData->stage2Top>UPRV_LENGTHOF(extData->stage2)) { in addFromUTrieEntry() 865 if(extData->stage2[i2]==0) { in addFromUTrieEntry() 875 extData->stage2[i2]=(uint16_t)(newBlock>>UCNV_EXT_STAGE_2_LEFT_SHIFT); in addFromUTrieEntry() 884 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset; in addFromUTrieEntry() 912 extData->stage2[i in addFromUTrieEntry() [all...] |
/third_party/musl/porting/linux/user/src/env/ |
H A D | __libc_start_main.c | 96 lsm2_fn *stage2 = libc_start_main_stage2; in __libc_start_main() local 97 __asm__ ( "" : "+r"(stage2) : : "memory" ); in __libc_start_main() 98 return stage2(main, argc, argv); in __libc_start_main()
|
/third_party/musl/src/env/ |
H A D | __libc_start_main.c | 98 lsm2_fn *stage2 = libc_start_main_stage2; in __libc_start_main() local 99 __asm__ ( "" : "+r"(stage2) : : "memory" ); in __libc_start_main() 100 return stage2(main, argc, argv); in __libc_start_main()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
H A D | __libc_start_main.c | 84 lsm2_fn *stage2 = libc_start_main_stage2; in __libc_start_main() local 85 __asm__ ( "" : "+r"(stage2) : : "memory" ); in __libc_start_main() 86 return stage2(main, argc, argv); in __libc_start_main()
|
/third_party/musl/porting/liteos_a/user_debug/src/env/ |
H A D | __libc_start_main.c | 85 lsm2_fn *stage2 = libc_start_main_stage2; in __libc_start_main() local 86 __asm__ ( "" : "+r"(stage2) : : "memory" ); in __libc_start_main() 87 return stage2(main, argc, argv); in __libc_start_main()
|
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateUcd.py | 176 # lookup 97 (0x61) in the first table in stage2 yields 35 198 # lookup 66 (0x42) in table 93 in stage2 yields 819 216 # lookup 80 (0x50) in table 55 in stage2 yields 621 370 stage2 = [] # Stage 2 table contains the blocks with property values 377 start = len(stage2) / block_size 378 stage2 += block 381 return stage1, stage2 729 stage1, stage2 = compress_table(table, block_size) 730 size += get_tables_size(stage1, stage2) 734 min_stage1, min_stage2 = stage1, stage2 [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264dsp.c | 558 register vec_u8 stage2; \ 565 stage2 = vec_sr(stage1, vec_splat_u8(1)); /* (p1 - q1 + 256)>>2 = 64 + (p1 - q1) >> 2 */ \ 569 stage2 = vec_avg(stage2, pq0bit); /* 32 + ((q0 - p0)&1 + (p1 - q1) >> 2 + 1) >> 1 */ \ 570 stage2 = vec_adds(stage2, stage1); /* 160 + ((p0 - q0) + (p1 - q1) >> 2 + 1) >> 1 */ \ 572 deltaneg = vec_subs(vec160, stage2); /* -d */ \ 573 delta = vec_subs(stage2, vec160); /* d */ \
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnvmbcs.cpp | 878 const uint16_t *stage2, *stage3, *results; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 899 stage2=table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 901 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 919 const uint32_t *stage2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 945 stage2=(const uint32_t *)table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 947 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 1410 uint32_t *stage2; in writeStage3Roundtrip() local 1455 stage2=((uint32_t *)table)+table[c>>10]+((c>>4)&0x3f); in writeStage3Roundtrip() 1457 st3=(int32_t)(uint16_t)*stage2*16+(c&0xf); in writeStage3Roundtrip() 1478 *stage2| in writeStage3Roundtrip() 1489 uint32_t *stage2; reconstituteData() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvmbcs.cpp | 878 const uint16_t *stage2, *stage3, *results; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 899 stage2=table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 901 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 919 const uint32_t *stage2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 945 stage2=(const uint32_t *)table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 947 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 1410 uint32_t *stage2; in writeStage3Roundtrip() local 1455 stage2=((uint32_t *)table)+table[c>>10]+((c>>4)&0x3f); in writeStage3Roundtrip() 1457 st3=(int32_t)(uint16_t)*stage2*16+(c&0xf); in writeStage3Roundtrip() 1478 *stage2| in writeStage3Roundtrip() 1489 uint32_t *stage2; reconstituteData() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnvmbcs.cpp | 878 const uint16_t *stage2, *stage3, *results; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 899 stage2=table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 901 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 919 const uint32_t *stage2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 945 stage2=(const uint32_t *)table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 947 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 1410 uint32_t *stage2; in writeStage3Roundtrip() local 1455 stage2=((uint32_t *)table)+table[c>>10]+((c>>4)&0x3f); in writeStage3Roundtrip() 1457 st3=(int32_t)(uint16_t)*stage2*16+(c&0xf); in writeStage3Roundtrip() 1478 *stage2| in writeStage3Roundtrip() 1489 uint32_t *stage2; reconstituteData() local [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_validate.cpp | 218 const dng_image &stage2 = *negative->Stage2Image (); in dng_validate() local 224 stage2, in dng_validate() 225 stage2.Planes () >= 3 ? piRGB in dng_validate()
|
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.
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetMBCS.java | 80 char fromUnicodeTable[]; // stage1, and for MBCS_OUTPUT_1 also contains stage2 81 int fromUnicodeTableInts[]; // stage1 and stage2 together as int[] 510 int stage2; in writeStage3Roundtrip() 558 stage2 = table[c>>10] + ((c>>4)&0x3f); in writeStage3Roundtrip() 559 st3 = tableInts[stage2]; in writeStage3Roundtrip() 582 tableInts[stage2] |= (1L << shift); in writeStage3Roundtrip() 591 // stage2 starts with unused stage1 space. in reconstituteData() 594 int[] stage2 = new int[numStage1Ints + fullStage2Length]; in reconstituteData() 596 stage2, (fullStage2Length - stage2Length) + numStage1Ints, in reconstituteData() 598 mbcsTable.fromUnicodeTableInts = stage2; in reconstituteData() [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |