/external/libxkbcommon/src/ |
D | darray.h | 34 #define darray(type) struct { type *item; unsigned size; unsigned alloc; } macro 71 typedef darray (char) darray_char; 72 typedef darray (signed char) darray_schar; 73 typedef darray (unsigned char) darray_uchar; 75 typedef darray (short) darray_short; 76 typedef darray (int) darray_int; 77 typedef darray (long) darray_long; 79 typedef darray (unsigned short) darray_ushort; 80 typedef darray (unsigned int) darray_uint; 81 typedef darray (unsigned long) darray_ulong;
|
D | context.h | 43 darray(char *) includes; 44 darray(char *) failed_includes;
|
D | atom.c | 117 darray(struct atom_node) table;
|
/external/linux-kselftest/tools/testing/selftests/powerpc/math/ |
D | fpu_signal.c | 30 __thread double darray[] = {0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, variable 38 extern long preempt_fpu(double *darray, int *threads_starting, int *running); 48 if (mc->fp_regs[i] != darray[i - 14]) { in signal_fpu_sig() 68 darray[i] = rand(); in signal_fpu_c() 70 rc = preempt_fpu(darray, &threads_starting, &running); in signal_fpu_c()
|
D | fpu_preempt.c | 33 __thread double darray[] = {0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, variable 40 extern void preempt_fpu(double *darray, int *threads_starting, int *running); 47 darray[i] = rand(); in preempt_fpu_c() 50 preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c()
|
D | fpu_syscall.c | 18 extern int test_fpu(double *darray, pid_t *pid); 20 double darray[] = {0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, variable 32 ret = test_fpu(darray, &fork_pid); in syscall_fpu()
|
D | fpu_asm.S | 75 std r3,STACK_FRAME_PARAM(0)(sp) # Address of darray 96 # int preempt_fpu(double *darray, int *threads_running, int *running) 98 # has been loaded with darray. Will proceed to check the validity of the FPU 103 std r3,STACK_FRAME_PARAM(0)(sp) # double *darray
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | image_ls_mipmap_zero.ll | 37 …%v = call <4 x float> @llvm.amdgcn.image.load.mip.1darray.v4f32.i32(i32 15, i32 %s, i32 %t, i32 0,… 46 …%v = call <4 x float> @llvm.amdgcn.image.load.mip.2darray.v4f32.i32(i32 15, i32 %s, i32 %t, i32 %u… 93 …call void @llvm.amdgcn.image.store.mip.1darray.v4f32.i32(<4 x float> %vdata, i32 15, i32 %s, i32 %… 102 …call void @llvm.amdgcn.image.store.mip.2darray.v4f32.i32(<4 x float> %vdata, i32 15, i32 %s, i32 %… 118 declare <4 x float> @llvm.amdgcn.image.load.mip.1darray.v4f32.i32(i32, i32, i32, i32, <8 x i32>, i3… 119 declare <4 x float> @llvm.amdgcn.image.load.mip.2darray.v4f32.i32(i32, i32, i32, i32, i32, <8 x i32… 127 declare void @llvm.amdgcn.image.store.mip.1darray.v4f32.i32(<4 x float>, i32, i32, i32, i32, <8 x i… 128 declare void @llvm.amdgcn.image.store.mip.2darray.v4f32.i32(<4 x float>, i32, i32, i32, i32, i32, <…
|
D | llvm.amdgcn.image.a16.dim.ll | 97 …%v = call <4 x float> @llvm.amdgcn.image.load.1darray.v4f32.i16(i32 15, i16 %s, i16 %slice, <8 x i… 117 …%v = call <4 x float> @llvm.amdgcn.image.load.2darray.v4f32.i16(i32 15, i16 %s, i16 %t, i16 %slice… 259 …%v = call <4 x float> @llvm.amdgcn.image.load.mip.1darray.v4f32.i16(i32 15, i16 %s, i16 %slice, i1… 280 …%v = call <4 x float> @llvm.amdgcn.image.load.mip.2darray.v4f32.i16(i32 15, i16 %s, i16 %t, i16 %s… 366 …call void @llvm.amdgcn.image.store.1darray.v4f32.i16(<4 x float> %vdata, i32 15, i16 %s, i16 %slic… 384 …call void @llvm.amdgcn.image.store.2darray.v4f32.i16(<4 x float> %vdata, i32 15, i16 %s, i16 %t, i… 512 …call void @llvm.amdgcn.image.store.mip.1darray.v4f32.i16(<4 x float> %vdata, i32 15, i16 %s, i16 %… 531 …call void @llvm.amdgcn.image.store.mip.2darray.v4f32.i16(<4 x float> %vdata, i32 15, i16 %s, i16 %… 621 …%v = call <4 x float> @llvm.amdgcn.image.getresinfo.1darray.v4f32.i16(i32 15, i16 %mip, <8 x i32> … 639 …%v = call <4 x float> @llvm.amdgcn.image.getresinfo.2darray.v4f32.i16(i32 15, i16 %mip, <8 x i32> … [all …]
|
D | llvm.amdgcn.image.msaa.load.ll | 75 …%v = call <4 x float> @llvm.amdgcn.image.msaa.load.1darray.v4f32.i32(i32 15, i32 %s, i32 %slice, <… 83 …%v = call {<4 x float>,i32} @llvm.amdgcn.image.msaa.load.1darray.v4f32i32.i32(i32 15, i32 %s, i32 … 94 …%v = call <4 x float> @llvm.amdgcn.image.msaa.load.2darray.v4f32.i32(i32 15, i32 %s, i32 %t, i32 %… 102 …%v = call {<4 x float>,i32} @llvm.amdgcn.image.msaa.load.2darray.v4f32i32.i32(i32 15, i32 %s, i32 … 239 declare <4 x float> @llvm.amdgcn.image.msaa.load.1darray.v4f32.i32(i32, i32, i32, <8 x i32>, i32, i… 240 declare {<4 x float>,i32} @llvm.amdgcn.image.msaa.load.1darray.v4f32i32.i32(i32, i32, i32, <8 x i32… 241 declare <4 x float> @llvm.amdgcn.image.msaa.load.2darray.v4f32.i32(i32, i32, i32, i32, <8 x i32>, i… 242 declare {<4 x float>,i32} @llvm.amdgcn.image.msaa.load.2darray.v4f32i32.i32(i32, i32, i32, i32, <8 …
|
D | llvm.amdgcn.image.nsa.ll | 88 …%r = call float @llvm.amdgcn.image.sample.c.b.1darray.f32.f32.f32(i32 1, float undef, float undef,… 97 …%r = call float @llvm.amdgcn.image.sample.c.b.1darray.f32.f32.f32(i32 1, float undef, float undef,… 106 …%r = call float @llvm.amdgcn.image.sample.c.b.1darray.f32.f32.f32(i32 1, float undef, float undef,… 119 …%r = call float @llvm.amdgcn.image.sample.c.b.1darray.f32.f32.f32(i32 1, float %c0, float undef, f… 131 declare float @llvm.amdgcn.image.sample.c.b.1darray.f32.f32.f32(i32 immarg, float, float, float, fl…
|
D | llvm.amdgcn.image.a16.encode.ll | 97 …%v = call <4 x float> @llvm.amdgcn.image.load.1darray.v4f32.i16(i32 15, i16 %s, i16 %slice, <8 x i… 117 …%v = call <4 x float> @llvm.amdgcn.image.load.2darray.v4f32.i16(i32 15, i16 %s, i16 %t, i16 %slice… 259 …%v = call <4 x float> @llvm.amdgcn.image.load.mip.1darray.v4f32.i16(i32 15, i16 %s, i16 %slice, i1… 280 …%v = call <4 x float> @llvm.amdgcn.image.load.mip.2darray.v4f32.i16(i32 15, i16 %s, i16 %t, i16 %s… 366 …call void @llvm.amdgcn.image.store.1darray.v4f32.i16(<4 x float> %vdata, i32 15, i16 %s, i16 %slic… 384 …call void @llvm.amdgcn.image.store.2darray.v4f32.i16(<4 x float> %vdata, i32 15, i16 %s, i16 %t, i… 512 …call void @llvm.amdgcn.image.store.mip.1darray.v4f32.i16(<4 x float> %vdata, i32 15, i16 %s, i16 %… 531 …call void @llvm.amdgcn.image.store.mip.2darray.v4f32.i16(<4 x float> %vdata, i32 15, i16 %s, i16 %… 621 …%v = call <4 x float> @llvm.amdgcn.image.getresinfo.1darray.v4f32.i16(i32 15, i16 %mip, <8 x i32> … 639 …%v = call <4 x float> @llvm.amdgcn.image.getresinfo.2darray.v4f32.i16(i32 15, i16 %mip, <8 x i32> … [all …]
|
/external/libxkbcommon/src/xkbcomp/ |
D | ast.h | 239 darray(xkb_keysym_t) syms; 240 darray(unsigned int) symsMapIndex; 241 darray(unsigned int) symsNumEntries;
|
/external/llvm-project/llvm/test/Transforms/InstCombine/AMDGPU/ |
D | amdgcn-intrinsics-gfx8.ll | 12 declare <4 x float> @llvm.amdgcn.image.sample.1darray.v4f32.f32(i32, float, float, <8 x i32>, <4 x … 13 declare <4 x float> @llvm.amdgcn.image.sample.2darray.v4f32.f32(i32, float, float, float, <8 x i32>… 82 ; CHECK-NEXT: [[RES:%.*]] = call <4 x float> @llvm.amdgcn.image.sample.1darray.v4f32.f32(i32 15,… 88 …%res = call <4 x float> @llvm.amdgcn.image.sample.1darray.v4f32.f32(i32 15, float %s32, float %sli… 98 ; CHECK-NEXT: [[RES:%.*]] = call <4 x float> @llvm.amdgcn.image.sample.2darray.v4f32.f32(i32 15,… 105 …%res = call <4 x float> @llvm.amdgcn.image.sample.2darray.v4f32.f32(i32 15, float %s32, float %t32…
|
/external/virglrenderer/ci/previous_results/es_host_softpipe/piglit_gles3/ |
D | results.txt | 48 spec/ext_shader_framebuffer_fetch/execution/gles3/single-slice-2darray: skip 49 spec/ext_shader_framebuffer_fetch/execution/gles3/single-slice-2darray-mipmap: skip 68 spec/ext_shader_framebuffer_fetch_non_coherent/execution/gles3/single-slice-2darray: skip 69 spec/ext_shader_framebuffer_fetch_non_coherent/execution/gles3/single-slice-2darray-mipmap: skip
|
/external/virglrenderer/ci/previous_results/gl_host_softpipe/piglit_gles3/ |
D | results.txt | 48 spec/ext_shader_framebuffer_fetch/execution/gles3/single-slice-2darray: skip 49 spec/ext_shader_framebuffer_fetch/execution/gles3/single-slice-2darray-mipmap: skip 68 spec/ext_shader_framebuffer_fetch_non_coherent/execution/gles3/single-slice-2darray: skip 69 spec/ext_shader_framebuffer_fetch_non_coherent/execution/gles3/single-slice-2darray-mipmap: skip
|
/external/libxkbcommon/src/compose/ |
D | table.h | 97 darray(struct compose_node) nodes;
|
/external/e2fsprogs/lib/support/ |
D | dict.c | 1363 dict_t darray[10]; in main() local 1364 dict_t *d = &darray[0]; in main() 1387 for (i = 0; i < sizeof darray / sizeof *darray; i++) in main() 1388 dict_init(&darray[i], DICTCOUNT_T_MAX, comparef); in main() 1505 d = &darray[dictnum]; in main() 1518 dict_merge(&darray[dict1], &darray[dict2]); in main()
|
/external/f2fs-tools/fsck/ |
D | dict.c | 1333 dict_t darray[10]; in main() local 1334 dict_t *d = &darray[0]; in main() 1357 for (i = 0; i < sizeof darray / sizeof *darray; i++) in main() 1358 dict_init(&darray[i], DICTCOUNT_T_MAX, comparef); in main() 1475 d = &darray[dictnum]; in main() 1488 dict_merge(&darray[dict1], &darray[dict2]); in main()
|
/external/virglrenderer/ci/previous_results/archived/es_host_i915/piglit_gles3/ |
D | results.txt | 44 spec/ext_shader_framebuffer_fetch/execution/single-slice-2darray-gles3: skip 45 spec/ext_shader_framebuffer_fetch/execution/single-slice-2darray-mipmap-gles3: skip
|
/external/virglrenderer/ci/previous_results/archived/es_host_llvmpipe/piglit_gles3/ |
D | results.txt | 44 spec/ext_shader_framebuffer_fetch/execution/single-slice-2darray-gles3: skip 45 spec/ext_shader_framebuffer_fetch/execution/single-slice-2darray-mipmap-gles3: skip
|
/external/virglrenderer/ci/previous_results/archived/gl_host_llvmpipe/piglit_gles3/ |
D | results.txt | 44 spec/ext_shader_framebuffer_fetch/execution/single-slice-2darray-gles3: skip 45 spec/ext_shader_framebuffer_fetch/execution/single-slice-2darray-mipmap-gles3: skip
|
/external/virglrenderer/ci/previous_results/archived/gl_host_i915/piglit_gles3/ |
D | results.txt | 44 spec/ext_shader_framebuffer_fetch/execution/single-slice-2darray-gles3: skip 45 spec/ext_shader_framebuffer_fetch/execution/single-slice-2darray-mipmap-gles3: skip
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | image_ls_mipmap_zero.ll | 133 …%v = call <4 x float> @llvm.amdgcn.image.load.mip.1darray.v4f32.i32(i32 15, i32 %s, i32 %t, i32 0,… 166 …%v = call <4 x float> @llvm.amdgcn.image.load.mip.2darray.v4f32.i32(i32 15, i32 %s, i32 %t, i32 %u… 323 …call void @llvm.amdgcn.image.store.mip.1darray.v4f32.i32(<4 x float> %vdata, i32 15, i32 %s, i32 %… 354 …call void @llvm.amdgcn.image.store.mip.2darray.v4f32.i32(<4 x float> %vdata, i32 15, i32 %s, i32 %… 392 declare <4 x float> @llvm.amdgcn.image.load.mip.1darray.v4f32.i32(i32 immarg, i32, i32, i32, <8 x i… 393 declare <4 x float> @llvm.amdgcn.image.load.mip.2darray.v4f32.i32(i32 immarg, i32, i32, i32, i32, <… 399 declare void @llvm.amdgcn.image.store.mip.1darray.v4f32.i32(<4 x float>, i32 immarg, i32, i32, i32,… 400 declare void @llvm.amdgcn.image.store.mip.2darray.v4f32.i32(<4 x float>, i32 immarg, i32, i32, i32,…
|
D | image_ls_mipmap_zero.a16.ll | 193 …32>) = G_AMDGPU_INTRIN_IMAGE_LOAD intrinsic(@llvm.amdgcn.image.load.mip.1darray), 15, [[BUILD_VECT… 217 …32>) = G_AMDGPU_INTRIN_IMAGE_LOAD intrinsic(@llvm.amdgcn.image.load.mip.1darray), 15, [[BUILD_VECT… 225 …%v = call <4 x float> @llvm.amdgcn.image.load.mip.1darray.v4f32.i16(i32 15, i16 %s, i16 %t, i16 0,… 252 …32>) = G_AMDGPU_INTRIN_IMAGE_LOAD intrinsic(@llvm.amdgcn.image.load.mip.2darray), 15, [[CONCAT_VEC… 281 …32>) = G_AMDGPU_INTRIN_IMAGE_LOAD intrinsic(@llvm.amdgcn.image.load.mip.2darray), 15, [[CONCAT_VEC… 289 …%v = call <4 x float> @llvm.amdgcn.image.load.mip.2darray.v4f32.i16(i32 15, i16 %s, i16 %t, i16 %u… 550 …; GFX9: G_AMDGPU_INTRIN_IMAGE_STORE intrinsic(@llvm.amdgcn.image.store.mip.1darray), [[BUILD_VEC… 574 …; GFX10: G_AMDGPU_INTRIN_IMAGE_STORE intrinsic(@llvm.amdgcn.image.store.mip.1darray), [[BUILD_VE… 577 …call void @llvm.amdgcn.image.store.mip.1darray.v4f32.i16(<4 x float> %vdata, i32 15, i16 %s, i16 %… 609 …; GFX9: G_AMDGPU_INTRIN_IMAGE_STORE intrinsic(@llvm.amdgcn.image.store.mip.2darray), [[BUILD_VEC… [all …]
|