Searched refs:digit3 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c954 unsigned char sign3, digit3; local
980 booth_recode_w7(&sign3, &digit3, wvalue);
983 digit0, digit1, digit2, digit3);
1014 booth_recode_w7(&sign3, &digit3, wvalue);
1017 digit0, digit1, digit2, digit3);
1050 booth_recode_w7(&sign3, &digit3, wvalue);
1054 digit0, digit1, digit2, digit3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c954 unsigned char sign3, digit3; local
980 booth_recode_w7(&sign3, &digit3, wvalue);
983 digit0, digit1, digit2, digit3);
1014 booth_recode_w7(&sign3, &digit3, wvalue);
1017 digit0, digit1, digit2, digit3);
1050 booth_recode_w7(&sign3, &digit3, wvalue);
1054 digit0, digit1, digit2, digit3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp1283 int digit3 = (int)((dec - (digit1*4096) - (digit2*256))/16); local
1284 int digit4 = dec - (digit1*4096 + digit2*256 + digit3*16);
1288 buf[2] = hexArray[digit3];

Completed in 70 milliseconds