Home
last modified time | relevance | path

Searched refs:jj (Results 1 - 25 of 39) sorted by relevance

12

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/mount-origin/
H A Dlws-fts.js49 var jj, n, m, s = "", lic = 0;
57 jj = JSON.parse(xhr.responseText);
59 if (jj.fp) {
60 lic = jj.fp.length;
63 s += "<div class='filepath'>" + jj.fp[n].path + "</div>";
66 for (m = 0; m < jj.fp[n].hits.length; m++)
67 s += "<tr><td class='r'>" + jj.fp[n].hits[m].l +
68 "</td><td>" + jj.fp[n].hits[m].s +
127 var jj, n, s = "", lic = 0;
132 jj
[all...]
/third_party/toybox/toys/other/
H A Dbzcat.c164 int hh, ii, jj, kk, symCount, *base, *limit; in read_block_header() local
169 jj = get_bits(bd, 24); in read_block_header()
173 if (ii==0x177245 && jj==0x385090) return RETVAL_LAST_BLOCK; in read_block_header()
176 if (ii!=0x314159 || jj!=0x265359) return RETVAL_NOT_BZIP_DATA; in read_block_header()
192 for (jj=0; jj<16; jj++) in read_block_header()
193 if (kk & (1 << (15 - jj))) in read_block_header()
194 bd->symToByte[bd->symTotal++] = (16 * ii) + jj; in read_block_header()
214 for(jj in read_block_header()
322 int ii, jj, kk, runPos, dbufCount, symCount, selector, nextSym, read_huffman_data() local
454 int ii, jj; burrows_wheeler_prep() local
[all...]
H A Dpwgen.c39 int length = 8, count, ii, jj, c, rand = 0, x = 0; in pwgen_main() local
51 for (jj = 0; jj<count; jj++) { in pwgen_main()
/third_party/node/deps/openssl/openssl/crypto/rc5/
H A Drc5_skey.c23 int i, j, m, c, t, ii, jj; in RC5_32_set_key() local
57 ii = jj = 0; in RC5_32_set_key()
63 k = (L[jj] + A + B) & RC5_32_MASK; in RC5_32_set_key()
64 B = L[jj] = ROTATE_l32(k, m); in RC5_32_set_key()
67 if (++jj >= c) in RC5_32_set_key()
68 jj = 0; in RC5_32_set_key()
/third_party/openssl/crypto/rc5/
H A Drc5_skey.c23 int i, j, m, c, t, ii, jj; in RC5_32_set_key() local
57 ii = jj = 0; in RC5_32_set_key()
63 k = (L[jj] + A + B) & RC5_32_MASK; in RC5_32_set_key()
64 B = L[jj] = ROTATE_l32(k, m); in RC5_32_set_key()
67 if (++jj >= c) in RC5_32_set_key()
68 jj = 0; in RC5_32_set_key()
/third_party/ffmpeg/libavcodec/
H A Dnotchlc.c379 for (int jj = 0; jj < 4; jj++) { in decode_blocks()
380 u[i + ii][j + jj] = u0 + ((udif * (int)(loc & 3) + 2) / 3); in decode_blocks()
381 v[i + ii][j + jj] = v0 + ((vdif * (int)(loc & 3) + 2) / 3); in decode_blocks()
405 for (int jj = 0; jj < 8; jj += 2) { in decode_blocks()
408 u[i + ii + iii][j + jj + jjj] = u0 + ((udif * (int)(loc & 3) + 2) / 3); in decode_blocks()
409 v[i + ii + iii][j + jj in decode_blocks()
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dbio_b64.c261 int z, jj; in b64_read() local
263 jj = i & ~3; /* process per 4 */ in b64_read()
265 (unsigned char *)ctx->tmp, jj); in b64_read()
266 if (jj > 2) { in b64_read()
267 if (ctx->tmp[jj - 1] == '=') { in b64_read()
269 if (ctx->tmp[jj - 2] == '=') in b64_read()
274 * z is now number of output bytes and jj is the number consumed in b64_read()
276 if (jj != i) { in b64_read()
277 memmove(ctx->tmp, &ctx->tmp[jj], i - jj); in b64_read()
[all...]
/third_party/openssl/crypto/evp/
H A Dbio_b64.c261 int z, jj; in b64_read() local
263 jj = i & ~3; /* process per 4 */ in b64_read()
265 (unsigned char *)ctx->tmp, jj); in b64_read()
266 if (jj > 2) { in b64_read()
267 if (ctx->tmp[jj - 1] == '=') { in b64_read()
269 if (ctx->tmp[jj - 2] == '=') in b64_read()
274 * z is now number of output bytes and jj is the number consumed in b64_read()
276 if (jj != i) { in b64_read()
277 memmove(ctx->tmp, &ctx->tmp[jj], i - jj); in b64_read()
[all...]
/third_party/selinux/libselinux/src/
H A Dlabel_backends_android.c53 unsigned int ii, jj; in nodups_specs() local
58 for (jj = ii + 1; jj < data->nspec; jj++) { in nodups_specs()
59 if (!strcmp(spec_arr[jj].property_key, in nodups_specs()
63 if (strcmp(spec_arr[jj].lr.ctx_raw, in nodups_specs()
69 spec_arr[jj].lr.ctx_raw, in nodups_specs()
H A Dlabel_file.c65 unsigned int ii, jj; in nodups_specs() local
70 for (jj = ii + 1; jj < data->nspec; jj++) { in nodups_specs()
71 if ((!strcmp(spec_arr[jj].regex_str, in nodups_specs()
73 && (!spec_arr[jj].mode || !curr_spec->mode in nodups_specs()
74 || spec_arr[jj].mode == curr_spec->mode)) { in nodups_specs()
77 if (strcmp(spec_arr[jj].lr.ctx_raw, in nodups_specs()
83 spec_arr[jj].lr.ctx_raw, in nodups_specs()
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsFunctions.js57 export { j as jj };
64 exports.j = exports.jj = exports.ii = exports.i = exports.h = exports.g = exports.f = exports.e = exports.d = exports.c = exports.b = exports.a = void 0;
122 exports.jj = j;
178 export { hh as h, i as ii, j as jj };
H A DjsDeclarationsFunctionsCjs.js58 module.exports.jj = module.exports.j;
112 module.exports.jj = module.exports.j;
161 export { hh as h, i as ii, j as jj };
H A DpropertyAccess.js73 var jj = numIndex[anyVar]; variable
74 var jj: string; variable
231 var jj = numIndex[anyVar]; variable
232 var jj; variable
H A DjsxChildrenGenericContextualTypes.js18 const jj = <ElemLit prop="x">{() => "x"}</ElemLit>
34 var jj = <ElemLit prop="x">{function () { return "x"; }}</ElemLit>;
/third_party/ffmpeg/libavfilter/
H A Dvf_vif.c261 int jj = j - filt_w / 2 + filt_j; in vif_filter1d() local
264 img_coeff = temp[jj]; in vif_filter1d()
270 int jj = j - filt_w / 2 + filt_j; in vif_filter1d() local
273 jj = jj < 0 ? -jj : (jj >= w ? 2 * w - jj - 1 : jj); in vif_filter1d()
275 img_coeff = temp[jj]; in vif_filter1d()
[all...]
H A Daf_anlmdndsp.h34 ptrdiff_t i, ptrdiff_t jj);
/third_party/openssl/test/testutil/
H A Ddriver.c283 int ii, i, jj, j, jstep; in run_tests() local
363 for (jj = 0; jj < all_tests[i].num; jj++) { in run_tests()
367 if (single_iter != -1 && ((jj + 1) != single_iter)) in run_tests()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCounter.java204 T jj = i.next(); in compareTo()
205 int result = ((Comparable<T>)ii).compareTo(jj); in compareTo()
210 final long jv = o.map.get(jj).value; in compareTo()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCounter.java207 T jj = i.next(); in compareTo()
208 int result = ((Comparable<T>)ii).compareTo(jj); in compareTo()
213 final long jv = o.map.get(jj).value; in compareTo()
/third_party/python/Lib/test/
H A Dtest_pow.py25 for jj in range(-10, 0):
26 self.assertAlmostEqual(pow(ii, jj), pow(inv, -jj))
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl168 my $j=0; my $jj=0; my $r=0; my $sn=0; my $rx=0;
581 $k = (($jj+1)*12/20)*20*$n/12; # 12 aesencs per these 20 rounds
582 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n);
583 $jj++;
612 $k = (($jj+1)*8/20)*20*$n/8; # 8 aesencs per these 20 rounds
613 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n && $rx!=20);
614 $jj++;
647 $k=(($jj+1)*12/20)*20*$n/12; # 12 aesencs per these 20 rounds
648 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n && $rx!=40);
649 $jj
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl168 my $j=0; my $jj=0; my $r=0; my $sn=0; my $rx=0;
581 $k = (($jj+1)*12/20)*20*$n/12; # 12 aesencs per these 20 rounds
582 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n);
583 $jj++;
612 $k = (($jj+1)*8/20)*20*$n/8; # 8 aesencs per these 20 rounds
613 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n && $rx!=20);
614 $jj++;
647 $k=(($jj+1)*12/20)*20*$n/12; # 12 aesencs per these 20 rounds
648 @r[$k%$n].='&$aesenc();' if ($jj==$k/$n && $rx!=40);
649 $jj
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermTraverse.cpp567 for (size_t jj = ii + 1; jj < mReplacements.size(); ++jj) in updateTree()
569 NodeUpdateEntry &replacement2 = mReplacements[jj]; in updateTree()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2453 unsigned jj; in img_filter_2d_ewa() local
2458 for (jj = 0; jj < buffer_next; jj++) { in img_filter_2d_ewa()
2459 args.s = s_buffer[jj]; in img_filter_2d_ewa()
2460 args.t = t_buffer[jj]; in img_filter_2d_ewa()
2461 args.p = p[jj]; in img_filter_2d_ewa()
2462 min_filter(sp_sview, sp_samp, &args, &rgba_temp[0][jj]); in img_filter_2d_ewa()
2463 num[0] += weight_buffer[jj] * rgba_temp[0][jj]; in img_filter_2d_ewa()
2483 unsigned jj; img_filter_2d_ewa() local
[all...]
/third_party/mbedtls/programs/test/
H A Dbenchmark.c129 unsigned long ii, jj, tsc; \
142 for (jj = 0; ret == 0 && jj < 1024; jj++) \
156 / (jj * BUFSIZE)); \

Completed in 21 milliseconds

12