Home
last modified time | relevance | path

Searched refs:restr (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_flow.c50 isl_restriction *restr; in isl_restriction_alloc() local
56 restr = isl_calloc_type(ctx, struct isl_restriction); in isl_restriction_alloc()
57 if (!restr) in isl_restriction_alloc()
60 restr->type = type; in isl_restriction_alloc()
63 return restr; in isl_restriction_alloc()
91 isl_restriction *restr; in isl_restriction_input() local
97 restr = isl_calloc_type(ctx, struct isl_restriction); in isl_restriction_input()
98 if (!restr) in isl_restriction_input()
101 restr->type = isl_restriction_type_input; in isl_restriction_input()
102 restr->source = source_restr; in isl_restriction_input()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-gen-builtins.cc359 restriction restr; member
409 restriction restr[MAXRESTROPNDS]; member
899 restriction restr) in match_bracketed_pair() argument
926 typedata->restr = restr; in match_bracketed_pair()
974 typedata->restr = RES_BITS; in match_const_restriction()
992 typedata->restr = RES_RANGE; in match_const_restriction()
1298 restriction *restr = protoptr->restr; in parse_args() local
1324 if (argtype->restr) in parse_args()
1332 restr[restr_cnt] = argtype->restr; in parse_args()
1358 argtype->restr, argtype->val1, argtype->val2, pos + 1); in parse_args()
[all …]
H A Drs6000-builtin.cc3589 switch (bifaddr->restr[i]) in rs6000_expand_builtin()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket.c223 socket_set_portrange (rk_socket_t sock, int restr, int af) in socket_set_portrange() argument
227 int on = restr ? IP_PORTRANGE_HIGH : IP_PORTRANGE_DEFAULT; in socket_set_portrange()
233 int on = restr ? IPV6_PORTRANGE_HIGH : IPV6_PORTRANGE_DEFAULT; in socket_set_portrange()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dflow.h27 __isl_take isl_restriction *restr);
37 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr);
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dlayout.std287 offsetof(restr) = 8
303 offsetof(restr) = 8
H A Dntpdc_ops.c2019 (u_long)ntohl(m1->restr), in monlist()
2045 (u_long)ntohl(ml->restr), in monlist()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_request.h691 u_int32 restr; /* restrict bits (was named lastdrop) */ member
712 u_int32 restr; /* restrict bits (was named lastdrop) */ member
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod645 __isl_keep isl_restriction *restr);
11262 __isl_take isl_restriction *restr);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202119888 (typeinfo): Add restr field.