Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dder.c91 get_type(const char *name, const char *list[], unsigned len) in get_type() function
113 return get_type(name, class_names, SIZEOF_ARRAY(class_names)); in der_get_class_num()
127 return get_type(name, type_names, SIZEOF_ARRAY(type_names)); in der_get_type_num()
141 return get_type(name, tag_names, SIZEOF_ARRAY(tag_names)); in der_get_tag_num()
/freebsd-12.1/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp305 ATF_REQUIRE(fi.get_type() == file_info::dir_type); in ATF_TEST_CASE_BODY()
312 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()
356 ATF_REQUIRE(fi.get_type() == file_info::dir_type); in ATF_TEST_CASE_BODY()
362 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()
H A Dfs.hpp268 int get_type(void) const;
H A Dfs.cpp343 impl::file_info::get_type(void) in get_type() function in impl::file_info
497 if (file_info(p).get_type() == file_info::dir_type) in remove()
/freebsd-12.1/usr.bin/rpcgen/
H A Drpc_parse.c62 static void get_type(const char **, const char **, defkind);
168 get_type(&plist->res_prefix, &plist->res_type, in def_program()
423 get_type(&dec->prefix, &dec->type, dkind); in get_declaration()
485 get_type(&dec->prefix, &dec->type, dkind); in get_prog_declaration()
541 get_type(const char **prefixp, const char **typep, defkind dkind) in get_type() function
/freebsd-12.1/usr.sbin/kldxref/
H A Def.h13 (ef)->ef_ops->get_type((ef)->ef_ef)
41 int (*get_type)(elf_file_t ef); member
H A Def.c110 .get_type = ef_get_type,
H A Def_obj.c127 .get_type = ef_obj_get_type,
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_dispatch_hier.h833 kmp_hier_layer_e get_type(int level) const { in get_type() function
984 int index = __kmp_dispatch_get_index(tid, hier->get_type(i)); in __kmp_dispatch_init_hierarchy()
1003 index % __kmp_dispatch_get_t1_per_t2(hier->get_type(i), in __kmp_dispatch_init_hierarchy()
1004 hier->get_type(i + 1)); in __kmp_dispatch_init_hierarchy()
1005 int parent_index = __kmp_dispatch_get_index(tid, hier->get_type(i + 1)); in __kmp_dispatch_init_hierarchy()
1010 index % __kmp_dispatch_get_t1_per_t2(hier->get_type(i), in __kmp_dispatch_init_hierarchy()
1030 kmp_hier_layer_e::LAYER_THREAD, hier->get_type(0)); in __kmp_dispatch_init_hierarchy()
1050 int index = __kmp_dispatch_get_index(tid, hier->get_type(i)); in __kmp_dispatch_init_hierarchy()
H A Dkmp_wait_release.h59 flag_type get_type() { return t; } in get_type() function
90 flag_type get_type() { return t; } in get_type() function
888 switch (RCAST(kmp_flag_64 *, CCAST(void *, flag))->get_type()) {
H A Dkmp_stats.h493 timer_e get_type() const { return timerEnumValue; } in get_type() function
H A Dz_Windows_NT_util.cpp422 if (!flag || flag->get_type() != flag->get_ptr_type()) { // get_ptr_type in __kmp_resume_template()
H A Dz_Linux_util.cpp1584 if (!flag || flag->get_type() != flag->get_ptr_type()) { // get_ptr_type in __kmp_resume_template()
/freebsd-12.1/contrib/binutils/gas/
H A Ditbl-ops.c152 static e_type get_type (int yytype);
201 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname, in itbl_add_reg()
233 f = alloc_field (get_type (yytype), sbit, ebit, flags); in itbl_add_operand()
816 get_type (int yytype) in get_type() function
/freebsd-12.1/contrib/gdb/gdb/
H A Dvarobj.c187 static struct type *get_type (struct varobj *var);
1388 get_type (struct varobj *var) in get_type() function
1405 type = get_type (var); in get_type_deref()
1741 type = get_type (var); in type_changeable()
1766 type = get_type (var); in c_number_of_children()
1834 type = get_type (parent); in c_name_of_child()
1939 type = get_type (parent); in c_value_of_child()
2040 switch (TYPE_CODE (get_type (var))) in c_variable_editable()
2063 switch (TYPE_CODE (get_type (var))) in c_value_of_variable()
/freebsd-12.1/contrib/gcc/
H A Dipa-prop.h186 enum jump_func_type get_type (struct ipa_jump_func *);
H A Dipa-cp.c598 type = get_type (jump_func); in ipcp_propagate_stage()
657 type = get_type (jump_func); in ipcp_callsite_param_print()
908 type = get_type (jump_func); in ipcp_redirect()
H A Dipa-prop.c500 get_type (struct ipa_jump_func *jf) in get_type() function
/freebsd-12.1/sys/dev/ofw/
H A Dofw_bus_if.m157 METHOD const char * get_type {
/freebsd-12.1/sbin/fdisk/
H A Dfdisk.c226 get_type(int t) in get_type() function
488 get_type(partp->dp_typ)); in print_part()
/freebsd-12.1/contrib/file/src/
H A Dapprentice.c289 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type() function
2048 m->type = get_type(type_tbl, l + 1, &l); in parse()
2066 m->type = get_type(type_tbl, l, &l); in parse()
2084 m->type = get_type(special_tbl, l, &l); in parse()