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

  /src/external/mit/isl/dist/
isl_flow.c 50 isl_restriction *restr; local
56 restr = isl_calloc_type(ctx, struct isl_restriction);
57 if (!restr)
60 restr->type = type;
63 return restr;
91 isl_restriction *restr; local
97 restr = isl_calloc_type(ctx, struct isl_restriction);
98 if (!restr)
101 restr->type = isl_restriction_type_input;
102 restr->source = source_restr
119 isl_restriction *restr; local
585 isl_restriction *restr; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
socket.c 223 socket_set_portrange (rk_socket_t sock, int restr, int af)
227 int on = restr ? IP_PORTRANGE_HIGH : IP_PORTRANGE_DEFAULT;
233 int on = restr ? IPV6_PORTRANGE_HIGH : IPV6_PORTRANGE_DEFAULT;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 359 restriction restr; member in struct:typeinfo
409 restriction restr[MAXRESTROPNDS]; member in struct:prototype
899 restriction restr)
926 typedata->restr = restr;
974 typedata->restr = RES_BITS;
992 typedata->restr = RES_RANGE;
1298 restriction *restr = protoptr->restr; local
1324 if (argtype->restr)
    [all...]
rs6000-builtin.cc 3551 for (size_t i = 0; i < ARRAY_SIZE (bifaddr->restr); i++)
3553 switch (bifaddr->restr[i])
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 359 restriction restr; member in struct:typeinfo
409 restriction restr[MAXRESTROPNDS]; member in struct:prototype
899 restriction restr)
926 typedata->restr = restr;
974 typedata->restr = RES_BITS;
992 typedata->restr = RES_RANGE;
1298 restriction *restr = protoptr->restr; local
1324 if (argtype->restr)
    [all...]
rs6000-builtin.cc 3587 for (size_t i = 0; i < ARRAY_SIZE (bifaddr->restr); i++)
3589 switch (bifaddr->restr[i])
  /src/external/mit/isl/dist/include/isl/
flow.h 27 __isl_take isl_restriction *restr);
37 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr);
  /src/external/historical/nawk/dist/
awk.h 271 uschar *restr; member in struct:fa
b.c 200 && strcmp((const char *) fatab[i]->restr, s) == 0) {
251 f->restr = (uschar *) tostring(s);
1582 xfree(f->restr);
run.c 1695 if (arg3type == REGEXPR && strlen((char*)((fa*)a[2])->restr) == 0) {
  /src/external/bsd/ntp/dist/include/
ntp_request.h 691 u_int32 restr; /* restrict bits (was named lastdrop) */ member in struct:info_monitor_1
712 u_int32 restr; /* restrict bits (was named lastdrop) */ member in struct:info_monitor
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 2019 (u_long)ntohl(m1->restr),
2045 (u_long)ntohl(ml->restr),

Completed in 56 milliseconds