/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 528 def EmitVStore(self, store_no, store_type, source, destination): argument 529 self.EmitVStoreA(store_no, store_type, [source], destination) 531 def EmitVStoreA(self, store_no, store_type, sources, destination): argument 532 self.EmitOp2('vst%d.%d' % (store_no, store_type), 536 store_type, argument 541 bits_to_store = store_type * elem_count 617 def EmitVStoreE(self, store_type, count, source, destination, alignment=None): argument 618 self.EmitVStoreAE(store_type, count, [source], destination, alignment) 620 def EmitVStoreOffset(self, store_no, store_type, source, destination, offset): argument 621 self.EmitVStoreOffsetA(store_no, store_type, [source], destination, offset) [all …]
|
D | neon_emitter_64.py | 933 def EmitVStore(self, store_no, store_type, source, destination): argument 934 self.EmitVStoreA(store_no, store_type, [source], destination) 936 def EmitVStoreA(self, store_no, store_type, sources, destination): argument 939 self.EmitVStoreAPostIncrement(store_no, store_type, sources, destination, 942 self.EmitVStoreAPostIncrement(store_no, store_type, sources, destination, 945 def EmitVStoreAPostIncrement(self, store_no, store_type, sources, destination, argument 947 source_list = _RegisterList(store_type, sources) 954 store_type, argument 960 bits_to_store = store_type * elem_count 1020 def EmitVStoreE(self, store_type, count, source, destination, alignment=None): argument [all …]
|
/external/selinux/libsemanage/src/ |
D | handle.c | 286 sh->conf->store_type = storetype; in semanage_select_store() 309 switch (sh->conf->store_type) { in semanage_is_managed() 323 switch (sh->conf->store_type) { in semanage_mls_enabled() 337 switch (sh->conf->store_type) { in semanage_connect() 357 switch (sh->conf->store_type) { in semanage_access_check()
|
D | conf-parse.y | 352 conf->store_type = SEMANAGE_CON_DIRECT; 507 current_conf->store_type = SEMANAGE_CON_DIRECT; in parse_module_store() 512 current_conf->store_type = SEMANAGE_CON_POLSERV_LOCAL; in parse_module_store() 517 current_conf->store_type = SEMANAGE_CON_POLSERV_REMOTE; in parse_module_store()
|
D | database.c | 31 handle->conf->store_type == SEMANAGE_CON_DIRECT) { in enter_ro() 55 handle->conf->store_type == SEMANAGE_CON_DIRECT) in exit_ro()
|
D | semanage_conf.h | 33 enum semanage_connect_type store_type; member
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | local_single_store_elim_pass.cpp | 152 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable() local 153 if (!(store_type->AsStruct() || store_type->AsArray())) { in ProcessVariable()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 149 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable() local 150 if (!(store_type->AsStruct() || store_type->AsArray())) { in ProcessVariable()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 149 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable() local 150 if (!(store_type->AsStruct() || store_type->AsArray())) { in ProcessVariable()
|