HomeSort by: relevance | last modified time | path
    Searched defs:pw1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_pw_union_opt.c 234 PW *pw1 = data1->pw; local
239 if (!pw1 || !pw2)
242 res = FN(PW,alloc_size)(isl_space_copy(pw1->dim), pw1->n + pw2->n);
245 while (i < pw1->n || j < pw2->n) {
250 if (i < pw1->n && j < pw2->n)
251 cmp = FN(EL,plain_cmp)(pw1->p[i].FIELD,
254 cmp = i < pw1->n ? -1 : 1;
258 el = FN(EL,copy)(pw1->p[i].FIELD);
267 el = FN(EL,copy)(pw1->p[i].FIELD)
    [all...]
  /src/external/bsd/libbind/dist/irs/
irpmarshall.c 2249 struct passwd pw1; local
2252 pw = &pw1;

Completed in 16 milliseconds