Searched defs:store_type (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 528 def EmitVStore(self, store_no, store_type, source, destination): argument 531 def EmitVStoreA(self, store_no, store_type, sources, destination): argument 536 store_type, argument 617 def EmitVStoreE(self, store_type, count, source, destination, alignment=None): argument 620 def EmitVStoreOffset(self, store_no, store_type, source, destination, offset): argument 623 def EmitVStoreOffsetA(self, store_no, store_type, sources, destination, argument 628 def EmitVStoreOffsetE(self, store_type, count, source, destination, offset): argument
|
D | neon_emitter_64.py | 933 def EmitVStore(self, store_no, store_type, source, destination): argument 936 def EmitVStoreA(self, store_no, store_type, sources, destination): argument 945 def EmitVStoreAPostIncrement(self, store_no, store_type, sources, destination, argument 954 store_type, argument 1020 def EmitVStoreE(self, store_type, count, source, destination, alignment=None): argument 1023 def EmitVStoreOffset(self, store_no, store_type, source, destination, offset): argument 1026 def EmitVStoreOffsetA(self, store_no, store_type, sources, destination, argument 1031 def EmitVStoreOffsetE(self, store_type, count, source, destination, offset): argument
|
/external/selinux/libsemanage/src/ |
D | semanage_conf.h | 33 enum semanage_connect_type store_type; member
|