Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 5165) sorted by relevance

12345678910>>...207

/external/e2fsprogs/tests/progs/test_data/
Dtest.icount11 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 …]
Dexpect.icount3 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/v8/test/mjsunit/regress/
Dregress-crbug-416558.js6 function store(x) { x[0] = 0; } function
7 store([]);
9 store(c);
12 store(b);
20 function store(x) { x[0] = 0; } function
21 store([]);
23 store(c);
26 store(b);
34 function store(x) { x[0] = 0; } function
35 store([]);
[all …]
/external/libhevc/common/arm/
Dihevc_padding.s122 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/
Datomic.ll15 ; 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/
DExecutionDataStoreTest.java36 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()
70 store.put(a); in testGetContents()
[all …]
DSessionInfoStoreTest.java31 private SessionInfoStore store; field in SessionInfoStoreTest
35 store = new SessionInfoStore(); in setup()
40 assertEquals(Collections.emptyList(), store.getInfos()); in testEmpty()
41 assertTrue(store.isEmpty()); in testEmpty()
46 store.visitSessionInfo(new SessionInfo("A", 123, 456)); in testIsEmpty()
47 assertFalse(store.isEmpty()); in testIsEmpty()
53 store.visitSessionInfo(a); in testGetInfos()
55 store.visitSessionInfo(b); in testGetInfos()
57 store.visitSessionInfo(c); in testGetInfos()
58 assertEquals(Arrays.asList(b, a, c), store.getInfos()); in testGetInfos()
[all …]
/external/mesa3d/src/mesa/tnl/
Dt_vb_vertex.c140 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 …]
Dt_vb_normals.c52 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in run_normal_stage() local
56 if (!store->NormalTransform) in run_normal_stage()
67 store->NormalTransform( ctx->ModelviewMatrixStack.Top, in run_normal_stage()
71 &store->normal ); /* resulting normals */ in run_normal_stage()
74 store->normal.stride = 4 * sizeof(GLfloat); in run_normal_stage()
77 store->normal.stride = 0; in run_normal_stage()
80 VB->AttribPtr[_TNL_ATTRIB_NORMAL] = &store->normal; in run_normal_stage()
94 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in validate_normal_stage() local
99 store->NormalTransform = NULL; in validate_normal_stage()
115 store->NormalTransform = _mesa_normal_tab[transform | NORM_NORMALIZE]; in validate_normal_stage()
[all …]
Dt_vb_light.c197 update_materials(struct gl_context *ctx, struct light_stage_data *store) in update_materials() argument
201 for (i = 0 ; i < store->mat_count ; i++) { in update_materials()
203 COPY_CLEAN_4V(store->mat[i].current, store->mat[i].size, store->mat[i].ptr); in update_materials()
205 STRIDE_F(store->mat[i].ptr, store->mat[i].stride); in update_materials()
209 _mesa_update_material( ctx, store->mat_bitmask ); in update_materials()
223 struct vertex_buffer *VB, struct light_stage_data *store) in prepare_materials() argument
227 store->mat_count = 0; in prepare_materials()
228 store->mat_bitmask = 0; in prepare_materials()
248 const GLuint j = store->mat_count++; in prepare_materials()
250 store->mat[j].ptr = VB->AttribPtr[i]->start; in prepare_materials()
[all …]
Dt_vb_program.c128 do_ndc_cliptest(struct gl_context *ctx, struct vp_stage_data *store) in do_ndc_cliptest() argument
135 store->ormask = 0; in do_ndc_cliptest()
136 store->andmask = CLIP_FRUSTUM_BITS; in do_ndc_cliptest()
143 &store->ndcCoords, in do_ndc_cliptest()
144 store->clipmask, in do_ndc_cliptest()
145 &store->ormask, in do_ndc_cliptest()
146 &store->andmask, in do_ndc_cliptest()
153 store->clipmask, in do_ndc_cliptest()
154 &store->ormask, in do_ndc_cliptest()
155 &store->andmask, in do_ndc_cliptest()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dint-conv-11.ll110 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 …]
Dspill-01.ll57 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 …]
Dframe-19.ll63 store volatile <16 x i8> %vx, <16 x i8> *%ptr
64 store volatile <16 x i8> %v31, <16 x i8> *%ptr
65 store volatile <16 x i8> %v30, <16 x i8> *%ptr
66 store volatile <16 x i8> %v29, <16 x i8> *%ptr
67 store volatile <16 x i8> %v28, <16 x i8> *%ptr
68 store volatile <16 x i8> %v27, <16 x i8> *%ptr
69 store volatile <16 x i8> %v26, <16 x i8> *%ptr
70 store volatile <16 x i8> %v25, <16 x i8> *%ptr
71 store volatile <16 x i8> %v24, <16 x i8> *%ptr
72 store volatile <16 x i8> %v23, <16 x i8> *%ptr
[all …]
/external/llvm/test/Transforms/ConstProp/
Dshift.ll6 ; 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/CodeGen/AMDGPU/
Dcf-stack-bug.ll45 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/v8/test/mjsunit/
Dpolymorph-arrays.js110 function store(a, i, val) { function
125 store(object_array, 1, 256);
126 store(js_array, 1, 256);
127 store(sparse_object_array, 1, 256);
128 store(sparse_js_array, 1, 256);
130 return store;
145 store = make_polymorphic_store_function();
146 store(object_array, 2, 257);
147 store = make_polymorphic_store_function();
148 store(js_array, 2, 257);
[all …]
Delement-read-only.js25 function store(o, i, v) { "use strict"; o[i] = v; }; function
28 store(o, i, 0);
31 assertThrows(function() { store(o, index, 0); });
40 function store(o, i, v) { "use strict"; o[i] = v; }; function
43 store(o, i, 0);
46 assertThrows(function() { store(o, index, 0); });
55 function store(o, i, v) { "use strict"; o[i] = v; }; function
58 store(o, i, 0);
61 assertThrows(function() { store(o, index, 0); });
70 function store(o, i, v) { "use strict"; o[i] = v; }; function
[all …]
/external/llvm/test/Transforms/EarlyCSE/
Datomics.ll65 ; 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/llvm/test/CodeGen/Generic/
DAPIntSextParam.ll260 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 …]
DAPIntZextParam.ll260 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 …]
DAPIntParam.ll260 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/selinux/libsemanage/utils/
Dsemanage_migrate_store57 def copy_module(store, name, base): argument
66 root = oldstore_path(store)
68 root = oldmodules_path(store)
70 bottomdir = bottomdir_path(store)
91 def migrate_store(store): argument
93 oldstore = oldstore_path(store);
94 oldmodules = oldmodules_path(store);
95 disabledmodules = disabledmodules_path(store);
96 newstore = newstore_path(store);
97 newmodules = newmodules_path(store);
[all …]
/external/llvm/test/Instrumentation/MemorySanitizer/
Dstore-long-origin.ll11 store i64 %x, i64* %p, align 8
15 ; Single 8-byte origin store
17 ; CHECK: store i64 {{.*}}, align 8
18 ; CHECK: store i64 {{.*}}, align 8
19 ; CHECK: store i64 {{.*}}, align 8
24 store i64 %x, i64* %p, align 4
30 ; CHECK: store i64 {{.*}}, align 4
31 ; CHECK: store i32 {{.*}}, align 4
33 ; CHECK: store i32 {{.*}}, align 4
34 ; CHECK: store i64 {{.*}}, align 4
[all …]
/external/llvm/test/CodeGen/SPARC/
Dmult-alt-generic-sparc.ll20 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 …]

12345678910>>...207