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

  /src/external/lgpl3/gmp/dist/tests/mpn/
t-minvert.c 90 int rres, tres; local
120 rres = mpz_invert (r, a, m);
121 if ( (test & 4) && !rres)
128 ASSERT_ALWAYS (! (test & 4) || rres);
141 if (rres != tres || (rres == 1 && !mpz_eq_mpn (tp, n, r)) || ran != scratch[itch])
147 "got ret: %d\n", rres, tres);
148 if (rres)
  /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/
dummylib.c 1045 librpz_rr_t *rres = NULL; local
1072 rres = (librpz_rr_t *)rdbuf;
1074 rres->type = htons(6);
1075 rres->class = htons(1);
1076 rres->ttl = htonl(60);
1090 if (!pack_soa_record(rres->rdata, 1024 - sizeof(*rres), &rdlen,
1098 rres->rdlength = htons(rdlen);
1117 *rrp = rres;

Completed in 25 milliseconds