Searched refs:type (Results 126 - 150 of 6116) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_pagelist.h46 unsigned short type; member in struct:pagelist_struct
/freebsd-11-stable/sys/arm/at91/
H A Dat91soc.h34 enum at91_soc_type soc_type; /* Family of mail type of SoC */
40 #define AT91_SOC(type, data) \
42 .soc_type = type, \
48 #define AT91_SOC_SUB(type, subtype, data) \
50 .soc_type = type, \
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat_internal.h33 int type; member in struct:procstat
/freebsd-11-stable/lib/msun/src/
H A Ds_llround.c4 #define type double macro
H A Ds_llroundf.c4 #define type float macro
H A Ds_llroundl.c4 #define type long double macro
H A Ds_lroundf.c4 #define type float macro
H A Ds_lroundl.c4 #define type long double macro
/freebsd-11-stable/sys/netgraph/
H A Dng_socketvar.h52 int type; /* NG_CONTROL or NG_DATA */ member in struct:ngpcb
/freebsd-11-stable/etc/pam.d/
H A Dconvert.pl48 my $type;
78 foreach $type (qw(auth account session password)) {
79 next unless exists($SERVICES{$service}->{$type});
81 print(FILE "# $type\n");
82 print(FILE join("\n", @{$SERVICES{$service}->{$type}}, ""));
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dinetcf.h8 extern void inet_set(char *name, int type); /* remember internet service */
/freebsd-11-stable/crypto/openssl/crypto/
H A Dcryptlib.h98 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
99 # define HEX_SIZE(type) (sizeof(type)*2)
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Do_names.c120 ret = a->type - b->type;
123 && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type)) {
125 a->type)->cmp_func(a->name, b->name);
139 && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type)) {
142 a->type)->hash_func(a->name);
146 ret ^= a->type;
150 const char *OBJ_NAME_get(const char *name, int type) argument
160 alias = type & OBJ_NAME_ALIAS;
161 type
180 OBJ_NAME_add(const char *name, int type, const char *data) argument
226 OBJ_NAME_remove(const char *name, int type) argument
256 int type; member in struct:doall
269 OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), void *arg) argument
283 int type; member in struct:doall_sorted
306 OBJ_NAME_do_all_sorted(int type, void (*fn) (const OBJ_NAME *, void *arg), void *arg) argument
348 OBJ_NAME_cleanup(int type) argument
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dtoken.h63 } type; member in class:token
141 return type == TOKEN_NEWLINE;
146 return type == TOKEN_SPACE;
151 return type == TOKEN_STRETCHABLE_SPACE;
156 return type == TOKEN_UNSTRETCHABLE_SPACE;
161 return type == TOKEN_SPECIAL;
166 if (type == TOKEN_SPACE)
174 return type == TOKEN_SPACE || type == TOKEN_TAB;
179 return type
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c49 static struct type *ada_create_fundamental_type (struct objfile *, int);
53 static struct type *desc_base_type (struct type *);
55 static struct type *desc_bounds_type (struct type *);
59 static int fat_pntr_bounds_bitpos (struct type *);
61 static int fat_pntr_bounds_bitsize (struct type *);
63 static struct type *desc_data_type (struct type *);
67 static int fat_pntr_data_bitpos (struct type *);
296 value_from_contents_and_address(struct type *type, char *valaddr, CORE_ADDR address) argument
314 coerce_unspec_val_to_type(struct value *val, long offset, struct type *type) argument
746 desc_base_type(struct type *type) argument
759 is_thin_pntr(struct type *type) argument
768 thin_descriptor_type(struct type *type) argument
789 struct type *type = VALUE_TYPE (val); local
800 is_thick_pntr(struct type *type) argument
810 desc_bounds_type(struct type *type) argument
841 struct type *type = check_typedef (VALUE_TYPE (arr)); local
874 fat_pntr_bounds_bitpos(struct type *type) argument
882 fat_pntr_bounds_bitsize(struct type *type) argument
897 desc_data_type(struct type *type) argument
916 struct type *type = VALUE_TYPE (arr); local
930 fat_pntr_data_bitpos(struct type *type) argument
938 fat_pntr_data_bitsize(struct type *type) argument
962 desc_bound_bitpos(struct type *type, int i, int which) argument
971 desc_bound_bitsize(struct type *type, int i, int which) argument
984 desc_index_type(struct type *type, int i) argument
997 desc_arity(struct type *type) argument
1009 ada_is_simple_array(struct type *type) argument
1021 ada_is_array_descriptor(struct type *type) argument
1043 ada_is_bogus_array_descriptor(struct type *type) argument
1150 ada_coerce_to_simple_array_type(struct type *type) argument
1163 ada_is_packed_array_type(struct type *type) argument
1182 packed_array_type(struct type *type, long *elt_bits) argument
1219 decode_packed_array_type(struct type *type) argument
1272 struct type *type = decode_packed_array_type (VALUE_TYPE (arr)); local
1340 has_negatives(struct type *type) argument
1364 ada_value_primitive_packed_val(struct value *obj, char *valaddr, long offset, int bit_offset, int bit_size, struct type *type) argument
1585 struct type *type = VALUE_TYPE (toval); local
1662 ada_value_ptr_subscript(struct value *arr, struct type *type, int arity, struct value **ind) argument
1694 ada_array_arity(struct type *type) argument
1722 ada_array_element_type(struct type *type, int nindices) argument
1765 ada_index_type(struct type *type, int n) argument
1796 struct type *type; local
1865 struct type *type; local
1890 struct type *type; local
2491 struct type *type = check_typedef (SYMBOL_TYPE (syms[k])); local
2807 numeric_type_p(struct type *type) argument
2830 integer_type_p(struct type *type) argument
2852 scalar_type_p(struct type *type) argument
2874 discrete_type_p(struct type *type) argument
2961 ada_renaming_type(struct type *type) argument
2992 struct type *type; local
3098 make_array_descriptor(struct type *type, struct value *arr, CORE_ADDR *sp) argument
3583 is_nondebugging_type(struct type *type) argument
5133 ada_is_ignored_field(struct type *type, int field_num) argument
5148 ada_is_tagged_type(struct type *type) argument
5175 ada_parent_type(struct type *type) argument
5196 ada_is_parent_field(struct type *type, int field_num) argument
5210 ada_is_wrapper_field(struct type *type, int field_num) argument
5224 ada_is_variant_part(struct type *type, int field_num) argument
5241 struct type *type = ada_lookup_struct_elt_type (outer_type, name, 1, NULL); local
5253 ada_is_others_clause(struct type *type, int field_num) argument
5268 struct type *type; local
5359 ada_in_variant(LONGEST val, struct type *type, int field_num) argument
5409 struct type *type; local
5437 ada_search_struct_field(char *name, struct value *arg, int offset, struct type *type) argument
5545 ada_lookup_struct_elt_type(struct type *type, char *name, int noerr, int *dispp) argument
5753 field_offset(struct type *type, int f) argument
5767 field_alignment(struct type *type, int f) argument
5833 ada_type_name(struct type *type) argument
5847 ada_find_parallel_type(struct type *type, const char *suffix) argument
5875 dynamic_template_type(struct type *type) argument
5908 contains_variant_part(struct type *type) argument
5922 struct type *type = alloc_type (objfile); local
5946 template_to_fixed_record_type(struct type *type, char *valaddr, CORE_ADDR address, struct value *dval0) argument
6061 struct type *type; local
6111 to_record_with_fixed_variant_part(struct type *type, char *valaddr, CORE_ADDR address, struct value *dval) argument
6315 ada_to_fixed_type(struct type *type, char *valaddr, CORE_ADDR address, struct value *dval) argument
6341 struct type *type; local
6371 static_unwrap_type(struct type *type) argument
6405 ada_completed_type(struct type *type) argument
6430 struct type *type = ada_to_fixed_type (type0, valaddr, address, NULL); local
6445 struct type *type = local
6492 struct type *type = VALUE_TYPE (arg); local
6516 value_val_atr(struct type *type, struct value *arg) argument
6542 ada_is_character_type(struct type *type) argument
6557 ada_is_string_type(struct type *type) argument
6579 ada_is_aligner_type(struct type *type) argument
6616 ada_aligned_type(struct type *type) argument
6629 ada_aligned_value_addr(struct type *type, char *valaddr) argument
6706 struct type *type = check_typedef (VALUE_TYPE (val)); local
6734 cast_to_fixed(struct type *type, struct value *arg) argument
6765 coerce_for_assign(struct type *type, struct value *val) argument
6802 struct type *type; local
7575 fixed_type_info(struct type *type) argument
7597 ada_is_fixed_point_type(struct type *type) argument
7607 ada_delta(struct type *type) argument
7622 scaling_factor(struct type *type) argument
7643 ada_fixed_to_float(struct type *type, LONGEST x) argument
7652 ada_float_to_fixed(struct type *type, DOUBLEST x) argument
7663 ada_is_vax_floating_type(struct type *type) argument
7677 ada_vax_float_type_suffix(struct type *type) argument
7686 ada_vax_float_print_function(struct type *type) argument
7828 struct type *type; local
7889 ada_is_modular_type(struct type *type) argument
7902 ada_modulus(struct type * type) argument
8125 struct type *type = NULL; local
[all...]
/freebsd-11-stable/lib/libc/locale/
H A Dxlocale.c188 for (int type=0 ; type<XLC_LAST ; type++) {
189 if (loc->components[type]) {
190 xlocale_release(loc->components[type]);
221 static int dupcomponent(int type, locale_t base, locale_t new) argument
225 struct xlocale_component *src = base->components[type];
228 new->components[type] = constructors[type](src->locale, new);
229 if (new->components[type]) {
252 int type; local
306 int type; local
349 int type = ffs(mask) - 1; local
[all...]
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_get.c38 * acl_get_tag_type() returns the tag type for the ACL entry entry_d
58 acl_get_file(const char *path_p, acl_type_t type) argument
67 type = _acl_type_unold(type);
68 error = __acl_get_file(path_p, type, &aclp->ats_acl);
75 _acl_brand_from_type(aclp, type);
81 acl_get_link_np(const char *path_p, acl_type_t type) argument
90 type = _acl_type_unold(type);
91 error = __acl_get_link(path_p, type,
113 acl_get_fd_np(int fd, acl_type_t type) argument
[all...]
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu.c138 __utrap_write("lost FPU trap type\n");
190 /* Decode 5 bit register field depending on the type. */
209 __fpu_mov(struct fpemu *fe, int type, int rd, int rs2, u_int32_t nand, argument
213 if (type == FTYPE_INT || type == FTYPE_SNG)
222 if (type == FTYPE_EXT)
228 __fpu_ccmov(struct fpemu *fe, int type, int rd, int rs2, argument
233 __fpu_mov(fe, type, rd, rs2, 0, 0);
273 int opf, rs1, rs2, rd, type, mask, cx, cond __unused; local
279 * The type o
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h71 #define TAILQ_ENTRY(type) \
73 struct type *tqe_next; /* next element */ \
74 struct type **tqe_prev; /* address of previous next element */ \
80 #define TAILQ_HEAD(name, type) \
82 struct type *tqh_first; \
83 struct type **tqh_last; \
90 #define LIST_ENTRY(type) \
92 struct type *le_next; /* next element */ \
93 struct type **le_prev; /* address of previous next element */ \
99 #define LIST_HEAD(name, type) \
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Derr_inherit2.y5 typedef enum {tREAL, tINTEGER} type;
8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
28 %type <tval> type
42 type tval;
50 declaration: class type namelist($1, $2)
52 | type locnamelis
60 type : REAL { $$ = tREAL; } label
[all...]
H A Derr_inherit3.y5 typedef enum {tREAL, tINTEGER} type;
8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
26 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
28 %type <tval> type
42 type tval;
50 declaration($d): class type namelist($1, $2)
52 | type locnamelis
60 type : REAL { $$ = tREAL; } label
[all...]
H A Derr_inherit5.y5 typedef enum {tREAL, tINTEGER} type;
8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
28 %type <tval> type
42 type tval;
50 declaration: class type namelist($1, $2)
52 | type locnamelis
60 type : REAL { $$ = tREAL; } label
[all...]
H A Dinherit2.y5 typedef enum {tREAL, tINTEGER} type;
8 struct symbol { class c; type t; name id; };
14 extern symbol *mksymbol(type t, class c, name id);
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
28 %type <tval> type
42 type tval;
50 declaration: class type namelist($1, $2)
52 | type locnamelis
60 type : REAL { $$ = tREAL; } label
[all...]
H A Derr_inherit4.y6 typedef enum {tREAL, tINTEGER} type;
9 struct symbol { class c; type t; name id; };
15 extern symbol *mksymbol(type t, class c, name id);
27 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
29 %type <cval> class
30 %type <tval> type
44 type tval;
52 declaration: class type namelist($1, $2)
54 | type locnamelis
62 type : REAL { $$ = tREAL; } label
[all...]
/freebsd-11-stable/contrib/tzcode/zic/
H A Dprivate.h120 Please use a compiler that supports a 64-bit integer type (or wider);
174 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
178 #define TYPE_SIGNED(type) (((type) -1) < 0)
187 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
193 ** Subtract one for the sign bit if the type is signed;
195 ** add one more for a minus sign if the type is signed.
197 #define INT_STRLEN_MAXIMUM(type) \
[all...]

Completed in 172 milliseconds

1234567891011>>