Home
last modified time | relevance | path

Searched refs:stage2 (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
Dcreate_tables.cpp363 void build(std::vector<uint8_t>& stage1, std::vector<T const*>& stage2) in build() argument
383 stage2.clear(); in build()
384 stage2.reserve(blocks.size()); in build()
389 stage2.push_back(val.first); in build()
392 stage1[(val2 - p.get()) / block_size] = stage2.size() - 1; in build()
495 std::vector<value_type const*> stage2; in print_file() local
496 builder.build(stage1, stage2); in print_file()
499 << stage1.size()+(stage2.size()*block_size*sizeof(value_type)) in print_file()
520 for (int i = 0; i < int(stage2.size()); ++i) in print_file()
522 value_type const* p = stage2[i]; in print_file()
[all …]
/third_party/boost/libs/spirit/workbench/unicode/
Dcreate_tables.cpp363 void build(std::vector<uint8_t>& stage1, std::vector<T const*>& stage2) in build() argument
383 stage2.clear(); in build()
384 stage2.reserve(blocks.size()); in build()
389 stage2.push_back(val.first); in build()
392 stage1[(val2 - p.get()) / block_size] = stage2.size() - 1; in build()
495 std::vector<value_type const*> stage2; in print_file() local
496 builder.build(stage1, stage2); in print_file()
499 << stage1.size()+(stage2.size()*block_size*sizeof(value_type)) in print_file()
520 for (int i = 0; i < int(stage2.size()); ++i) in print_file()
522 value_type const* p = stage2[i]; in print_file()
[all …]
/third_party/musl/porting/liteos_a/user/src/env/
D__libc_start_main.c83 lsm2_fn *stage2 = libc_start_main_stage2; in __libc_start_main() local
84 __asm__ ( "" : "+r"(stage2) : : "memory" ); in __libc_start_main()
85 return stage2(main, argc, argv); in __libc_start_main()
/third_party/musl/porting/liteos_a/user_debug/src/env/
D__libc_start_main.c84 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/src/env/
D__libc_start_main.c83 lsm2_fn *stage2 = libc_start_main_stage2; in __libc_start_main() local
84 __asm__ ( "" : "+r"(stage2) : : "memory" ); in __libc_start_main()
85 return stage2(main, argc, argv); in __libc_start_main()
/third_party/pcre2/pcre2/maint/
DMultiStage2.py299 stage2 = [] # Stage 2 table contains the blocks with property values
306 start = len(stage2) / block_size
307 stage2 += block
311 return stage1, stage2
633 stage1, stage2 = compress_table(table, block_size) variable
634 size += get_tables_size(stage1, stage2)
638 min_stage1, min_stage2 = stage1, stage2
/third_party/flutter/skia/third_party/externals/icu/source/tools/makeconv/
Dgenmbcs.cpp48 uint32_t stage2[MBCS_STAGE_2_SIZE]; /* stage 2 for MBCS */ member
300 mbcsData->stage2[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings()
732 while(min<newBlock && mbcsData->stage2[newBlock-1]==0) { in MBCSAddFromUnicode()
766 if(mbcsData->stage2[idx]==0) { in MBCSAddFromUnicode()
794 mbcsData->stage2[i++]=(newBlock/MBCS_STAGE_3_GRANULARITY)/maxCharLength; in MBCSAddFromUnicode()
800 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx]; in MBCSAddFromUnicode()
880 if((mbcsData->stage2[idx+(nextOffset>>MBCS_STAGE_2_SHIFT)]&(1UL<<(16+(c&0xf))))!=0 || old!=0) { in MBCSAddFromUnicode()
894 mbcsData->stage2[idx+(nextOffset>>4)]|=(1UL<<(16+(c&0xf))); in MBCSAddFromUnicode()
1306 …for(i=0; i<MBCS_STAGE_2_BLOCK_SIZE && mbcsData->stage2[start+i]==0 && mbcsData->stage2[prevEnd-i]=… in compactStage2()
1314 mbcsData->stage2[newStart++]=mbcsData->stage2[start++]; in compactStage2()
[all …]
Dgencnvex.c58 uint16_t stage2[MBCS_STAGE_2_SIZE]; member
232 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2); in CnvExtWrite()
254 if(extData->stage2[i]!=0) { in CnvExtWrite()
255 printf("stage12[%04x]=%04x\n", j, extData->stage2[i]); in CnvExtWrite()
845 while(min<newBlock && extData->stage2[newBlock-1]==0) { in addFromUTrieEntry()
851 if(extData->stage2Top>UPRV_LENGTHOF(extData->stage2)) { in addFromUTrieEntry()
860 if(extData->stage2[i2]==0) { in addFromUTrieEntry()
870 extData->stage2[i2]=(uint16_t)(newBlock>>UCNV_EXT_STAGE_2_LEFT_SHIFT); in addFromUTrieEntry()
879 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset; in addFromUTrieEntry()
907 extData->stage2[i2]=extData->stage3Sub1Block; in addFromUTrieEntry()
[all …]
/third_party/icu/icu4c/source/tools/makeconv/
Dgenmbcs.cpp48 uint32_t stage2[MBCS_STAGE_2_SIZE]; /* stage 2 for MBCS */ member
300 mbcsData->stage2[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings()
732 while(min<newBlock && mbcsData->stage2[newBlock-1]==0) { in MBCSAddFromUnicode()
766 if(mbcsData->stage2[idx]==0) { in MBCSAddFromUnicode()
794 mbcsData->stage2[i++]=(newBlock/MBCS_STAGE_3_GRANULARITY)/maxCharLength; in MBCSAddFromUnicode()
800 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx]; in MBCSAddFromUnicode()
880 if((mbcsData->stage2[idx+(nextOffset>>MBCS_STAGE_2_SHIFT)]&(1UL<<(16+(c&0xf))))!=0 || old!=0) { in MBCSAddFromUnicode()
894 mbcsData->stage2[idx+(nextOffset>>4)]|=(1UL<<(16+(c&0xf))); in MBCSAddFromUnicode()
1306 …for(i=0; i<MBCS_STAGE_2_BLOCK_SIZE && mbcsData->stage2[start+i]==0 && mbcsData->stage2[prevEnd-i]=… in compactStage2()
1314 mbcsData->stage2[newStart++]=mbcsData->stage2[start++]; in compactStage2()
[all …]
Dgencnvex.c58 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[i2]=extData->stage3Sub1Block; in addFromUTrieEntry()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
Dgenmbcs.cpp49 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()
1307 …for(i=0; i<MBCS_STAGE_2_BLOCK_SIZE && mbcsData->stage2[start+i]==0 && mbcsData->stage2[prevEnd-i]=… in compactStage2()
1315 mbcsData->stage2[newStart++]=mbcsData->stage2[start++]; in compactStage2()
[all …]
Dgencnvex.c58 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[i2]=extData->stage3Sub1Block; in addFromUTrieEntry()
[all …]
/third_party/boost/libs/static_string/doc/
DJamfile103 make stage2.xsl : $(docca)/include/docca/stage2.xsl : @copy_script ;
168 make stage2/results/directory/placeholder : xml-pages.xml : @null_action ;
185 make stage2/results
188 stage2.xsl
204 stage2/results
/third_party/boost/libs/beast/doc/
DJamfile102 make stage2.xsl : $(docca)/include/docca/stage2.xsl : @copy_script ;
166 make stage2/results/directory/placeholder : xml-pages.xml : @null_action ;
183 make stage2/results
186 stage2.xsl
202 stage2/results
/third_party/boost/tools/quickbook/src/
Dquickbook.cpp204 std::string stage2 = output.replace_placeholders(buffer.str()); in parse_document() local
208 stage2 = post_process( in parse_document()
209 stage2, options_.indent, options_.linewidth); in parse_document()
229 stage2, options_.html_ops); in parse_document()
242 fileout << stage2; in parse_document()
/third_party/ffmpeg/libavcodec/ppc/
Dh264dsp.c558 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/skia/third_party/externals/dng_sdk/source/
Ddng_validate.cpp218 const dng_image &stage2 = *negative->Stage2Image (); in dng_validate() local
224 stage2, in dng_validate()
225 stage2.Planes () >= 3 ? piRGB in dng_validate()
Ddng_negative.cpp4054 dng_image &stage2 = *fStage2Image.Get (); in DoInterpolateStage3() local
4071 stage2.PixelType ())); in DoInterpolateStage3()
4073 if (srcPlane < 0 || srcPlane >= (int32) stage2.Planes ()) in DoInterpolateStage3()
4080 stage2, in DoInterpolateStage3()
/third_party/node/deps/icu-small/source/common/
Ducnvmbcs.cpp878 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|=(1UL<<(16+(c&0xf))); in writeStage3Roundtrip()
[all …]
/third_party/icu/icu4c/source/common/
Ducnvmbcs.cpp878 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|=(1UL<<(16+(c&0xf))); in writeStage3Roundtrip()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnvmbcs.cpp878 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|=(1UL<<(16+(c&0xf))); in writeStage3Roundtrip()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducnvmbcs.cpp878 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|=(1UL<<(16+(c&0xf))); in writeStage3Roundtrip()
[all …]