/external/elfutils/tests/ |
run-ranlib-test2.sh | 22 indexed=${indexed:-testfile19.index} 24 testfiles $original $indexed 35 cmp $original $indexed
|
run-ranlib-test3.sh | 21 indexed=testfile20.index
|
run-ranlib-test4.sh | 21 indexed=testfile21.index
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
legacy_reg_names.l | 2 [^:]*:5: Error: indexed vector register expected at operand 1 -- `dup v0.b,v1.b\[7\]'
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
ilo_builder_3d.h | 40 bool indexed; member in struct:gen6_3dprimitive_info 62 if (info->indexed) 86 if (info->indexed)
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Entry.java | 46 boolean indexed() default false;
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DownloadEntry.java | 36 @Column(value = "hash_code", indexed = true) 48 @Column(value = "last_access", indexed = true)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue5809.go | 7 // issue 5809: 6g and 8g attempted to constant propagate indexed LEA
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue5809.go | 7 // issue 5809: 6g and 8g attempted to constant propagate indexed LEA
|
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/processor/ |
FieldProcessor.kt | 48 val indexed : Boolean 71 indexed = AnnotationMirrors 79 indexed = false 93 indexed = indexed)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_draw.c | 139 const unsigned num_params = info_in->indexed ? 5 : 4; 161 info.index_bias = info_in->indexed ? params[3] : 0; 162 info.start_instance = info_in->indexed ? params[4] : params[3];
|
u_draw.h | 78 info.indexed = TRUE; 121 info.indexed = TRUE; 144 info.indexed = TRUE;
|
/toolchain/binutils/binutils-2.25/gprof/ |
tahoe.c | 49 literal, indexed, reg, regdef, autodec, autoinc, autoincdef, enumerator in enum:tahoe_opermodes 80 return indexed; 116 case indexed: 117 return "indexed"; 192 case indexed:
|
vax.c | 49 literal, indexed, reg, regdef, autodec, autoinc, autoincdef, enumerator in enum:opermodes 92 return indexed; 128 case indexed: 129 return "indexed"; 203 case indexed:
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
u_primconvert.c | 125 new_info.indexed = true; 133 if (info->indexed) { 163 if (info->indexed) {
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_emit.h | 34 boolean indexed, int instance_id); 92 void r300_emit_vertex_arrays_swtcl(struct r300_context *r300, boolean indexed);
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
arm_addrmode2.s | 3 @ Post-indexed 29 @ Pre-indexed
|
/prebuilts/go/darwin-x86/src/runtime/ |
msize.go | 19 // All objects are 8-aligned, so the first array is indexed by 21 // are 128-aligned, so the second array is indexed by the
|
/prebuilts/go/linux-x86/src/runtime/ |
msize.go | 19 // All objects are 8-aligned, so the first array is indexed by 21 // are 128-aligned, so the second array is indexed by the
|
/external/llvm/test/MC/SystemZ/ |
insn-bad-z196.s | 304 #CHECK: error: invalid use of indexed addressing 315 #CHECK: error: invalid use of indexed addressing 326 #CHECK: error: invalid use of indexed addressing 337 #CHECK: error: invalid use of indexed addressing 348 #CHECK: error: invalid use of indexed addressing 359 #CHECK: error: invalid use of indexed addressing 370 #CHECK: error: invalid use of indexed addressing 381 #CHECK: error: invalid use of indexed addressing 392 #CHECK: error: invalid use of indexed addressing 403 #CHECK: error: invalid use of indexed addressin [all...] |
/external/skia/src/gpu/gl/ |
GrGLExtensions.cpp | 78 // glGetStringi and indexed extensions were added in version 3.0 of desktop GL and ES. 85 bool indexed = version >= GR_GL_VER(3, 0); local 87 if (indexed) {
|
/external/llvm/test/MC/ARM/ |
arm_addrmode2.s | 3 @ Post-indexed 37 @ Pre-indexed
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
fd5_draw.h | 90 if (info->indexed) {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
bug-1825.s | 1 ;;; Bug #1825: gas assemble PC-relative indexed addressing modes incorrectly
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_context.c | 79 * - If not an indexed draw, we don't care about the state of the primitive restart bit. 87 if (info->indexed) { 136 if (info->indexed && !ctx->index_buffer.FE_INDEX_STREAM_BASE_ADDR.bo) { 191 if (info->indexed)
|