Home
last modified time | relevance | path

Searched refs:stage1 (Results 1 – 13 of 13) sorted by relevance

/external/llvm/docs/
DAdvancedBuilds.rst44 The clang build system refers to builds as stages. A stage1 build is a standard
46 using the stage1 compiler. This nomenclature holds up to more stages too. In
55 The stage1 compiler is a host-only compiler with some options set. The stage1
65 $ cmake -G Ninja -C <path to clang>/cmake/caches/Apple-stage1.cmake <path to source>
68 This CMake invocation configures the stage1 host compiler, and sets
72 When you build the stage2-distribution target it builds the minimal stage1
120 multi-stage builds. It generates three stages; stage1, stage2-instrumented, and
121 stage2. Both of the stage2 builds are built using the stage1 compiler.
126 Builds a stage1 x86 compiler, runtime, and required tools (llvm-config,
134 Depends of "stage2-instrumented-generate-profdata" and will use the stage1
[all …]
/external/clang/cmake/caches/
DREADME.txt18 Apple-stage1
21 The Apple stage1 cache configures a two stage build similar to how Apple builds
39 Builds a stage1 x86 compiler, runtime, and required tools (llvm-config,
47 Depends on "stage2-instrumented-generate-profdata" and will use the stage1
71 You can then run "ninja stage3-clang" to build stage1, stage2 and stage3 clangs.
DApple-stage2.cmake2 # specified by the stage1 build.
/external/icu/icu4c/source/tools/makeconv/
Dgenmbcs.cpp46 uint16_t stage1[MBCS_STAGE_1_SIZE]; member
275 mbcsData->stage1[i]=sum; in MBCSStartMappings()
289 mbcsData->stage2Single[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings()
295 mbcsData->stage2[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings()
591 if(mbcsData->stage1[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) { in MBCSSingleAddFromUnicode()
611 mbcsData->stage1[idx]=(uint16_t)newBlock; in MBCSSingleAddFromUnicode()
616 idx=mbcsData->stage1[idx]+nextOffset; in MBCSSingleAddFromUnicode()
721 if(mbcsData->stage1[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) { in MBCSAddFromUnicode()
744 mbcsData->stage1[i++]=(uint16_t)newBlock; in MBCSAddFromUnicode()
751 idx=mbcsData->stage1[idx]+nextOffset; in MBCSAddFromUnicode()
[all …]
Dgencnvex.c57 uint16_t stage1[MBCS_STAGE_1_SIZE]; member
231 udata_writeBlock(pData, extData->stage1, extData->stage1Top*2); in CnvExtWrite()
244 if(extData->stage1[i]!=length) { in CnvExtWrite()
245 printf("stage1[%04x]=%04x\n", i, extData->stage1[i]); in CnvExtWrite()
841 if(extData->stage1[i1]==0) { in addFromUTrieEntry()
849 extData->stage1[i1]=(uint16_t)newBlock; in addFromUTrieEntry()
857 i2=extData->stage1[i1]+nextOffset; in addFromUTrieEntry()
1011 uint16_t *stage1; in makeFromUTable() local
1044 stage1=extData->stage1; in makeFromUTable()
1047 stage1[i]=(uint16_t)(stage1[i]+stage1Top); in makeFromUTable()
/external/dng_sdk/source/
Ddng_validate.cpp178 const dng_image &stage1 = *negative->Stage1Image (); in dng_validate() local
184 stage1, in dng_validate()
185 stage1.Planes () >= 3 ? piRGB in dng_validate()
Ddng_negative.cpp3762 dng_image &stage1 = *fStage1Image.Get (); in DoBuildStage2() local
3768 if (stage1.PixelType () == ttLong || in DoBuildStage2()
3769 stage1.PixelType () == ttFloat) in DoBuildStage2()
3777 stage1.Planes (), in DoBuildStage2()
3781 stage1, in DoBuildStage2()
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp1487 uint16_t *stage1; in reconstituteData() local
1498 stage1=(uint16_t *)mbcsTable->reconstitutedData; in reconstituteData()
1499 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData()
1501 stage2=(uint32_t *)(stage1+stage1Length); in reconstituteData()
1506 mbcsTable->fromUnicodeTable=stage1; in reconstituteData()
1510 stage2=(uint32_t *)stage1; in reconstituteData()
1519 st2=stage1[st1]; in reconstituteData()
/external/libhevc/common/arm/
Dihevc_itrans_recon_32x32.s182 bhs stage1
187 bhs stage1
191 bhs stage1
197 b stage1
205 stage1: label
/external/libhevc/common/arm64/
Dihevc_itrans_recon_32x32.s184 bhs stage1
190 bhs stage1
195 bhs stage1
202 b stage1
210 stage1: label
/external/clang/
DCMakeLists.txt470 set(CLANG_STAGE stage1)
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java589 char[] stage1 = mbcsTable.fromUnicodeTable; in reconstituteData() local
607 st2 = stage1[st1]; in reconstituteData()
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...