| /netbsd-src/include/ |
| H A D | tgmath.h | 62 #define __TG_GFN1(fn, a, ftype, ltype) \ argument 65 __TG_CHOOSE(__TG_IS_##ltype##_P(a), \ 69 #define __TG_GFN1x(fn, a, b, ftype, ltype) \ argument 72 __TG_CHOOSE(__TG_IS_##ltype##_P(a), \ 76 #define __TG_GFN2(fn, a, b, ftype, ltype) \ argument 80 __TG_CHOOSE(__TG_IS_##ltype##_P(a) \ 81 || __TG_IS_##ltype##_P(b), \ 85 #define __TG_GFN2x(fn, a, b, c, ftype, ltype) \ argument 89 __TG_CHOOSE(__TG_IS_##ltype##_P(a) \ 90 || __TG_IS_##ltype##_P(b), \ [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | expr.c | 414 int opcode, ltype, rtype, ptype, mtype; local 422 ltype = lp->vtype; 450 if( (ptype = cktype(opcode, ltype, rtype)) == TYERROR) 465 if(ltype == rtype) 467 if( ! ISCONST(rp) && ISREAL(ltype) && ISREAL(rtype) ) 469 if( ISCOMPLEX(ltype) || ISCOMPLEX(rtype) ) 471 if( ONEOF(ltype, MSKADDR|MSKINT) && ONEOF(rtype, MSKADDR|MSKINT) 472 && typesize[ltype]>=typesize[rtype] ) 488 if(ptype==TYDREAL && ( (ltype==TYREAL && ! ISCONST(lp) ) || 493 if(ltype != ptype) [all …]
|
| H A D | putscj.c | 681 int ltype, rtype; in putcx1() local 683 ltype = rtype = 0; /* XXX gcc */ in putcx1() 725 ltype = lp->vtype; in putcx1() 752 } else if(ltype < TYCOMPLEX) { in putcx1() 765 if(ltype < TYCOMPLEX) { in putcx1() 766 if( ISINT(ltype) ) in putcx1()
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_types.c | 564 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) in ctf_type_cmp() argument 568 if (ltype < rtype) in ctf_type_cmp() 570 else if (ltype > rtype) in ctf_type_cmp() 578 if (CTF_TYPE_ISPARENT(ltype) && lfp->ctf_parent != NULL) in ctf_type_cmp() 600 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, in ctf_type_compat() argument 608 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0) in ctf_type_compat() 611 ltype = ctf_type_resolve(lfp, ltype); in ctf_type_compat() 612 lkind = ctf_type_kind(lfp, ltype); in ctf_type_compat() 618 (ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL || in ctf_type_compat() 627 return (ctf_type_encoding(lfp, ltype, &le) == 0 && in ctf_type_compat() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
| H A D | event.h | |
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| H A D | event.h | 30 #define ISC_EVENT_COMMON(ltype) \ argument 40 ISC_LINK(ltype) ev_link; \ 41 ISC_LINK(ltype) ev_ratelink
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
| H A D | order.c | 184 if ((q->ltype & TCHAR) && in nspecial() 194 if ((q->ltype & TUCHAR) && in nspecial() 200 } else if ((q->ltype & (TINT|TUNSIGNED)) && in nspecial() 206 } else if ((q->ltype & (TINT|TSHORT)) && in nspecial() 214 } else if (q->ltype == TCHAR && in nspecial()
|
| /netbsd-src/usr.bin/scmdctl/ |
| H A D | common.c | 425 common_get_lock_state(struct function_block *fb, int fd, bool debug, int ltype, uint8_t *lstate) in common_get_lock_state() argument 431 switch (ltype) { in common_get_lock_state() 459 common_set_lock_state(struct function_block *fb, int fd, bool debug, int ltype, uint8_t lstate) in common_set_lock_state() argument 465 switch (ltype) { in common_set_lock_state() 488 if (ltype == SCMD_LOCAL_USER_LOCK || in common_set_lock_state() 489 ltype == SCMD_GLOBAL_USER_LOCK) in common_set_lock_state()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
| H A D | order.c | 181 if ((q->ltype & (TINT|TUNSIGNED|TSHORT|TUSHORT)) && in nspecial() 186 } else if ((q->ltype & TINT) && in nspecial() 192 } else if (q->ltype == TSHORT && in nspecial() 198 } else if (q->ltype == TCHAR && in nspecial()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
| H A D | procset.d | 45 void setprocset(ref procset_t psp, idop_t op, idtype_t ltype, id_t lid, idtype_t rtype, id_t rid) in setprocset() argument 48 psp.p_lidtype = ltype; in setprocset()
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-types.c | 1245 ctf_type_cmp (ctf_dict_t *lfp, ctf_id_t ltype, ctf_dict_t *rfp, in ctf_type_cmp() argument 1250 if (ltype < rtype) in ctf_type_cmp() 1252 else if (ltype > rtype) in ctf_type_cmp() 1260 if (LCTF_TYPE_ISPARENT (lfp, ltype) && lfp->ctf_parent != NULL) in ctf_type_cmp() 1282 ctf_type_compat (ctf_dict_t *lfp, ctf_id_t ltype, in ctf_type_compat() argument 1291 if (ctf_type_cmp (lfp, ltype, rfp, rtype) == 0) in ctf_type_compat() 1294 ltype = ctf_type_resolve (lfp, ltype); in ctf_type_compat() 1295 lkind = ctf_type_kind (lfp, ltype); in ctf_type_compat() 1300 ltp = ctf_lookup_by_id (&lfp, ltype); in ctf_type_compat() 1320 return (ctf_type_encoding (lfp, ltype, &le) == 0 in ctf_type_compat() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-types.c | 1236 ctf_type_cmp (ctf_dict_t *lfp, ctf_id_t ltype, ctf_dict_t *rfp, in ctf_type_cmp() argument 1241 if (ltype < rtype) in ctf_type_cmp() 1243 else if (ltype > rtype) in ctf_type_cmp() 1251 if (LCTF_TYPE_ISPARENT (lfp, ltype) && lfp->ctf_parent != NULL) in ctf_type_cmp() 1273 ctf_type_compat (ctf_dict_t *lfp, ctf_id_t ltype, in ctf_type_compat() argument 1282 if (ctf_type_cmp (lfp, ltype, rfp, rtype) == 0) in ctf_type_compat() 1285 ltype = ctf_type_resolve (lfp, ltype); in ctf_type_compat() 1286 lkind = ctf_type_kind (lfp, ltype); in ctf_type_compat() 1291 ltp = ctf_lookup_by_id (&lfp, ltype); in ctf_type_compat() 1311 return (ctf_type_encoding (lfp, ltype, &le) == 0 in ctf_type_compat() [all …]
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
| H A D | procset.h | 147 #define setprocset(psp, op, ltype, lid, rtype, rid) \ argument 149 (psp)->p_lidtype = (ltype); \
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | ulfs_quota.h | 80 #define DQ_WARN(ltype) (0x10 << ltype) /* has been warned about "type" limit */ argument
|
| /netbsd-src/sys/ufs/ufs/ |
| H A D | ufs_quota.h | 79 #define DQ_WARN(ltype) (0x10 << ltype) /* has been warned about "type" limit */ argument
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| H A D | order.c | 186 if (q->visit == INAREG && q->ltype == TUNSIGNED) { in nspecial() 201 if (q->visit == INAREG && q->ltype == TUNSIGNED) { in nspecial()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/dns/ |
| H A D | dns.h | 274 #define dns_lookup_v(name, rflags, list, fqdn, why, lflags, ltype) \ argument 276 (lflags), (ltype))
|
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | match.c | 553 if (ttype(l->n_type, q->ltype) == 0 || in findops() 667 if (ttype(l->n_type, q->ltype) == 0 || in relops() 757 if (ttype(l->n_type, q->ltype) == 0 || in findasg() 942 ttype(p->n_type, q->ltype) == 0) in findleaf() 1002 if (ttype(l->n_type, q->ltype) == 0) in finduni() 1113 if (ttype(l->n_type, q->ltype) == 0 || in findmops()
|
| H A D | mkext.c | 150 if ((q->ltype & TLONGLONG) && in main() 153 if ((q->ltype & TULONGLONG) && in main()
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | dhcp-common.c | 320 uint8_t ltype; in decode_rfc1035() local 334 ltype = l & 0xc0; in decode_rfc1035() 335 if (ltype == 0x80 || ltype == 0x40) { in decode_rfc1035() 342 else if (ltype == 0xc0) { /* pointer */ in decode_rfc1035()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| H A D | order.c | 278 (q->ltype & (TDOUBLE|TLDOUBLE|TLONGLONG|TULONGLONG))) { in nspecial() 286 } else if (q->lshape == SAREG && q->ltype & TFLOAT) { in nspecial()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| H A D | order.c | 246 if ((q->ltype & TINT) && in nspecial() 265 if (q->ltype & TUCHAR) { in nspecial()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_parser.c | 339 ctf_id_t ltype = lp->dn_type; in dt_type_promote() local 344 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); in dt_type_promote() 359 ltype = lbase = DT_INT_TYPE(dtp); in dt_type_promote() 398 *otype = ltype; in dt_type_promote() 3910 ctf_id_t ltype, rtype; in dt_cook_op2() local 3916 ltype = ctf_type_resolve(lp->dn_ctfp, lp->dn_type); in dt_cook_op2() 3917 lkind = ctf_type_kind(lp->dn_ctfp, ltype); in dt_cook_op2() 4235 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); in dt_cook_inline() local 4241 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) { in dt_cook_inline() 4242 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-vect-stmts.c | 7855 tree ltype = elem_type; in vectorizable_store() local 7864 ltype = build_vector_type (elem_type, group_size); in vectorizable_store() 7899 ltype = build_nonstandard_integer_type (lsize, 1); in vectorizable_store() 7900 lvectype = build_vector_type (ltype, nstores); in vectorizable_store() 7914 ltype = vectype; in vectorizable_store() 7917 ltype = build_aligned_type (ltype, TYPE_ALIGN (elem_type)); in vectorizable_store() 7945 tree size = TYPE_SIZE_UNIT (ltype); in vectorizable_store() 7998 tree size = TYPE_SIZE (ltype); in vectorizable_store() 8002 tree elem = fold_build3 (BIT_FIELD_REF, ltype, vec_oprnd, in vectorizable_store() 8011 newref = build2 (MEM_REF, ltype, in vectorizable_store() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-vect-stmts.cc | 7998 tree ltype = elem_type; in vectorizable_store() local 8007 ltype = build_vector_type (elem_type, group_size); in vectorizable_store() 8042 ltype = build_nonstandard_integer_type (lsize, 1); in vectorizable_store() 8043 lvectype = build_vector_type (ltype, nstores); in vectorizable_store() 8057 ltype = vectype; in vectorizable_store() 8060 ltype = build_aligned_type (ltype, TYPE_ALIGN (elem_type)); in vectorizable_store() 8086 tree size = TYPE_SIZE_UNIT (ltype); in vectorizable_store() 8119 tree size = TYPE_SIZE (ltype); in vectorizable_store() 8123 tree elem = fold_build3 (BIT_FIELD_REF, ltype, vec_oprnd, in vectorizable_store() 8132 newref = build2 (MEM_REF, ltype, in vectorizable_store() [all …]
|