HomeSort by relevance Sort by last modified time
    Searched refs:store_type (Results 1 - 9 of 9) sorted by null

  /external/selinux/libsemanage/src/
semanage_conf.h 33 enum semanage_connect_type store_type; member in struct:semanage_conf
handle.c 282 sh->conf->store_type = storetype;
305 switch (sh->conf->store_type) {
319 switch (sh->conf->store_type) {
333 switch (sh->conf->store_type) {
353 switch (sh->conf->store_type) {
database.c 31 handle->conf->store_type == SEMANAGE_CON_DIRECT) {
55 handle->conf->store_type == SEMANAGE_CON_DIRECT)
conf-parse.y 340 conf->store_type = SEMANAGE_CON_DIRECT;
494 current_conf->store_type = SEMANAGE_CON_DIRECT;
499 current_conf->store_type = SEMANAGE_CON_POLSERV_LOCAL;
504 current_conf->store_type = SEMANAGE_CON_POLSERV_REMOTE;
  /external/gemmlowp/meta/generators/
neon_emitter.py 528 def EmitVStore(self, store_no, store_type, source, destination):
529 self.EmitVStoreA(store_no, store_type, [source], destination)
531 def EmitVStoreA(self, store_no, store_type, sources, destination):
532 self.EmitOp2('vst%d.%d' % (store_no, store_type),
536 store_type,
541 bits_to_store = store_type * elem_count
617 def EmitVStoreE(self, store_type, count, source, destination, alignment=None):
618 self.EmitVStoreAE(store_type, count, [source], destination, alignment)
620 def EmitVStoreOffset(self, store_no, store_type, source, destination, offset):
621 self.EmitVStoreOffsetA(store_no, store_type, [source], destination, offset
    [all...]
neon_emitter_64.py 933 def EmitVStore(self, store_no, store_type, source, destination):
934 self.EmitVStoreA(store_no, store_type, [source], destination)
936 def EmitVStoreA(self, store_no, store_type, sources, destination):
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,
947 source_list = _RegisterList(store_type, sources)
954 store_type,
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc 1044 StoreOperandType store_type = double_slot ? kStoreDoubleword : kStoreWord; local
1331 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; local
1346 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; local
1425 StoreOperandType store_type = mem_loc.IsStackSlot() ? kStoreWord : kStoreDoubleword; local
    [all...]
code_generator_mips.cc 6638 StoreOperandType store_type = kStoreByte; local
    [all...]
code_generator_arm_vixl.cc 6343 StoreOperandType store_type = GetStoreOperandType(value_type); local
    [all...]

Completed in 288 milliseconds