Home | History | Annotate | Download | only in binary

Lines Matching refs:jj

173          * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
176 for (int ii = 0, jj = ascii.length - 1; ii < l_raw.length; ii++, jj -= 8) {
178 if (ascii[jj - bits] == '1') {
200 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
203 for (int ii = 0, jj = ascii.length - 1; ii < l_raw.length; ii++, jj -= 8) {
205 if (ascii[jj - bits] == '1') {
229 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
232 for (int ii = 0, jj = l_ascii.length - 1; ii < raw.length; ii++, jj -= 8) {
235 l_ascii[jj - bits] = '0';
237 l_ascii[jj - bits] = '1';
259 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
262 for (int ii = 0, jj = l_ascii.length - 1; ii < raw.length; ii++, jj -= 8) {
265 l_ascii[jj - bits] = '0';
267 l_ascii[jj - bits] = '1';