/external/e2fsprogs/tests/progs/test_data/ |
D | test.icount | 11 store 0 0 15 store 20001 0 21 # OK, now let's test fetch and store. We also test the boundary cases 25 store 1 1 27 store 1 2 29 store 1 3 31 store 1 1 33 store 1 0 36 store 20000 0 38 store 20000 3 [all …]
|
D | expect.icount | 3 test_icount: store 0 0 4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store 11 test_icount: store 20001 0 12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store 23 test_icount: store 1 1 26 test_icount: store 1 2 29 test_icount: store 1 3 32 test_icount: store 1 1 35 test_icount: store 1 0 40 test_icount: store 20000 0 [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_padding.s | 122 vst1.8 {d0,d1},[r4]! @128/8 = 16 bytes store 123 vst1.8 {d0,d1},[r4]! @ 16 bytes store 124 vst1.8 {d0,d1},[r4]! @ 16 bytes store 125 vst1.8 {d0,d1},[r4]! @ 16 bytes store 126 vst1.8 {d0,d1},[r4] @ 16 bytes store 130 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store 131 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store 132 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store 133 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store 134 vst1.8 {d2,d3},[r5] @128/8 = 16 bytes store [all …]
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | atomic.ll | 15 ; DSE across unordered store (allowed) 18 ; CHECK-NOT: store i32 0 19 ; CHECK: store i32 1 20 store i32 0, i32* @x 21 store atomic i32 0, i32* @y unordered, align 4 22 store i32 1, i32* @x 26 ; DSE remove unordered store (allowed) 29 ; CHECK-NOT: store atomic 30 ; CHECK: store i32 1 31 store atomic i32 0, i32* @x unordered, align 4 [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/ |
D | ExecutionDataStoreTest.java | 36 private ExecutionDataStore store; field in ExecutionDataStoreTest 42 store = new ExecutionDataStore(); in setup() 48 assertNull(store.get(123)); in testEmpty() 49 assertFalse(store.contains("org/jacoco/example/Foo")); in testEmpty() 50 store.accept(this); in testEmpty() 57 store.put(new ExecutionData(1000, "Sample", probes)); in testPut() 58 final ExecutionData data = store.get(1000); in testPut() 60 assertTrue(store.contains("Sample")); in testPut() 61 store.accept(this); in testPut() 69 store.put(new ExecutionData(1000, "Sample0", probes)); in testReentrantAccept() [all …]
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_vertex.c | 140 struct vertex_stage_data *store = (struct vertex_stage_data *)stage->privatePtr; in run_vertex_stage() local 156 VB->EyePtr = TransformRaw( &store->eye, in run_vertex_stage() 161 VB->ClipPtr = TransformRaw( &store->clip, in run_vertex_stage() 184 store->ormask = 0; in run_vertex_stage() 185 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage() 190 &store->proj, in run_vertex_stage() 191 store->clipmask, in run_vertex_stage() 192 &store->ormask, in run_vertex_stage() 193 &store->andmask, in run_vertex_stage() 200 store->clipmask, in run_vertex_stage() [all …]
|
D | t_vb_light.c | 198 update_materials(struct gl_context *ctx, struct light_stage_data *store) in update_materials() argument 202 for (i = 0 ; i < store->mat_count ; i++) { in update_materials() 204 COPY_CLEAN_4V(store->mat[i].current, store->mat[i].size, store->mat[i].ptr); in update_materials() 206 STRIDE_F(store->mat[i].ptr, store->mat[i].stride); in update_materials() 210 _mesa_update_material( ctx, store->mat_bitmask ); in update_materials() 224 struct vertex_buffer *VB, struct light_stage_data *store) in prepare_materials() argument 228 store->mat_count = 0; in prepare_materials() 229 store->mat_bitmask = 0; in prepare_materials() 251 const GLuint j = store->mat_count++; in prepare_materials() 253 store->mat[j].ptr = VB->AttribPtr[i]->start; in prepare_materials() [all …]
|
D | t_vb_normals.c | 51 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in run_normal_stage() local 55 if (!store->NormalTransform) in run_normal_stage() 66 store->NormalTransform( ctx->ModelviewMatrixStack.Top, in run_normal_stage() 70 &store->normal ); /* resulting normals */ in run_normal_stage() 73 store->normal.stride = 4 * sizeof(GLfloat); in run_normal_stage() 76 store->normal.stride = 0; in run_normal_stage() 79 VB->AttribPtr[_TNL_ATTRIB_NORMAL] = &store->normal; in run_normal_stage() 93 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in validate_normal_stage() local 98 store->NormalTransform = NULL; in validate_normal_stage() 114 store->NormalTransform = _mesa_normal_tab[transform | NORM_NORMALIZE]; in validate_normal_stage() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-conv-11.ll | 110 store volatile i32 %val0, i32 *%ptr 111 store volatile i32 %val1, i32 *%ptr 112 store volatile i32 %val2, i32 *%ptr 113 store volatile i32 %val3, i32 *%ptr 114 store volatile i32 %val4, i32 *%ptr 115 store volatile i32 %val5, i32 *%ptr 116 store volatile i32 %val6, i32 *%ptr 117 store volatile i32 %val7, i32 *%ptr 118 store volatile i32 %val8, i32 *%ptr 119 store volatile i32 %val9, i32 *%ptr [all …]
|
D | spill-01.ll | 57 store i32 %val0, i32 *%ptr0 58 store i32 %val1, i32 *%ptr1 59 store i32 %val2, i32 *%ptr2 60 store i32 %val3, i32 *%ptr3 61 store i32 %val4, i32 *%ptr4 62 store i32 %val5, i32 *%ptr5 63 store i32 %val6, i32 *%ptr6 68 ; Test a case where at least one i32 load and at least one i32 store 97 store i32 %val0, i32 *%ptr0 98 store i32 %val1, i32 *%ptr1 [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/DeadStoreElimination/ |
D | atomic.ll | 15 ; DSE across unordered store (allowed) 18 ; CHECK-NOT: store i32 0 19 ; CHECK: store i32 1 21 store i32 0, i32* @x 22 store atomic i32 0, i32* @y unordered, align 4 23 store i32 1, i32* @x 30 ; CHECK: store i32 0 31 ; CHECK: store i32 1 33 store i32 0, i32* @x 35 store i32 1, i32* @x [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | cf-stack-bug.ll | 45 br i1 %1, label %if.2, label %if.store.1 47 if.store.1: 48 store i32 1, i32 addrspace(1)* %out 53 br i1 %2, label %if.3, label %if.2.store 55 if.2.store: 56 store i32 2, i32 addrspace(1)* %out 60 store i32 3, i32 addrspace(1)* %out 78 br i1 %1, label %if.2, label %if.1.store 80 if.1.store: 81 store i32 1, i32 addrspace(1)* %out [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntParam.ll | 260 store i1 %x, i1* @i1_s 265 store i2 %x, i2* @i2_s 270 store i3 %x, i3* @i3_s 275 store i4 %x, i4* @i4_s 280 store i5 %x, i5* @i5_s 285 store i6 %x, i6* @i6_s 290 store i7 %x, i7* @i7_s 295 store i8 %x, i8* @i8_s 300 store i9 %x, i9* @i9_s 305 store i10 %x, i10* @i10_s [all …]
|
D | APIntSextParam.ll | 260 store i1 %x, i1* @i1_s 265 store i2 %x, i2* @i2_s 270 store i3 %x, i3* @i3_s 275 store i4 %x, i4* @i4_s 280 store i5 %x, i5* @i5_s 285 store i6 %x, i6* @i6_s 290 store i7 %x, i7* @i7_s 295 store i8 %x, i8* @i8_s 300 store i9 %x, i9* @i9_s 305 store i10 %x, i10* @i10_s [all …]
|
D | APIntZextParam.ll | 260 store i1 %x, i1* @i1_s 265 store i2 %x, i2* @i2_s 270 store i3 %x, i3* @i3_s 275 store i4 %x, i4* @i4_s 280 store i5 %x, i5* @i5_s 285 store i6 %x, i6* @i6_s 290 store i7 %x, i7* @i7_s 295 store i8 %x, i8* @i8_s 300 store i9 %x, i9* @i9_s 305 store i10 %x, i10* @i10_s [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntZextParam.ll | 260 store i1 %x, i1* @i1_s 265 store i2 %x, i2* @i2_s 270 store i3 %x, i3* @i3_s 275 store i4 %x, i4* @i4_s 280 store i5 %x, i5* @i5_s 285 store i6 %x, i6* @i6_s 290 store i7 %x, i7* @i7_s 295 store i8 %x, i8* @i8_s 300 store i9 %x, i9* @i9_s 305 store i10 %x, i10* @i10_s [all …]
|
D | APIntParam.ll | 260 store i1 %x, i1* @i1_s 265 store i2 %x, i2* @i2_s 270 store i3 %x, i3* @i3_s 275 store i4 %x, i4* @i4_s 280 store i5 %x, i5* @i5_s 285 store i6 %x, i6* @i6_s 290 store i7 %x, i7* @i7_s 295 store i8 %x, i8* @i8_s 300 store i9 %x, i9* @i9_s 305 store i10 %x, i10* @i10_s [all …]
|
D | APIntSextParam.ll | 260 store i1 %x, i1* @i1_s 265 store i2 %x, i2* @i2_s 270 store i3 %x, i3* @i3_s 275 store i4 %x, i4* @i4_s 280 store i5 %x, i5* @i5_s 285 store i6 %x, i6* @i6_s 290 store i7 %x, i7* @i7_s 295 store i8 %x, i8* @i8_s 300 store i9 %x, i9* @i9_s 305 store i10 %x, i10* @i10_s [all …]
|
/external/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/ |
D | merge-stores.ll | 1 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -load-store-vectorizer -S -o - %s | FileCheck %s 7 ; TODO: Non-zero base offset for load and store combinations 12 ; CHECK: store <2 x i8> <i8 -56, i8 123>, <2 x i8> addrspace(1)* %{{[0-9]+}}, align 2 16 store i8 123, i8 addrspace(1)* %out.gep.1 17 store i8 456, i8 addrspace(1)* %out, align 2 22 ; CHECK: store <2 x i8> 26 store i8 123, i8 addrspace(1)* %out.gep.1 27 store i8 456, i8 addrspace(1)* %out 32 ; CHECK: store <2 x i16> <i16 456, i16 123>, <2 x i16> addrspace(1)* %{{[0-9]+}}, align 4 36 store i16 123, i16 addrspace(1)* %out.gep.1 [all …]
|
/external/llvm/test/Transforms/ConstProp/ |
D | shift.ll | 6 ; CHECK: store i64 undef 7 store i64 %r1, i64* %p 10 ; CHECK: store i64 undef 11 store i64 %r2, i64* %p 14 ; CHECK: store i64 undef 15 store i64 %r3, i64* %p 23 ; CHECK: store i65 undef 24 store i65 %r1, i65* %p 27 ; CHECK: store i65 undef 28 store i65 %r2, i65* %p [all …]
|
/external/llvm/test/Transforms/SCCP/ |
D | ub-shift.ll | 6 ; CHECK: store i64 undef 7 store i64 %r1, i64* %p 10 ; CHECK: store i64 undef 11 store i64 %r2, i64* %p 14 ; CHECK: store i64 undef 15 store i64 %r3, i64* %p 23 ; CHECK: store i65 undef 24 store i65 %r1, i65* %p 27 ; CHECK: store i65 undef 28 store i65 %r2, i65* %p [all …]
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | atomics.ll | 65 ; CHECK: store 66 ; CHECK: store atomic 67 ; CHECK: store 68 store i32 0, i32* %P1, align 4 69 store atomic i32 0, i32* %P2 seq_cst, align 4 70 store i32 0, i32* %P1, align 4 77 ; CHECK: store 79 ; CHECK: store 80 store i32 0, i32* %P1, align 4 82 store i32 0, i32* %P1, align 4 [all …]
|
/external/autotest/server/hosts/ |
D | file_store_unittest.py | 29 store = file_store.FileStore(self._store_file) 30 store.commit(info) 31 got = store.get(force_refresh=True) 39 store = file_store.FileStore(self._store_file) 40 store.commit(info) 49 store = file_store.FileStore(self._store_file) 51 store.get() 62 store = file_store.FileStore(self._store_file, 64 file_lock = locking.FileLock(store._lock_path, 67 store.commit(host_info.HostInfo()) [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/MSP430/ |
D | mult-alt-generic-msp430.ll | 20 store i16 0, i16* %out0, align 2 21 store i16 1, i16* %index, align 2 34 store i16 0, i16* %out0, align 2 35 store i16 1, i16* %in1, align 2 38 store i16 %0, i16* %out0, align 2 41 store i16 %1, i16* %out0, align 2 49 store i16 0, i16* %out0, align 2 50 store i16 1, i16* %in1, align 2 53 store i16 %0, i16* %out0, align 2 56 store i16 %1, i16* %out0, align 2 [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | mult-alt-generic-powerpc.ll | 20 store i32 0, i32* %out0, align 4 21 store i32 1, i32* %index, align 4 34 store i32 0, i32* %out0, align 4 35 store i32 1, i32* %in1, align 4 38 store i32 %0, i32* %out0, align 4 41 store i32 %1, i32* %out0, align 4 49 store i32 0, i32* %out0, align 4 50 store i32 1, i32* %in1, align 4 53 store i32 %0, i32* %out0, align 4 56 store i32 %1, i32* %out0, align 4 [all …]
|