Searched refs:owlen (Results 1 – 1 of 1) sorted by relevance
43 u8 owlen, iwlen; in nn_lshift_fixedlen() local47 owlen = out->wlen; in nn_lshift_fixedlen()54 for (opos = owlen - 1; opos >= 0; opos--) { in nn_lshift_fixedlen()98 u8 owlen, iwlen; in nn_lshift() local110 owlen = (u8)LOCAL_MIN(BIT_LEN_WORDS(cnt + blen), in nn_lshift()112 out->wlen = owlen; in nn_lshift()118 for (opos = owlen - 1; opos >= 0; opos--) { in nn_lshift()161 u8 owlen, iwlen; in nn_rshift_fixedlen() local165 owlen = out->wlen; in nn_rshift_fixedlen()172 for (opos = 0; opos < owlen; opos++) { in nn_rshift_fixedlen()[all …]