HomeSort by: relevance | last modified time | path
    Searched refs:type_names (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
der.c 53 static const char *type_names[] = { variable
121 if (num >= SIZEOF_ARRAY(type_names))
123 return type_names[num];
129 return get_type(name, type_names, SIZEOF_ARRAY(type_names));
  /src/usr.bin/xlint/common/
tyname.c 59 static name_tree_node *type_names; variable
77 name_tree_node *n = type_names, **next;
82 type_names = n;
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-builtins.cc 250 static const char * const type_names[] = { variable
323 gcc_assert (type_id < sizeof (type_names)/sizeof(type_names[0]));
324 return type_names[type_id];
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 697 const std::vector<std::string>& type_names =
707 "/" + type_names[static_cast<size_t>(index)])
726 type_names);
738 std::vector<std::string>() /*type_names*/) {
753 const std::vector<std::string>& type_names =
771 prefix, test_location, case_name, test_names, 0, type_names);
778 type_names);
790 std::vector<std::string>() /*type_names*/) {
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-builtins.cc 248 static const char * const type_names[] = { variable
321 gcc_assert (type_id < ARRAY_SIZE (type_names));
322 return type_names[type_id];
  /src/external/bsd/jemalloc/dist/scripts/
gen_travis.py 100 type_names = {
107 return f"Option({type_names[self.type]}, {repr(self.value)})"
gen_gh_actions.py 71 type_names = {
78 return f"Option({type_names[self.type]}, {repr(self.value)})"
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_msg.c 74 static const char *type_names[] = { local
84 return type_names[type];
  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_msg.c 76 static const char *type_names[] = { local
108 return type_names[type];
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 3900 const type_names[] =
3944 for (j = 0; j < ARRAY_SIZE (type_names); j++)
3946 a = operand_type_and (t, type_names[j].mask);
3947 if (operand_type_equal (&a, &type_names[j].mask))
3948 fprintf (stdout, "%s, ", type_names[j].name);
3897 const type_names[] = variable
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 3846 const type_names[] =
3890 for (j = 0; j < ARRAY_SIZE (type_names); j++)
3892 a = operand_type_and (t, type_names[j].mask);
3893 if (operand_type_equal (&a, &type_names[j].mask))
3894 fprintf (stdout, "%s, ", type_names[j].name);
3843 const type_names[] = variable

Completed in 42 milliseconds