Searched refs:target_type (Results 1 - 25 of 57) sorted by relevance

123

/external/valgrind/none/tests/s390x/
H A Dfpconv.c16 #define I2F(insn, initial, target_type) \
19 target_type target; \
24 #define DO_INSN_I32_TO_F(insn, target_type) \
26 printf("\n----- int32_t -> " #target_type "\n");\
27 I2F(insn, 0, target_type); \
28 I2F(insn, 1, target_type); \
29 I2F(insn, -1, target_type); \
30 I2F(insn, 42, target_type); \
31 I2F(insn, SHRT_MAX, target_type); \
32 I2F(insn, SHRT_MIN, target_type); \
[all...]
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
H A Dtarget_type.pass.cpp14 // const std::type_info& target_type() const;
55 assert(f.target_type() == typeid(A));
59 assert(f.target_type() == typeid(void));
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dliteral_util.h33 // type <target_type>.
35 // DataTypeToPrimitiveType(target_type). Note that <target_type> is not
39 Status LiteralToHostTensor(const xla::Literal& literal, DataType target_type,
H A Dliteral_util.cc66 Status LiteralToHostTensor(const xla::Literal& literal, DataType target_type, argument
70 *host_tensor = Tensor(target_type, shape);
/external/selinux/libsepol/src/
H A Davtab.c77 mix(keyp->target_type);
149 key->target_type == cur->key.target_type &&
160 key->target_type < cur->key.target_type)
163 key->target_type == cur->key.target_type &&
193 key->target_type == cur->key.target_type &&
200 key->target_type < cu
[all...]
H A Dassertion.c167 tmp_key.target_type = j + 1;
244 rc = ebitmap_and(&tgt_matches, &avrule->ttypes.types, &p->attr_type_map[k->target_type -1]);
249 rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type - 1]);
355 tmp_key.target_type = j + 1;
414 &p->attr_type_map[k->target_type -1]);
420 &p->attr_type_map[k->target_type - 1]);
491 rc = ebitmap_and(&match, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type - 1] );
501 rc = ebitmap_match_any(&avrule->ttypes.types, &p->attr_type_map[k->target_type -1]);
H A Dhierarchy.c117 avtab_key.target_type = i + 1;
138 n->key.source_type, n->key.target_type,
163 a->parent, k->source_type, k->target_type,
274 new->key.target_type = tgt;
306 avtab_key.target_type = td->bounds;
310 avtab_key.target_type = i + 1;
343 key->target_type, key->target_class,
371 a->parent, k->source_type, k->target_type,
452 p->p_type_val_to_name[cur->key.target_type - 1],
/external/annotation-tools/asmx/src/org/objectweb/asm/
H A DTypeAnnotationVisitor.java31 * @param target_type the target type of the extended annotation
33 void visitXTargetType(int target_type); argument
/external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
H A DTypeAnnotationConstantsCollector.java56 public void visitXTargetType(int target_type) { argument
57 xav.visitXTargetType(target_type);
/external/annotation-tools/asmx/src/org/objectweb/asm/util/
H A DTraceTypeAnnotationVisitor.java72 buf.append(doubleTab).append("target_type: ")
199 public void visitXTargetType(int target_type) { argument
200 this.xtarget_type = target_type;
202 xav.visitXTargetType(target_type);
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/
H A DAnnotationVerifier$AnnotationRecorder.class ... void visitXStartPc (int) int start_pc public void visitXTargetType (int) int target_type public void visitXParamIndex (int) int param_index public void visitXBoundIndex (int ...
/external/v8/src/compiler/
H A Dlinkage.cc266 MachineType target_type = MachineType::AnyTagged(); local
271 target_type, // target MachineType
316 MachineType target_type = MachineType::AnyTagged(); local
324 target_type, // target MachineType
382 MachineType target_type = MachineType::AnyTagged(); local
387 target_type, // target MachineType
408 MachineType target_type = MachineType::AnyTagged(); local
413 target_type, // target MachineType
449 MachineType target_type = MachineType::Pointer(); local
450 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type);
[all...]
H A Dc-linkage.cc230 MachineType target_type = MachineType::Pointer(); local
231 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type);
239 target_type, // target MachineType
/external/strace/tests/
H A Dioctl_dm.c146 memcpy(ptr->target_type, str129 +
147 id % (sizeof(str129) - sizeof(ptr->target_type)),
148 id % (sizeof(ptr->target_type) + 1));
149 if (id % (sizeof(ptr->target_type) + 1) < sizeof(ptr->target_type))
150 ptr->target_type[id % (sizeof(ptr->target_type) + 1)] = '\0';
158 "target_type=\"%.*s\", string=",
161 (int) (id % (sizeof(ptr->target_type) + 1)),
162 str129 + id % (sizeof(str129) - sizeof(ptr->target_type)));
[all...]
/external/strace/tests-m32/
H A Dioctl_dm.c146 memcpy(ptr->target_type, str129 +
147 id % (sizeof(str129) - sizeof(ptr->target_type)),
148 id % (sizeof(ptr->target_type) + 1));
149 if (id % (sizeof(ptr->target_type) + 1) < sizeof(ptr->target_type))
150 ptr->target_type[id % (sizeof(ptr->target_type) + 1)] = '\0';
158 "target_type=\"%.*s\", string=",
161 (int) (id % (sizeof(ptr->target_type) + 1)),
162 str129 + id % (sizeof(str129) - sizeof(ptr->target_type)));
[all...]
/external/strace/tests-mx32/
H A Dioctl_dm.c146 memcpy(ptr->target_type, str129 +
147 id % (sizeof(str129) - sizeof(ptr->target_type)),
148 id % (sizeof(ptr->target_type) + 1));
149 if (id % (sizeof(ptr->target_type) + 1) < sizeof(ptr->target_type))
150 ptr->target_type[id % (sizeof(ptr->target_type) + 1)] = '\0';
158 "target_type=\"%.*s\", string=",
161 (int) (id % (sizeof(ptr->target_type) + 1)),
162 str129 + id % (sizeof(str129) - sizeof(ptr->target_type)));
[all...]
/external/annotation-tools/scene-lib/src/annotations/io/classfile/
H A DSafeTypeAnnotationVisitor.java190 public void visitXTargetType(int target_type) { argument
191 xTargetTypeArgs.add(target_type);
192 xav.visitXTargetType(target_type);
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
H A Dcommon.cpp89 const auto target_type = !arg_type->isIntegerTy() ? arg_type : local
91 const unsigned target_size = dl.getTypeStoreSize(target_type);
92 const unsigned target_align = dl.getABITypeAlignment(target_type);
/external/vulkan-validation-layers/scripts/
H A Dhelper_file_generator.py722 target_type = vk_object_type.replace("VK_DEBUG_REPORT_OBJECT_TYPE_", "").lower()
723 target_type = target_type[:-4]
724 target_type = target_type.replace("_", "")
725 if search_type == target_type:
738 target_type = vk_object_type.replace("VK_OBJECT_TYPE_", "").lower()
739 target_type = target_type.replace("_", "")
740 if search_type == target_type
[all...]
/external/skia/tools/skp/
H A Dwebpages_playback.py321 print '\n\n=======Uploading to %s=======\n\n' % self.gs.target_type()
335 print '\n\n=======Not Uploading to %s=======\n\n' % self.gs.target_type()
427 raise Exception('%s and %s do not exist in %s!' % (gs.target_type(),
435 def target_type(self): member in class:DataStore
452 def target_type(self): member in class:GoogleStorageDataStore
482 def target_type(self): member in class:LocalFileSystemDataStore
/external/skqp/tools/skp/
H A Dwebpages_playback.py321 print '\n\n=======Uploading to %s=======\n\n' % self.gs.target_type()
335 print '\n\n=======Not Uploading to %s=======\n\n' % self.gs.target_type()
427 raise Exception('%s and %s do not exist in %s!' % (gs.target_type(),
435 def target_type(self): member in class:DataStore
452 def target_type(self): member in class:GoogleStorageDataStore
482 def target_type(self): member in class:LocalFileSystemDataStore
/external/annotation-tools/scene-lib/src/annotations/util/
H A DAbstractClassVisitor.java36 public void visitXTargetType(int target_type) {}
129 public void visitXTargetType(int target_type) {}
192 public void visitXTargetType(int target_type) {}
/external/kernel-headers/original/uapi/linux/
H A Ddm-ioctl.h170 char target_type[DM_MAX_TYPE_NAME]; member in struct:dm_target_spec
/external/selinux/checkpolicy/
H A Dcheckpolicy.c178 k->target_type < c->key.target_type)
181 k->target_type == c->key.target_type &&
211 if (insert_type_rule(k, d, &type_rules[k->target_type - 1]))
265 if (l2->key.target_type == (j + 1)) {
266 if (l1->key.target_type != (i + 1))
269 if (l1->key.target_type !=
270 l2->key.target_type)
/external/selinux/libsepol/include/sepol/policydb/
H A Davtab.h52 uint16_t target_type; member in struct:avtab_key

Completed in 944 milliseconds

123