Searched defs:shiftb (Results 1 – 2 of 2) sorted by relevance
170 #define shiftb R14 /* used to extract bytes */ macro270 shiftb = and(shift, #8); define303 shiftb = and(shift, #16); define447 shiftb = and(shift2, #32); define478 shiftb = and(shift2, #16); define
1279 unsigned int shiftb = ctx->key_sz << 2; in hpre_ecdh_fill_curve() local