/external/clang/cmake/caches/ |
D | README.txt | 23 a target named "stage2" which performs an LTO build of clang. 25 The Apple-stage2 cache can be used directly to match the build settings Apple 38 stage2-instrumented: 40 llvm-profdata) then uses that compiler to build an instrumented stage2 compiler. 42 stage2-instrumented-generate-profdata: 43 Depends on "stage2-instrumented" and will use the instrumented compiler to 46 stage2: 47 Depends on "stage2-instrumented-generate-profdata" and will use the stage1 48 compiler with the stage2 profdata to build a PGO-optimized compiler. 50 stage2-check-llvm: [all …]
|
D | PGO.cmake | 9 stage2 10 stage2-check-all 11 stage2-check-llvm 12 stage2-check-clang 13 stage2-test-suite CACHE STRING "") 16 -C ${CMAKE_CURRENT_LIST_DIR}/PGO-stage2-instrumented.cmake
|
D | PGO-stage2-instrumented.cmake | 8 -C ${CMAKE_CURRENT_LIST_DIR}/PGO-stage2.cmake
|
D | Apple-stage1.cmake | 52 -C ${CMAKE_CURRENT_LIST_DIR}/Apple-stage2.cmake
|
D | Apple-stage2.cmake | 1 # This file sets up a CMakeCache for Apple-style stage2 bootstrap. It is
|
/external/llvm/docs/ |
D | AdvancedBuilds.rst | 38 $ ninja stage2 45 build using the compiler installed on the host, and a stage2 build is built 57 The stage2 compiler is the fully optimized compiler intended to ship to users. 66 $ ninja stage2-distribution 69 CLANG_BOOTSTRAP_CMAKE_ARGS to pass the Apple-stage2.cmake cache script to the 70 stage2 configuration step. 72 When you build the stage2-distribution target it builds the minimal stage1 73 compiler and required tools, then configures and builds the stage2 compiler 74 based on the settings in Apple-stage2.cmake. 100 $ ninja stage2-instrumented-generate-profdata [all …]
|
/external/syslinux/com32/chain/ |
D | mangle.c | 159 } __attribute__ ((packed)) *stage2; in manglef_grub() local 164 if (data->size < sizeof *stage2) { in manglef_grub() 168 stage2 = data->data; in manglef_grub() 174 if (stage2->compat_version_major != 3 in manglef_grub() 175 || stage2->compat_version_minor != 2) { in manglef_grub() 206 stage2->install_partition.part1 = iter->index - 1; in manglef_grub() 214 if (strlen(opt.grubcfg) >= sizeof stage2->config_file) { in manglef_grub() 219 strcpy((char *)stage2->config_file, opt.grubcfg); in manglef_grub()
|
/external/llvm/test/ |
D | lit.site.cfg | 19 config.llvm_obj_root = aosp_dir + "/out/stage2/host/linux-x86/obj/test_llvm" 20 config.llvm_tools_dir = aosp_dir + "/out/stage2/host/linux-x86/bin" 21 config.llvm_shlib_dir = aosp_dir + "/out/stage2/host/linux-x86/lib64"
|
/external/icu/icu4c/source/tools/makeconv/ |
D | genmbcs.cpp | 48 uint32_t stage2[MBCS_STAGE_2_SIZE]; /* stage 2 for MBCS */ member 295 mbcsData->stage2[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings() 726 while(min<newBlock && mbcsData->stage2[newBlock-1]==0) { in MBCSAddFromUnicode() 760 if(mbcsData->stage2[idx]==0) { in MBCSAddFromUnicode() 788 mbcsData->stage2[i++]=(newBlock/MBCS_STAGE_3_GRANULARITY)/maxCharLength; in MBCSAddFromUnicode() 794 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx]; in MBCSAddFromUnicode() 874 if((mbcsData->stage2[idx+(nextOffset>>MBCS_STAGE_2_SHIFT)]&(1UL<<(16+(c&0xf))))!=0 || old!=0) { in MBCSAddFromUnicode() 888 mbcsData->stage2[idx+(nextOffset>>4)]|=(1UL<<(16+(c&0xf))); in MBCSAddFromUnicode() 1299 …for(i=0; i<MBCS_STAGE_2_BLOCK_SIZE && mbcsData->stage2[start+i]==0 && mbcsData->stage2[prevEnd-i]=… in compactStage2() 1307 mbcsData->stage2[newStart++]=mbcsData->stage2[start++]; in compactStage2() [all …]
|
D | gencnvex.c | 58 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 …]
|
/external/dng_sdk/source/ |
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()
|
D | dng_negative.cpp | 4054 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()
|
/external/icu/icu4c/source/common/ |
D | ucnvmbcs.cpp | 877 const uint16_t *stage2, *stage3, *results; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 898 stage2=table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 900 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 918 const uint32_t *stage2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 944 stage2=(const uint32_t *)table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 946 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 1409 uint32_t *stage2; in writeStage3Roundtrip() local 1454 stage2=((uint32_t *)table)+table[c>>10]+((c>>4)&0x3f); in writeStage3Roundtrip() 1456 st3=(int32_t)(uint16_t)*stage2*16+(c&0xf); in writeStage3Roundtrip() 1477 *stage2|=(1UL<<(16+(c&0xf))); in writeStage3Roundtrip() [all …]
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 510 int stage2; in writeStage3Roundtrip() local 558 stage2 = table[c>>10] + ((c>>4)&0x3f); in writeStage3Roundtrip() 559 st3 = tableInts[stage2]; in writeStage3Roundtrip() 582 tableInts[stage2] |= (1L << shift); in writeStage3Roundtrip() 594 int[] stage2 = new int[numStage1Ints + fullStage2Length]; in reconstituteData() local 596 stage2, (fullStage2Length - stage2Length) + numStage1Ints, in reconstituteData() 598 mbcsTable.fromUnicodeTableInts = stage2; in reconstituteData() 619 stage2[st2++] = st3++; in reconstituteData() 620 stage2[st2++] = st3++; in reconstituteData() 621 stage2[st2++] = st3++; in reconstituteData() [all …]
|
/external/syslinux/doc/ |
D | chain.txt | 327 Chainloads grub legacy's stage2, performing additional corrections on the file
|
/external/valgrind/ |
D | README_DEVELOPERS | 169 program, not its stage2. Outer needs --run-libc-freeres=no, as otherwise
|
D | NEWS.old | 1225 96252 stage2 loader of valgrind fails to allocate memory
|
/external/libhevc/common/arm/ |
D | ihevc_itrans_recon_32x32.s | 1518 b stage2 1538 stage2: label
|
/external/libhevc/common/arm64/ |
D | ihevc_itrans_recon_32x32.s | 1597 b stage2 1617 stage2: label
|
/external/syslinux/ |
D | NEWS | 303 stage2 of GRUB Legacy (Gert Hulselmans).
|