Searched refs:type (Results 51 - 75 of 6116) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dref_wrap_iterate.h38 typename result_of<_M_func_type(_GLIBCXX_TEMPLATE_ARGS)>::type
41 typename result_of<_M_func_type()>::type
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinfcall.h26 struct type;
29 struct type **retval_type);
H A Djv-typeprint.c35 static void java_type_print_base (struct type * type,
40 java_type_print_derivation_info (struct ui_file *stream, struct type *type) argument
47 n_bases = TYPE_N_BASECLASSES (type);
53 kind = BASETYPE_VIA_VIRTUAL (type, i) ? 'I' : 'E';
60 name = type_name_no_tag (TYPE_BASECLASS (type, i));
69 /* Print the name of the type (or the ultimate pointer target,
73 SHOW positive means print details about the type (e.g. enum values),
75 SHOW negative means just print the type nam
86 java_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
325 java_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Derr_syntax20.y6 %type <check> expr
7 %type <rechk> recur
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dtoken.h33 token_type type; member in class:token_info
54 return type == TOKEN_UPPER;
59 return type == TOKEN_LOWER;
64 return type == TOKEN_ACCENT;
69 return type == TOKEN_OTHER;
74 return type == TOKEN_PUNCT;
79 return type == TOKEN_HYPHEN;
84 return type == TOKEN_RANGE_SEP;
/freebsd-11-stable/sys/cddl/dev/dtrace/
H A Ddtrace_modevent.c27 dtrace_modevent(module_t mod __unused, int type, void *data __unused) argument
31 switch (type) {
/freebsd-11-stable/sys/arm/include/
H A Dstdarg.h50 #define va_arg(ap, type) \
51 __builtin_va_arg((ap), type)
63 #define __va_size(type) \
64 (((sizeof(type) + sizeof(int) - 1) / sizeof(int)) * sizeof(int))
74 #define va_arg(ap, type) \
75 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_mem.h61 void bktr_store_address(int unit, int type, vm_offset_t addr);
62 vm_offset_t bktr_retrieve_address(int unit, int type);
/freebsd-11-stable/sys/amd64/include/
H A Dvarargs.h64 #define va_arg(ap, type) __builtin_va_arg((ap), type)
71 #define __va_size(type) \
72 (((sizeof(type) + sizeof(int) - 1) / sizeof(int)) * sizeof(int))
82 #define va_arg(ap, type) \
83 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-11-stable/sys/riscv/include/
H A Dstdarg.h50 #define va_arg(ap, type) \
51 __builtin_va_arg((ap), type)
63 #define __va_size(type) \
64 (((sizeof(type) + sizeof(long) - 1) / sizeof(long)) * sizeof(long))
69 #define va_arg(ap, type) \
70 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-11-stable/tools/tools/sysdoc/
H A Dsysctl.sh33 read type value _junk; \
35 if [ X"${type}" = X"" ]; then \
37 echo "ERROR: Missing type for ${name}" >&2 ; \
45 if [ X"${type}" != X"" ]; then \
46 echo ".Pq Vt ${type}" ; \
50 sed -e "s/@type@/${type}/g" ; \
/freebsd-11-stable/sys/i386/include/
H A Dvarargs.h60 #define va_arg(ap, type) __builtin_va_arg((ap), type)
67 #define __va_size(type) \
68 (((sizeof(type) + sizeof(int) - 1) / sizeof(int)) * sizeof(int))
82 #define va_arg(ap, type) \
83 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_anon_struct.c3 typedef int type; typedef
15 type z;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp61 typedef Cmp_Fn type; typedef in struct:pb_ds::detail::entry_cmp
77 struct type : public Cmp_Fn struct in struct:pb_ds::detail::entry_cmp
81 type() function in struct:pb_ds::detail::entry_cmp::type
85 type(const Cmp_Fn& other) : Cmp_Fn(other) function in struct:pb_ds::detail::entry_cmp::type
H A Dentry_pred.hpp61 typedef Pred type; typedef in struct:pb_ds::detail::entry_pred
77 struct type : public Pred struct in struct:pb_ds::detail::entry_pred
81 type() function in struct:pb_ds::detail::entry_pred::type
85 type(const Pred& other) : Pred(other) function in struct:pb_ds::detail::entry_pred::type
/freebsd-11-stable/lib/msun/src/
H A Ds_llrint.c4 #define type double macro
H A Ds_llrintf.c4 #define type float macro
H A Ds_llrintl.c4 #define type long double macro
H A Ds_lrintf.c4 #define type float macro
H A Ds_lrintl.c4 #define type long double macro
H A Ds_nearbyint.c44 #define DECL(type, fn, rint) \
45 type \
46 fn(type x) \
48 volatile type ret; \
/freebsd-11-stable/contrib/ntp/sntp/
H A Dkod_management.h9 char type[5]; member in struct:kod_entry
13 void add_entry(const char *hostname, const char *type);
14 void delete_entry(const char *hostname, const char *type);
/freebsd-11-stable/contrib/xz/src/liblzma/check/
H A Dcheck.c17 lzma_check_is_supported(lzma_check type)
19 if ((unsigned int)(type) > LZMA_CHECK_ID_MAX)
59 return available_checks[(unsigned int)(type)];
64 lzma_check_size(lzma_check type)
66 if ((unsigned int)(type) > LZMA_CHECK_ID_MAX)
79 return check_sizes[(unsigned int)(type)];
84 lzma_check_init(lzma_check_state *check, lzma_check type) argument
86 switch (type) {
117 lzma_check_update(lzma_check_state *check, lzma_check type, argument
120 switch (type) {
148 lzma_check_finish(lzma_check_state *check, lzma_check type) argument
[all...]
/freebsd-11-stable/contrib/libucl/klib/
H A Dkvec.h55 #define kvec_t(type) struct { size_t n, m; type *a; }
63 #define kv_resize(type, v, s) ((v).m = (s), (v).a = (type*)realloc((v).a, sizeof(type) * (v).m))
65 #define kv_grow(type, v) ((v).m = ((v).m > 1 ? (v).m * kv_grow_factor : 2), \
66 (v).a = (type*)realloc((v).a, sizeof(type) * (v).m))
68 #define kv_copy(type, v1, v0) do { \
69 if ((v1).m < (v0).n) kv_resize(type, v
[all...]
/freebsd-11-stable/contrib/apr-util/dbm/
H A Dapr_dbm.c79 const char *type,
85 if (!strcasecmp(type, "default")) *vtable = &DBM_VTABLE;
87 else if (!strcasecmp(type, "db")) *vtable = &apr_dbm_type_db;
89 else if (*type && !strcasecmp(type + 1, "dbm")) {
91 if (*type == 'G' || *type == 'g') *vtable = &apr_dbm_type_gdbm;
94 if (*type == 'N' || *type == 'n') *vtable = &apr_dbm_type_ndbm;
97 if (*type
78 dbm_open_type(apr_dbm_type_t const* * vtable, const char *type, apr_pool_t *pool) argument
[all...]

Completed in 142 milliseconds

1234567891011>>