Lines Matching refs:jx
2715 int ix, jx, pos = 1;
2726 for(jx = sizeof(mp_digit) - 1; jx >= 0; jx--) {
2727 str[pos++] = (char)(d >> (jx * CHAR_BIT));
4945 int jx;
4948 for(jx = sizeof(mp_digit) - 1; jx >= 0; jx--) {
4949 unsigned char x = (unsigned char)(d >> (jx * CHAR_BIT));
4977 int jx;
4980 for(jx = sizeof(mp_digit) - 1; jx >= 0; jx--) {
4981 unsigned char x = (unsigned char)(d >> (jx * CHAR_BIT));
5022 int jx;
5025 for(jx = sizeof(mp_digit) - 1; jx >= 0; jx--) {
5026 unsigned char x = (unsigned char)(d >> (jx * CHAR_BIT));