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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
vector.h 114 #define DAL_VECTOR_INSERT_AT(vector_type, type_t) \
117 type_t what, \
123 #define DAL_VECTOR_APPEND(vector_type, type_t) \
126 type_t item) \
131 /* Note: "type_t" is the ONLY token accepted by "checkpatch.pl" and by
133 * For uniformity reasons "type_t" is used for all type-safe macro
135 #define DAL_VECTOR_AT_INDEX(vector_type, type_t) \
136 static type_t vector_type##_vector_at_index( \
143 #define DAL_VECTOR_SET_AT_INDEX(vector_type, type_t) \
146 type_t what,
    [all...]
  /src/usr.bin/xlint/lint1/
externs1.h 95 sym_t *mktempsym(type_t *);
148 void debug_type(const type_t *);
217 type_t *gettyp(tspec_t);
218 type_t *block_dup_type(const type_t *);
219 type_t *expr_dup_type(const type_t *);
220 type_t *expr_unqualified_type(const type_t *);
221 bool is_incomplete(const type_t *);
    [all...]
decl.c 54 static type_t typetab[NTSPEC];
108 type_t *
117 type_t *
118 block_dup_type(const type_t *tp)
120 type_t *ntp = block_zero_alloc(sizeof(*ntp), "type");
128 type_t *
129 expr_dup_type(const type_t *tp)
131 type_t *ntp = expr_zero_alloc(sizeof(*ntp), "type");
144 type_t *
145 expr_unqualified_type(const type_t *tp
    [all...]
init.c 92 const type_t *bl_type;
157 can_init_character_array(const type_t *ltp, const tnode_t *rn)
182 first_named_member(const type_t *tp)
193 type_t *tp = block_dup_type(sym->s_type);
246 check_init_expr(const type_t *ltp, sym_t *lsym, tnode_t *rn)
249 type_t *lutp = expr_unqualified_type(ltp);
280 static const type_t *
281 designator_type(const designator *dr, const type_t *tp)
390 designation_descend(designation *dn, const type_t *tp)
411 static const type_t *
    [all...]
tree.c 144 width_in_bits(const type_t *tp)
153 ui_max_value(const type_t *tp)
159 si_max_value(const type_t *tp)
165 si_min_value(const type_t *tp)
171 si_mult_sat(const type_t *tp, int64_t l, int64_t r)
187 si_plus_sat(const type_t *tp, int64_t a, int64_t b)
199 si_minus_sat(const type_t *tp, int64_t a, int64_t b)
211 ic_maybe_signed(const type_t *tp, integer_constraints ic)
217 ic_maybe_signed_binary(const type_t *tp,
224 ic_any(const type_t *tp
    [all...]
lint1.h 123 * be done in structures of type type_t, because these are copied if they must
248 type_t *s_type;
308 type_t *tn_type;
334 const type_t *expr_type;
374 type_t *d_type; /* after dcs_end_type, the pointer to the type
395 type_t *d_tag_type; /* during a member or enumerator declaration,
468 type_t *c_switch_type; /* type of switch expression */
emit1.c 90 outtype(const type_t *tp)
mem1.c 198 const type_t *tp = p;
debug.c 157 debug_type_details(const type_t *tp)
188 debug_type(const type_t *tp)
cgram.y 181 type_t *y_type;
567 type_t *void_ptr = block_derive_type(gettyp(VOID), PTR);
1551 type_t *tp = block_dup_type($$->s_type);
func.c 635 type_t *tp = xcalloc(1, sizeof(*tp));
  /src/usr.bin/xlint/common/
externs.h 38 const char *type_name(const type_t *);
tyname.c 163 type_name_of_function(buffer *buf, const type_t *tp)
178 const type_t **argtype;
198 type_name_of_struct_or_union(buffer *buf, const type_t *tp)
215 type_name_of_enum(buffer *buf, const type_t *tp)
232 type_name_of_array(buffer *buf, const type_t *tp)
249 type_name(const type_t *tp)
lint.h 60 * Type specifiers, used in type structures (type_t) and elsewhere.
156 typedef struct lint1_type type_t; typedef in typeref:struct:lint1_type
158 typedef struct lint2_type type_t; typedef in typeref:struct:lint2_type
  /src/usr.bin/xlint/lint2/
externs2.h 64 extern type_t **tlst;
chk.c 60 const type_t *, const type_t *);
65 int, const char *, const type_t **);
67 int, const char *, const type_t **);
72 static bool types_compatible(const type_t *, const type_t *,
74 static bool prototypes_compatible(const type_t *, const type_t *, bool *);
75 static bool matches_no_arg_function(const type_t *, bool *);
242 type_t *tp1, *tp2
    [all...]
emit2.c 46 outtype(const type_t *tp)
88 for (const type_t **ap = tp->t_args; *ap != NULL; ap++)
93 for (const type_t **ap = tp->t_args; *ap != NULL; ap++)
lint2.h 184 static inline type_t *
read.c 85 type_t **tlst; /* array for indexed access */
105 static unsigned short storetyp(type_t *, const char *, size_t, int);
650 type_t *tp;
944 storetyp(type_t *tp, const char *cp, size_t len, int h)
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
f7-wraps.h 157 ;; type_t __fixdfsi (double) ; fixdfsi
167 ;; type_t __fixdfdi (double) ; fixdfdi
177 ;; type_t __fixunsdfdi (double) ; fixunsdfdi
187 ;; type_t __fixunsdfsi (double) ; fixunsdfsi
197 ;; type_t __truncdfsf2 (double) ; truncdfsf2
210 ;; double __floatunsidf (type_t) ; floatunsidf
220 ;; double __floatsidf (type_t) ; floatsidf
230 ;; double __extendsfdf2 (type_t) ; extendsfdf2
616 ;; type_t __lrint (double)
628 ;; type_t __lround (double
    [all...]
f7wraps.sh 61 ;; type_t __${n} (double) ; $n
83 ;; double __${n} (type_t) ; $n
176 ;; type_t __${n} (double)
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
f7-wraps.h 157 ;; type_t __fixdfsi (double) ; fixdfsi
167 ;; type_t __fixdfdi (double) ; fixdfdi
177 ;; type_t __fixunsdfdi (double) ; fixunsdfdi
187 ;; type_t __fixunsdfsi (double) ; fixunsdfsi
197 ;; type_t __truncdfsf2 (double) ; truncdfsf2
210 ;; double __floatunsidf (type_t) ; floatunsidf
220 ;; double __floatsidf (type_t) ; floatsidf
230 ;; double __extendsfdf2 (type_t) ; extendsfdf2
616 ;; type_t __lrint (double)
628 ;; type_t __lround (double
    [all...]
f7wraps.sh 61 ;; type_t __${n} (double) ; $n
83 ;; double __${n} (type_t) ; $n
176 ;; type_t __${n} (double)
  /src/sys/compat/ultrix/
ultrix_ioctl.c 657 #define IN_TYPE(a, type_t) { \
658 type_t localbuf; \
660 &localbuf, sizeof(type_t))) != 0) \
665 #define INOUT_TYPE(a, type_t) { \
666 type_t localbuf; \
668 sizeof(type_t))) != 0) \
672 return copyout(&localbuf, SCARG(&ap, data), sizeof(type_t)); \
  /src/external/bsd/top/dist/machine/
m_svr5.c 1126 uint32 md, metid_t id, units_t units, type_t mettype,
1275 type_t mettype, /* expected type of metric */
1286 type_t *mettype_p; /* type field of the metric */

Completed in 75 milliseconds