HomeSort by relevance Sort by last modified time
    Searched refs:stage2 (Results 1 - 19 of 19) sorted by null

  /toolchain/binutils/binutils-2.25/config/
bootstrap-debug-big.mk 3 # stage3, it generates dumps during stage2 and stage3, saving them all
bootstrap-debug.mk 6 # stage2, for no debug information is generated when compiling with
  /external/syslinux/com32/chain/
mangle.c 122 * Legacy grub's stage2 chainloading
126 /* Layout of stage2 file (from byte 0x0 to 0x270) */
149 /* 0x210: stage2_ID: will always be STAGE2_ID_STAGE2 = 0 in stage2 */
159 } __attribute__ ((packed)) *stage2; local
164 if (data->size < sizeof *stage2) {
165 error("The file specified by grub=<loader> is too small to be stage2 of GRUB Legacy.");
168 stage2 = data->data;
172 * stage2 file or a stage2 file that we support.
174 if (stage2->compat_version_major !=
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
Makefile.am 594 testsuite/site.exp site.bak site.exp stage stage1 stage2
623 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
629 $(MAKE) stage2
630 rm -f stage && ln -s stage2 stage
632 $(MAKE) comparison against=stage2
637 $(MAKE) stage2
638 rm -f stage && ln -s stage2 stage
640 $(MAKE) comparison against=stage2
643 rm -f stage && ln -s stage2 stage
645 $(MAKE) comparison against=stage2
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 48 uint32_t stage2[MBCS_STAGE_2_SIZE]; /* stage 2 for MBCS */ member in struct:MBCSData
295 mbcsData->stage2[mbcsData->stage1[0]+i]=sum;
726 while(min<newBlock && mbcsData->stage2[newBlock-1]==0) {
760 if(mbcsData->stage2[idx]==0) {
788 mbcsData->stage2[i++]=(newBlock/MBCS_STAGE_3_GRANULARITY)/maxCharLength;
794 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx];
874 if((mbcsData->stage2[idx+(nextOffset>>MBCS_STAGE_2_SHIFT)]&(1UL<<(16+(c&0xf))))!=0 || old!=0) {
    [all...]
gencnvex.c 58 uint16_t stage2[MBCS_STAGE_2_SIZE]; member in struct:CnvExtData
232 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2);
254 if(extData->stage2[i]!=0) {
255 printf("stage12[%04x]=%04x\n", j, extData->stage2[i]);
845 while(min<newBlock && extData->stage2[newBlock-1]==0) {
851 if(extData->stage2Top>UPRV_LENGTHOF(extData->stage2)) {
860 if(extData->stage2[i2]==0) {
870 extData->stage2[i2]=(uint16_t)(newBlock>>UCNV_EXT_STAGE_2_LEFT_SHIFT);
879 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset;
907 extData->stage2[i2]=extData->stage3Sub1Block
    [all...]
  /cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp 173 const dng_image &stage2 = *negative->Stage2Image(); local
178 stage2,
179 stage2.Planes() >= 3 ? piRGB
  /external/dng_sdk/source/
dng_validate.cpp 218 const dng_image &stage2 = *negative->Stage2Image (); local
224 stage2,
225 stage2.Planes () >= 3 ? piRGB
dng_negative.cpp     [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.cpp 877 const uint16_t *stage2, *stage3, *results; local
918 const uint32_t *stage2; local
1409 uint32_t *stage2; local
1488 uint32_t *stage2; local
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
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; local
558 stage2 = table[c>>10] + ((c>>4)&0x3f);
559 st3 = tableInts[stage2];
582 tableInts[stage2] |= (1L << shift);
591 // stage2 starts with unused stage1 space.
594 int[] stage2 = new int[numStage1Ints + fullStage2Length]; local
596 stage2, (fullStage2Length - stage2Length) + numStage1Ints,
598 mbcsTable.fromUnicodeTableInts = stage2;
4786 char stage2, stage3; local
4821 int stage2,stage3; local
    [all...]
  /device/linaro/hikey/l-loader/
gen_loader.py 117 # create an empty block only for stage2
224 stage2 = 0
246 stage2 = 1
253 if (stage1 == 1) and (stage2 == 1):
255 print 'And there are primary partition table, secondary partition table and FIP in stage2.'
257 elif (stage1 == 0) and (stage2 == 0):
262 elif stage2 == 1:
  /prebuilts/clang/host/linux-x86/soong/
clangprebuilts.go 79 // (i.e. $CWD/..). libFuzzer would be unavailable only for the stage2
  /external/libhevc/common/arm/
ihevc_itrans_recon_32x32.s 1532 stage2: label
    [all...]
  /external/libhevc/common/arm64/
ihevc_itrans_recon_32x32.s 1617 stage2: label
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 941 milliseconds