HomeSort by relevance Sort by last modified time
    Searched full:itable (Results 1 - 25 of 54) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/ld/emultempl/
nds32elf.em 129 /* Append .ex9.itable section in the last input object file. */
132 asection *itable;
134 itable = bfd_make_section_with_flags (abfd, ".ex9.itable",
138 if (itable)
140 itable->gc_mark = 1;
141 itable->alignment_power = 2;
142 itable->size = 0x1000;
143 itable->contents = bfd_zalloc (abfd, itable->size)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRoundTripTest.java 116 int itable = 0; local
119 if (TEST_TABLE[itable++]) {
127 if (TEST_TABLE[itable++]) {
136 if (TEST_TABLE[itable++]) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRoundTripTest.java 112 int itable = 0; local
115 if (TEST_TABLE[itable++]) {
123 if (TEST_TABLE[itable++]) {
132 if (TEST_TABLE[itable++]) {
  /external/skia/tests/
DataRefTest.cpp 54 SkAutoTUnref<SkDataTable> itable(SkDataTable::NewCopyArray(idata,
57 REPORTER_ASSERT(reporter, itable->count() == icount);
60 REPORTER_ASSERT(reporter, sizeof(int) == itable->atSize(i));
61 REPORTER_ASSERT(reporter, *itable->atT<int>(i, &size) == idata[i]);
  /external/icu/icu4c/source/test/intltest/
dtfmtrtts.cpp 233 int32_t itable = 0; local
236 if(TEST_TABLE[itable++]) {
249 if (TEST_TABLE[itable++]) {
263 if(TEST_TABLE[itable++]) {
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
asm1.s 209 MOVW y+16(FP), AX // ERROR "invalid MOVW of y\+16\(FP\); interface itable is 8-byte value"
210 MOVL y+16(FP), AX // ERROR "invalid MOVL of y\+16\(FP\); interface itable is 8-byte value"
212 MOVW y_itable+16(FP), AX // ERROR "invalid MOVW of y_itable\+16\(FP\); interface itable is 8-byte value"
213 MOVL y_itable+16(FP), AX // ERROR "invalid MOVL of y_itable\+16\(FP\); interface itable is 8-byte value"
asm2.s 212 MOVW y+8(FP), AX // ERROR "invalid MOVW of y\+8\(FP\); interface itable is 4-byte value"
214 MOVQ y+8(FP), AX // ERROR "invalid MOVQ of y\+8\(FP\); interface itable is 4-byte value"
215 MOVW y_itable+8(FP), AX // ERROR "invalid MOVW of y_itable\+8\(FP\); interface itable is 4-byte value"
217 MOVQ y_itable+8(FP), AX // ERROR "invalid MOVQ of y_itable\+8\(FP\); interface itable is 4-byte value"
asm3.s 132 MOVH y+8(FP), AX // ERROR "invalid MOVH of y\+8\(FP\); interface itable is 4-byte value"
134 MOVH y_itable+8(FP), AX // ERROR "invalid MOVH of y_itable\+8\(FP\); interface itable is 4-byte value"
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
asm1.s 209 MOVW y+16(FP), AX // ERROR "invalid MOVW of y\+16\(FP\); interface itable is 8-byte value"
210 MOVL y+16(FP), AX // ERROR "invalid MOVL of y\+16\(FP\); interface itable is 8-byte value"
212 MOVW y_itable+16(FP), AX // ERROR "invalid MOVW of y_itable\+16\(FP\); interface itable is 8-byte value"
213 MOVL y_itable+16(FP), AX // ERROR "invalid MOVL of y_itable\+16\(FP\); interface itable is 8-byte value"
asm2.s 212 MOVW y+8(FP), AX // ERROR "invalid MOVW of y\+8\(FP\); interface itable is 4-byte value"
214 MOVQ y+8(FP), AX // ERROR "invalid MOVQ of y\+8\(FP\); interface itable is 4-byte value"
215 MOVW y_itable+8(FP), AX // ERROR "invalid MOVW of y_itable\+8\(FP\); interface itable is 4-byte value"
217 MOVQ y_itable+8(FP), AX // ERROR "invalid MOVQ of y_itable\+8\(FP\); interface itable is 4-byte value"
asm3.s 132 MOVH y+8(FP), AX // ERROR "invalid MOVH of y\+8\(FP\); interface itable is 4-byte value"
134 MOVH y_itable+8(FP), AX // ERROR "invalid MOVH of y_itable\+8\(FP\); interface itable is 4-byte value"
  /external/e2fsprogs/misc/
dumpe2fs.c 137 static void print_bg_rel_offset(ext2_filsys fs, blk64_t block, int itable,
141 if (itable && block == first_block)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go 332 OEFACE // itable and data words of an empty-interface value.
333 OITAB // itable word of an interface value.
align.go 418 var itable *Type // distinguished *byte
677 itable = typ(Tptr)
678 itable.Type = Types[TUINT8]
gen.go 1041 if int(Simtype[t.Etype]) == Tptr && t != itable {
1158 if wb && int(Simtype[t.Etype]) == Tptr && t != itable {
1221 return f(itable, startOffset) &&
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go 332 OEFACE // itable and data words of an empty-interface value.
333 OITAB // itable word of an interface value.
align.go 418 var itable *Type // distinguished *byte
677 itable = typ(Tptr)
678 itable.Type = Types[TUINT8]
gen.go 1041 if int(Simtype[t.Etype]) == Tptr && t != itable {
1158 if wb && int(Simtype[t.Etype]) == Tptr && t != itable {
1221 return f(itable, startOffset) &&
  /external/e2fsprogs/lib/ext2fs/
csum.c 122 /* update the bitmap flags, set the itable high watermark, and calculate
  /external/toybox/toys/pending/
mke2fs.c 503 uint32_t start, itable, used, end; local
511 itable = (TT.inodespg*sizeof(struct ext2_inode))/TT.blocksize;
579 start += 2 + itable;
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
align.go 421 var itable *Type // distinguished *byte
680 itable = typ(Tptr)
681 itable.Type = Types[TUINT8]
gen.go 1044 if int(Simtype[t.Etype]) == Tptr && t != itable {
1161 if wb && int(Simtype[t.Etype]) == Tptr && t != itable {
1224 return f(itable, startOffset) &&
syntax.go 335 OEFACE // itable and data words of an empty-interface value.
336 OITAB // itable word of an interface value.
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
align.go 421 var itable *Type // distinguished *byte
680 itable = typ(Tptr)
681 itable.Type = Types[TUINT8]
gen.go 1044 if int(Simtype[t.Etype]) == Tptr && t != itable {
1161 if wb && int(Simtype[t.Etype]) == Tptr && t != itable {
1224 return f(itable, startOffset) &&

Completed in 2989 milliseconds

1 2 3