Home
last modified time | relevance | path

Searched refs:j1 (Results 1 – 25 of 142) sorted by relevance

123456

/third_party/node/deps/openssl/openssl/crypto/modes/asm/
Dghashv8-armx.pl423 my ($I0,$j1,$j2,$j3,
440 vrev64.8 $j1,$j1
447 vext.8 $I1,$j1,$j1,#8
464 veor $j1,$j1,$I1
466 vpmull.p64 $j1,$H34,$j1
470 veor $Ym,$Ym,$j1
483 vrev64.8 $j1,$j1
499 vext.8 $I1,$j1,$j1,#8
526 veor $j1,$j1,$I1
529 vpmull.p64 $j1,$H34,$j1
[all …]
/third_party/openssl/crypto/modes/asm/
Dghashv8-armx.pl423 my ($I0,$j1,$j2,$j3,
440 vrev64.8 $j1,$j1
447 vext.8 $I1,$j1,$j1,#8
464 veor $j1,$j1,$I1
466 vpmull.p64 $j1,$H34,$j1
470 veor $Ym,$Ym,$j1
483 vrev64.8 $j1,$j1
499 vext.8 $I1,$j1,$j1,#8
526 veor $j1,$j1,$I1
529 vpmull.p64 $j1,$H34,$j1
[all …]
/third_party/json/tests/src/
Dunit-algorithms.cpp240 json j1 = {2, 4, 6, 8}; variable
244 std::merge(j1.begin(), j1.end(), j2.begin(), j2.end(), std::back_inserter(j3));
251 json j1 = {1, 2, 3, 4, 5, 6, 7, 8}; variable
255 std::set_difference(j1.begin(), j1.end(), j2.begin(), j2.end(), std::back_inserter(j3));
261 json j1 = {1, 2, 3, 4, 5, 6, 7, 8}; variable
265 … std::set_intersection(j1.begin(), j1.end(), j2.begin(), j2.end(), std::back_inserter(j3));
271 json j1 = {2, 4, 6, 8}; variable
275 std::set_union(j1.begin(), j1.end(), j2.begin(), j2.end(), std::back_inserter(j3));
281 json j1 = {2, 4, 6, 8}; variable
285 … std::set_symmetric_difference(j1.begin(), j1.end(), j2.begin(), j2.end(), std::back_inserter(j3));
Dfuzzer-parse_bjdata.cpp41 json j1 = json::from_bjdata(vec1); in LLVMFuzzerTestOneInput() local
46 std::vector<uint8_t> vec2 = json::to_bjdata(j1, false, false); in LLVMFuzzerTestOneInput()
49 std::vector<uint8_t> vec3 = json::to_bjdata(j1, true, false); in LLVMFuzzerTestOneInput()
52 std::vector<uint8_t> vec4 = json::to_bjdata(j1, true, true); in LLVMFuzzerTestOneInput()
Dfuzzer-parse_ubjson.cpp41 json j1 = json::from_ubjson(vec1); in LLVMFuzzerTestOneInput() local
46 std::vector<uint8_t> vec2 = json::to_ubjson(j1, false, false); in LLVMFuzzerTestOneInput()
49 std::vector<uint8_t> vec3 = json::to_ubjson(j1, true, false); in LLVMFuzzerTestOneInput()
52 std::vector<uint8_t> vec4 = json::to_ubjson(j1, true, true); in LLVMFuzzerTestOneInput()
Dunit-udt_macro.cpp361 nlohmann::json j1 = obj1; //via json string variable
362 std::string s = j1.dump();
372 nlohmann::json j1 = obj1; //via msgpack variable
373 std::vector<uint8_t> buf = nlohmann::json::to_msgpack(j1);
383 nlohmann::json j1 = obj1; //via bson variable
384 std::vector<uint8_t> buf = nlohmann::json::to_bson(j1);
394 nlohmann::json j1 = obj1; //via cbor variable
395 std::vector<uint8_t> buf = nlohmann::json::to_cbor(j1);
405 nlohmann::json j1 = obj1; //via ubjson variable
406 std::vector<uint8_t> buf = nlohmann::json::to_ubjson(j1);
Dunit-ordered_json.cpp61 json j1 {{"c", 1}, {"b", 2}, {"a", 3}}; variable
63 j1.insert( j2.cbegin(), j2.cend() );
64 CHECK(j1.size() == 4);
65 CHECK(j1.dump() == "{\"a\":3,\"b\":2,\"c\":1,\"d\":42}");
Dfuzzer-parse_bson.cpp35 json j1 = json::from_bson(vec1); in LLVMFuzzerTestOneInput() local
37 if (j1.is_discarded()) in LLVMFuzzerTestOneInput()
45 std::vector<uint8_t> vec2 = json::to_bson(j1); in LLVMFuzzerTestOneInput()
/third_party/typescript/tests/baselines/reference/
DemitCompoundExponentiationAssignmentWithIndexingOnLHS1.types76 var j0 = 0, j1 = 1;
79 >j1 : number
82 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1;
83 >array3[j0++] **= array3[j1++] **= array3[j0++] **= 1 : number
88 >array3[j1++] **= array3[j0++] **= 1 : number
89 >array3[j1++] : number
91 >j1++ : number
92 >j1 : number
DemitCompoundExponentiationAssignmentWithIndexingOnLHS1.symbols39 var j0 = 0, j1 = 1;
41 >j1 : Symbol(j1, Decl(emitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts, 13, 11))
43 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1;
47 >j1 : Symbol(j1, Decl(emitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts, 13, 11))
DemitCompoundExponentiationAssignmentWithIndexingOnLHS1.js15 var j0 = 0, j1 = 1; variable
16 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1;
30 var j0 = 0, j1 = 1;
31 (_o = array3)[_p = j0++] = Math.pow(_o[_p], (_l = array3)[_m = j1++] = Math.pow(_l[_m], (_j = array…
DreferencesForStatementKeywords.baseline.jsonc20 // export type { j1, j2 as j3 } from "./j";
123 // export type { j1, j2 as j3 } from "./j";
193 // export type { j1, j2 as j3 } from "./j";
319 // export type { j1, j2 as j3 } from "./j";
475 // export type { j1, j2 as j3 } from "./j";
628 // export type { j1, j2 as j3 } from "./j";
698 // export type { j1, j2 as j3 } from "./j";
773 // export type { j1, j2 as j3 } from "./j";
848 // export type { j1, j2 as j3 } from "./j";
923 // export type { j1, j2 as j3 } from "./j";
[all …]
/third_party/json/docs/mkdocs/docs/api/basic_json/
Dstd_swap.md5 void swap(nlohmann::basic_json& j1, nlohmann::basic_json& j2);
13 `j1` (in, out)
17 : value to be replaced by `j1`
22 void swap(nlohmann::basic_json& j1, nlohmann::basic_json& j2)
24 j1.swap(j2);
/third_party/json/docs/examples/
Dbasic_json__basic_json.cpp9 json j1 = {"one", "two", 3, 4.5, false}; in main() local
12 json j2(j1); in main()
15 std::cout << j1 << " = " << j2 << '\n'; in main()
16 std::cout << std::boolalpha << (j1 == j2) << '\n'; in main()
Dstd_swap.cpp10 json j1 = {{"one", 1}, {"two", 2}}; in main() local
13 std::cout << "j1 = " << j1 << " | j2 = " << j2 << '\n'; in main()
16 std::swap(j1, j2); in main()
18 std::cout << "j1 = " << j1 << " | j2 = " << j2 << std::endl; in main()
Dinsert__range_object.cpp9 json j1 = {{"one", "eins"}, {"two", "zwei"}}; in main() local
13 std::cout << j1 << '\n'; in main()
17 j1.insert(j2.begin(), j2.end()); in main()
20 std::cout << j1 << '\n'; in main()
Dswap__reference.cpp9 json j1 = {1, 2, 3, 4, 5}; in main() local
13 j1.swap(j2); in main()
16 std::cout << "j1 = " << j1 << '\n'; in main()
Dstd_swap.output1 j1 = {"one":1,"two":2} | j2 = [1,2,4,8,16]
2 j1 = [1,2,4,8,16] | j2 = {"one":1,"two":2}
Dbasic_json__nullptr_t.cpp9 json j1; in main() local
15 std::cout << j1 << '\n' << j2 << '\n'; in main()
/third_party/cups-filters/filter/foomatic-rip/
Drenderer.c210 char *j1, *j2, *p1, *p2; in jcl_keywords_equal() local
212 j1 = strstr(jclline1, jclstr); in jcl_keywords_equal()
213 if (!j1) return 0; in jcl_keywords_equal()
214 if (!(p1 = strchr(skip_whitespace(j1), '='))) in jcl_keywords_equal()
215 p1 = j1 + strlen(j1); in jcl_keywords_equal()
217 while (p1 > j1 && isspace(*p1)) in jcl_keywords_equal()
228 if (p1 - j1 != p2 - j2) return 0; in jcl_keywords_equal()
229 return strncmp(j1, j2, p1 - j1 + 1) == 0; in jcl_keywords_equal()
/third_party/python/Lib/
Ddifflib.py469 i1 = j1 = k1 = 0
473 if i1 + k1 == i2 and j1 + k1 == j2:
483 non_adjacent.append((i1, j1, k1))
484 i1, j1, k1 = i2, j2, k2
486 non_adjacent.append((i1, j1, k1))
577 tag, i1, i2, j1, j2 = codes[0]
578 codes[0] = tag, max(i1, i2-n), i2, max(j1, j2-n), j2
580 tag, i1, i2, j1, j2 = codes[-1]
581 codes[-1] = tag, i1, min(i2, i1+n), j1, min(j2, j1+n)
585 for tag, i1, i2, j1, j2 in codes:
[all …]
/third_party/openGLES/extensions/SGIS/
DSGIS_texture_filter4.txt166 j1 = (
170 / (j1 + 1) mod 2**m, TEXTURE_WRAP_T is REPEAT
172 \ j1 + 1, TEXTURE_WRAP_T is CLAMP
175 / (j1 + 2) mod 2**m, TEXTURE_WRAP_T is REPEAT
177 \ j1 + 2, TEXTURE_WRAP_T is CLAMP
180 / (j1 - 1) mod 2**m, TEXTURE_WRAP_T is REPEAT
182 \ j1 - 1, TEXTURE_WRAP_T is CLAMP
197 f(1+A) * f(B) * T[i0,j1] +
198 f(A) * f(B) * T[i1,j1] +
199 f(1-A) * f(B) * T[i2,j1] +
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture_filter4.txt166 j1 = (
170 / (j1 + 1) mod 2**m, TEXTURE_WRAP_T is REPEAT
172 \ j1 + 1, TEXTURE_WRAP_T is CLAMP
175 / (j1 + 2) mod 2**m, TEXTURE_WRAP_T is REPEAT
177 \ j1 + 2, TEXTURE_WRAP_T is CLAMP
180 / (j1 - 1) mod 2**m, TEXTURE_WRAP_T is REPEAT
182 \ j1 - 1, TEXTURE_WRAP_T is CLAMP
197 f(1+A) * f(B) * T[i0,j1] +
198 f(A) * f(B) * T[i1,j1] +
199 f(1-A) * f(B) * T[i2,j1] +
[all …]
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/
DemitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts16 var j0 = 0, j1 = 1; variable
17 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1;
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_j1_test.cpp18 EXPECT_DOUBLE_EQ(0.0, j1(0.0));
19 EXPECT_DOUBLE_EQ(0.44005058574493355, j1(1.0));

123456