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

  /src/sys/dev/ic/
isp_target.c 1176 uint8_t tmpb; local in function:isp_acknak_abts
1205 tmpb = rsp->abts_rsp_did_hi;
1209 rsp->abts_rsp_sid_hi = tmpb;
  /src/sbin/nvmectl/
bignum.c 371 mp_digit *tmpa, *tmpb; local in function:compare_magnitude
386 tmpb = b->dp + (a->used - 1);
389 for (n = 0; n < a->used; ++n, --tmpa, --tmpb) {
390 if (*tmpa > *tmpb) {
394 if (*tmpa < *tmpb) {
565 mp_digit carry, *tmpa, *tmpb, *tmpc; local in function:basic_add
574 tmpb = b->dp;
583 *tmpc = *tmpa++ + *tmpb++ + carry;
641 mp_digit carry, *tmpa, *tmpb, *tmpc; local in function:basic_subtract
646 tmpb = b->dp
1224 mp_digit r, rr, *tmpa, *tmpb; local in function:half
1697 mp_digit r, rr, *tmpa, *tmpb; local in function:doubled
2140 mp_digit *tmpa, *tmpb, *tmpx, *tmpy; local in function:karatsuba_multiply
3117 mp_digit *tmpb; local in function:fast_basic_square
    [all...]

Completed in 13 milliseconds