Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/external/selinux/libsemanage/utils/
Dsemanage_migrate_store56 def copy_module(store, name, base): argument
93 def migrate_store(store): argument
188 def oldstore_path(store): argument
192 def oldmodules_path(store): argument
196 def disabledmodules_path(store): argument
204 def newstore_path(store): argument
208 def newmodules_path(store): argument
212 def bottomdir_path(store): argument
/external/libaom/libaom/aom_dsp/
Dfft_common.h117 #define GEN_FFT_2(ret, suffix, T, T_VEC, load, store) \ argument
125 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
142 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument
177 #define GEN_FFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
269 #define GEN_FFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
513 #define GEN_IFFT_2(ret, suffix, T, T_VEC, load, store) \ argument
521 #define GEN_IFFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
538 #define GEN_IFFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
582 #define GEN_IFFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
697 #define GEN_IFFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp172 const Instruction* store[1] = {nullptr}; in TEST() local
199 const Instruction* store[1] = {nullptr}; in TEST() local
1527 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1557 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1607 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1636 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1686 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1715 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1765 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1794 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
[all …]
Ddependence_analysis.cpp135 const Instruction* store[4]; in TEST() local
292 const Instruction* store[4]; in TEST() local
528 const Instruction* store[4]; in TEST() local
601 const Instruction* store[4]; in TEST() local
922 const Instruction* store[4]; in TEST() local
978 const Instruction* store[4]; in TEST() local
1421 const Instruction* store = nullptr; in TEST() local
1442 const Instruction* store = nullptr; in TEST() local
1464 const Instruction* store = nullptr; in TEST() local
1485 const Instruction* store = nullptr; in TEST() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp172 const Instruction* store[1] = {nullptr}; in TEST() local
199 const Instruction* store[1] = {nullptr}; in TEST() local
1527 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1557 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1607 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1636 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1686 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1715 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1765 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1794 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
[all …]
Ddependence_analysis.cpp135 const Instruction* store[4]; in TEST() local
292 const Instruction* store[4]; in TEST() local
528 const Instruction* store[4]; in TEST() local
601 const Instruction* store[4]; in TEST() local
922 const Instruction* store[4]; in TEST() local
978 const Instruction* store[4]; in TEST() local
1421 const Instruction* store = nullptr; in TEST() local
1442 const Instruction* store = nullptr; in TEST() local
1464 const Instruction* store = nullptr; in TEST() local
1485 const Instruction* store = nullptr; in TEST() local
[all …]
/external/mesa3d/src/mesa/tnl/
Dt_vb_normals.c51 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in run_normal_stage() local
93 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in validate_normal_stage() local
151 struct normal_stage_data *store; in alloc_normal_data() local
169 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in free_normal_data() local
Dt_vb_texmat.c58 struct texmat_stage_data *store = TEXMAT_STAGE_DATA(stage); in run_texmat_stage() local
88 struct texmat_stage_data *store; in alloc_texmat_data() local
105 struct texmat_stage_data *store = TEXMAT_STAGE_DATA(stage); in free_texmat_data() local
Dt_vb_points.c54 struct point_stage_data *store = POINT_STAGE_DATA(stage); in run_point_stage() local
84 struct point_stage_data *store; in alloc_point_data() local
98 struct point_stage_data *store = POINT_STAGE_DATA(stage); in free_point_data() local
Dt_vb_texgen.c251 struct texgen_stage_data *store, in texgen_reflection_map_nv()
273 struct texgen_stage_data *store, in texgen_normal_map_nv()
301 struct texgen_stage_data *store, in texgen_sphere_map()
334 struct texgen_stage_data *store, in texgen()
487 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); in run_texgen_stage() local
511 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); in validate_texgen_stage() local
563 struct texgen_stage_data *store; in alloc_texgen_data() local
584 struct texgen_stage_data *store = TEXGEN_STAGE_DATA(stage); in free_texgen_data() local
Dt_vb_vertex.c140 struct vertex_stage_data *store = (struct vertex_stage_data *)stage->privatePtr; in run_vertex_stage() local
238 struct vertex_stage_data *store; in init_vertex_stage() local
263 struct vertex_stage_data *store = VERTEX_STAGE_DATA(stage); in dtr() local
Dt_vb_light.c198 update_materials(struct gl_context *ctx, struct light_stage_data *store) in update_materials()
224 struct vertex_buffer *VB, struct light_stage_data *store) in prepare_materials()
331 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in run_lighting() local
425 struct light_stage_data *store; in init_lighting() local
456 struct light_stage_data *store = LIGHT_STAGE_DATA(stage); in dtr() local
Dt_vb_fog.c148 struct fog_stage_data *store = FOG_STAGE_DATA(stage); in run_fog_stage() local
242 struct fog_stage_data *store; in alloc_fog_data() local
260 struct fog_stage_data *store = FOG_STAGE_DATA(stage); in free_fog_data() local
/external/tensorflow/tensorflow/core/data/service/
Ddataset_store_test.cc66 std::unique_ptr<DatasetStore> store = MakeStore(GetParam()); in TEST_P() local
76 std::unique_ptr<DatasetStore> store = MakeStore(GetParam()); in TEST_P() local
93 std::unique_ptr<DatasetStore> store = MakeStore(GetParam()); in TEST_P() local
106 std::unique_ptr<DatasetStore> store = MakeStore(GetParam()); in TEST_P() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h152 virtual void incrementReferenceCount(Store store) {} in incrementReferenceCount()
157 virtual void decrementReferenceCount(Store store) {} in decrementReferenceCount()
250 inline StoreRef::StoreRef(Store store, StoreManager & smgr) in StoreRef()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dregalloc.c73 gpir_store_node *store = gpir_node_to_store(node); in propagate_liveness_instr() local
114 gpir_store_node *store = gpir_node_to_store(node); in calc_def_block() local
259 gpir_store_node *store = gpir_node_to_store(node); in calc_interference() local
269 gpir_store_node *store = gpir_node_to_store(node); in calc_interference() local
436 gpir_store_node *store = gpir_node_to_store(node); in assign_regs() local
475 gpir_store_node *store = gpir_node_to_store(node); in regalloc_print_result() local
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/pkix/jcajce/
DPKIXCRLUtil.java78 Store store = (Store)obj; in findCRLs() local
91 CertStore store = (CertStore)obj; in findCRLs() local
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h194 virtual void incrementReferenceCount(Store store) {} in incrementReferenceCount()
199 virtual void decrementReferenceCount(Store store) {} in decrementReferenceCount()
293 inline StoreRef::StoreRef(Store store, StoreManager & smgr) in StoreRef()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXExtendedParameters.java94 public Builder addCertificateStore(PKIXCertStore store) in addCertificateStore()
101 public Builder addNamedCertificateStore(GeneralName issuerAltName, PKIXCertStore store) in addNamedCertificateStore()
108 public Builder addCRLStore(PKIXCRLStore store) in addCRLStore()
115 public Builder addNamedCRLStore(GeneralName issuerAltName, PKIXCRLStore store) in addNamedCRLStore()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/
DPKIXExtendedParameters.java97 public Builder addCertificateStore(PKIXCertStore store) in addCertificateStore()
104 public Builder addNamedCertificateStore(GeneralName issuerAltName, PKIXCertStore store) in addNamedCertificateStore()
111 public Builder addCRLStore(PKIXCRLStore store) in addCRLStore()
118 public Builder addNamedCRLStore(GeneralName issuerAltName, PKIXCRLStore store) in addNamedCRLStore()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/
DPKIXExtendedParameters.java97 public Builder addCertificateStore(PKIXCertStore store) in addCertificateStore()
104 public Builder addNamedCertificateStore(GeneralName issuerAltName, PKIXCertStore store) in addNamedCertificateStore()
111 public Builder addCRLStore(PKIXCRLStore store) in addCRLStore()
118 public Builder addNamedCRLStore(GeneralName issuerAltName, PKIXCRLStore store) in addNamedCRLStore()
/external/usrsctp/usrsctplib/netinet/
Dsctputil.h242 #define sctp_recover_scope_mac(addr, store) do { \ argument
257 #define sctp_recover_scope_mac(addr, store) do { \ argument
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/
DExtendedPKIXParameters.java270 public void addStore(Store store) in addStore()
293 public void addAdditionalStore(Store store) in addAdditionalStore()
304 public void addAddionalStore(Store store) in addAddionalStore()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DExtendedPKIXParameters.java268 public void addStore(Store store) in addStore()
291 public void addAdditionalStore(Store store) in addAdditionalStore()
302 public void addAddionalStore(Store store) in addAddionalStore()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
DExtendedPKIXParameters.java270 public void addStore(Store store) in addStore()
293 public void addAdditionalStore(Store store) in addAdditionalStore()
304 public void addAddionalStore(Store store) in addAddionalStore()

12345678910>>...18