Home
last modified time | relevance | path

Searched refs:id2 (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/rc4/
H A Drc4_skey.c39 register int id1, id2; in RC4_set_key() local
46 id1 = id2 = 0; in RC4_set_key()
50 id2 = (data[id1] + tmp + id2) & 0xff; \ in RC4_set_key()
52 d[(n)]=d[id2]; \ in RC4_set_key()
53 d[id2]=tmp; } in RC4_set_key()
/third_party/openssl/crypto/rc4/
H A Drc4_skey.c39 register int id1, id2; in RC4_set_key() local
46 id1 = id2 = 0; in RC4_set_key()
50 id2 = (data[id1] + tmp + id2) & 0xff; \ in RC4_set_key()
52 d[(n)]=d[id2]; \ in RC4_set_key()
53 d[id2]=tmp; } in RC4_set_key()
/third_party/alsa-lib/src/topology/
H A Dsave.c151 const char *id1, *id2; in _compar() local
153 if (snd_config_get_id(c2, &id2)) return 0; in _compar()
154 return strcmp(id1, id2); in _compar()
186 const char *id2; in sort_config() local
187 if (snd_config_get_id(s, &id2)) { in sort_config()
191 s = sort_config(id2, s); in sort_config()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dfilterbank.c61 int id2; in filterbank_new() local
98 id2 = id1+1; in filterbank_new()
101 bank->bank_right[i] = id2; in filterbank_new()
162 int id1, id2; in filterbank_compute_psd16() local
164 id2 = bank->bank_right[i]; in filterbank_compute_psd16()
166 tmp += MULT16_16(mel[id2],bank->filter_right[i]); in filterbank_compute_psd16()
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof.cpp440 const char16_t *id2, int32_t length2, in uspoof_areConfusable()
452 UnicodeString id2Str((length2==-1), id2, length2); // Aliasing constructor in uspoof_areConfusable()
460 const char *id2, int32_t length2, in uspoof_areConfusableUTF8()
471 UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : static_cast<int32_t>(uprv_strlen(id2)))); in uspoof_areConfusableUTF8()
480 const icu::UnicodeString &id2, in uspoof_areConfusableUnicodeString()
503 uspoof_getSkeletonUnicodeString(sc, 0 /* deprecated */, id2, id2Skeleton, status); in uspoof_areConfusableUnicodeString()
511 // Start by computing the resolved script sets of id1 and id2. in uspoof_areConfusableUnicodeString()
515 This->getResolvedScriptSet(id2, id2RSS, *status); in uspoof_areConfusableUnicodeString()
544 const char16_t *id2, int32_ in uspoof_areBidiConfusable()
438 uspoof_areConfusable(const USpoofChecker *sc, const char16_t *id1, int32_t length1, const char16_t *id2, int32_t length2, UErrorCode *status) uspoof_areConfusable() argument
458 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) uspoof_areConfusableUTF8() argument
478 uspoof_areConfusableUnicodeString(const USpoofChecker *sc, const icu::UnicodeString &id1, const icu::UnicodeString &id2, UErrorCode *status) uspoof_areConfusableUnicodeString() argument
542 uspoof_areBidiConfusable(const USpoofChecker *sc, UBiDiDirection direction, const char16_t *id1, int32_t length1, const char16_t *id2, int32_t length2, UErrorCode *status) uspoof_areBidiConfusable() argument
555 uspoof_areBidiConfusableUTF8(const USpoofChecker *sc, UBiDiDirection direction, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) uspoof_areBidiConfusableUTF8() argument
569 uspoof_areBidiConfusableUnicodeString(const USpoofChecker *sc, UBiDiDirection direction, const icu::UnicodeString &id1, const icu::UnicodeString &id2, UErrorCode *status) uspoof_areBidiConfusableUnicodeString() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dtype_manager_test.cpp523 for (const auto id2 : {1, 2, 3, 4, 7}) { in TEST()
524 if (id1 == id2 || (id1 == 1 && id2 == 4) || (id1 == 4 && id2 == 1)) { in TEST()
525 EXPECT_TRUE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST()
527 << id2; in TEST() local
529 EXPECT_FALSE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST()
531 << id2; in TEST() local
572 for (const auto id2 : {1, 2, 3, 4, 5, 6, 7, 10}) { in TEST()
573 if (id1 == id2 || (id in TEST()
576 << id2; TEST() local
580 << id2; TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dtype_manager_test.cpp523 for (const auto id2 : {1, 2, 3, 4, 7}) { in TEST()
524 if (id1 == id2 || (id1 == 1 && id2 == 4) || (id1 == 4 && id2 == 1)) { in TEST()
525 EXPECT_TRUE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST()
527 << id2; in TEST() local
529 EXPECT_FALSE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST()
531 << id2; in TEST() local
572 for (const auto id2 : {1, 2, 3, 4, 5, 6, 7, 10}) { in TEST()
573 if (id1 == id2 || (id in TEST()
576 << id2; TEST() local
580 << id2; TEST() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_swap_two_functions.cpp30 uint32_t id2) { in TransformationSwapTwoFunctions()
31 assert(id1 != id2 && "The two function ids cannot be the same."); in TransformationSwapTwoFunctions()
33 message_.set_function_id2(id2); in TransformationSwapTwoFunctions()
29 TransformationSwapTwoFunctions(uint32_t id1, uint32_t id2) TransformationSwapTwoFunctions() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_swap_two_functions.cpp30 uint32_t id2) { in TransformationSwapTwoFunctions()
31 assert(id1 != id2 && "The two function ids cannot be the same."); in TransformationSwapTwoFunctions()
33 message_.set_function_id2(id2); in TransformationSwapTwoFunctions()
29 TransformationSwapTwoFunctions(uint32_t id1, uint32_t id2) TransformationSwapTwoFunctions() argument
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_swap_two_functions.cpp30 uint32_t id2) { in TransformationSwapTwoFunctions()
31 assert(id1 != id2 && "The two function ids cannot be the same."); in TransformationSwapTwoFunctions()
33 message_.set_function_id2(id2); in TransformationSwapTwoFunctions()
29 TransformationSwapTwoFunctions(uint32_t id1, uint32_t id2) TransformationSwapTwoFunctions() argument
/third_party/pulseaudio/speex/tmv/
H A Dfilterbank_tm.h230 register int id1, id2; in filterbank_compute_bank32() local
234 id2 = bright[i]; in filterbank_compute_bank32()
238 mel[id2] += right[i] * psi; in filterbank_compute_bank32()
270 register int id1, id2; in filterbank_compute_psd16() local
273 id2 = bright[i]; in filterbank_compute_psd16()
276 acc += mel[id2] * right[i]; in filterbank_compute_psd16()
/third_party/skia/tests/
H A DMessageBusTest.cpp145 id2 = ID::Next(), in DEF_TEST() local
148 AddressedMessageBus::Inbox inbox1(id1), inbox2(id2); in DEF_TEST()
152 AddressedMessageBus::Post({id2}); // Should go to inbox2 in DEF_TEST()
166 REPORTER_ASSERT(r, messages[1].fInboxID == id2); in DEF_TEST()
/third_party/mbedtls/include/psa/
H A Dcrypto_platform.h53 * \param id2 Second key owner identifier.
58 mbedtls_key_owner_id_t id2) in mbedtls_key_owner_id_equal()
60 return id1 == id2; in mbedtls_key_owner_id_equal()
57 mbedtls_key_owner_id_equal(mbedtls_key_owner_id_t id1, mbedtls_key_owner_id_t id2) mbedtls_key_owner_id_equal() argument
/third_party/typescript/tests/baselines/reference/
H A DcommentsOnPropertyOfObjectLiteral1.js5 id2:
20 id2:
H A DtemplateLiteralTypes2.js87 const id2 = "foo.bar.baz";
88 const t2 = takesLiteral(id2); // "baz"
189 var id2 = "foo.bar.baz"; variable
190 var t2 = takesLiteral(id2); // "baz"
225 declare const id2 = "foo.bar.baz";
H A DcontextuallyTypedParametersWithInitializers.js3 declare function id2<T extends (x: any) => any>(input: T): T;
10 const f12 = id2(function ({ foo = 42 }) { return foo });
16 const f22 = id2(function (foo = 42) { return foo });
99 var f12 = id2(function (_a) {
119 var f22 = id2(function (foo) {
/third_party/spirv-tools/test/opt/
H A Dtype_manager_test.cpp241 %id2 = OpConstant %u32 2 in TEST()
242 %cmkhr = OpTypeCooperativeMatrixKHR %f64 %id4 %id4 %id4 %id2 in TEST()
547 for (const auto id2 : {1, 2, 3, 4, 7}) { in TEST()
548 if (id1 == id2 || (id1 == 1 && id2 == 4) || (id1 == 4 && id2 == 1)) { in TEST()
549 EXPECT_TRUE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST()
551 << id2; in TEST() local
553 EXPECT_FALSE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST()
555 << id2; in TEST() local
600 << id2; TEST() local
604 << id2; TEST() local
[all...]
/third_party/alsa-utils/alsactl/
H A Ddaemon.c156 static int compare_ids(snd_ctl_elem_id_t *id1, snd_ctl_elem_id_t *id2) in compare_ids() argument
158 if (id1 == NULL || id2 == NULL) in compare_ids()
160 return snd_ctl_elem_id_get_interface(id1) == snd_ctl_elem_id_get_interface(id2) && in compare_ids()
161 snd_ctl_elem_id_get_index(id1) == snd_ctl_elem_id_get_index(id2) && in compare_ids()
162 strcmp(snd_ctl_elem_id_get_name(id1), snd_ctl_elem_id_get_name(id2)) == 0 && in compare_ids()
163 snd_ctl_elem_id_get_device(id1) == snd_ctl_elem_id_get_device(id2) && in compare_ids()
164 snd_ctl_elem_id_get_subdevice(id1) == snd_ctl_elem_id_get_subdevice(id2); in compare_ids()
/third_party/python/Lib/test/
H A Dtest__xxsubinterpreters.py565 id2 = interpreters.InterpreterID(int(id1))
569 self.assertTrue(id1 == id2)
582 self.assertFalse(id1 != id2)
628 id2 = int(out.strip())
630 self.assertEqual(set(interpreters.list_all()), {main, id1, id2})
635 id2 = None
637 nonlocal id2
643 id2 = int(out.strip())
649 self.assertEqual(set(interpreters.list_all()), {main, id1, id2})
669 id2
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Duspoof.h393 * uspoof_areBidiConfusableUnicodeString(sc, UBIDI_LTR, id1, id2, &status) ||
394 * uspoof_areBidiConfusableUnicodeString(sc, UBIDI_RTL, id1, id2, &status);
1205 * @param id2 The second of the two identifiers to be compared for
1224 const UChar *id2, int32_t length2,
1258 * @param id2 The second of the two identifiers to be compared for
1276 const UChar *id2, int32_t length2,
1288 * @param id2 The second of the two identifiers to be compared for
1308 const char *id2, int32_t length2,
1322 * @param id2 The second of the two identifiers to be compared for
1341 const char *id2, int32_
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dciphers.c256 int id2 = (int)((id >> 8) & 0xffL); in ciphers_main() local
260 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 in ciphers_main()
263 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
/third_party/openssl/apps/
H A Dciphers.c256 int id2 = (int)((id >> 8) & 0xffL); in ciphers_main() local
260 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 in ciphers_main()
263 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
/third_party/icu/icu4c/source/i18n/
H A Duspoof.cpp439 const UChar *id2, int32_t length2, in uspoof_areConfusable()
451 UnicodeString id2Str((length2==-1), id2, length2); // Aliasing constructor in uspoof_areConfusable()
459 const char *id2, int32_t length2, in uspoof_areConfusableUTF8()
470 UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : static_cast<int32_t>(uprv_strlen(id2)))); in uspoof_areConfusableUTF8()
479 const icu::UnicodeString &id2, in uspoof_areConfusableUnicodeString()
502 uspoof_getSkeletonUnicodeString(sc, 0 /* deprecated */, id2, id2Skeleton, status); in uspoof_areConfusableUnicodeString()
510 // Start by computing the resolved script sets of id1 and id2. in uspoof_areConfusableUnicodeString()
514 This->getResolvedScriptSet(id2, id2RSS, *status); in uspoof_areConfusableUnicodeString()
437 uspoof_areConfusable(const USpoofChecker *sc, const UChar *id1, int32_t length1, const UChar *id2, int32_t length2, UErrorCode *status) uspoof_areConfusable() argument
457 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) uspoof_areConfusableUTF8() argument
477 uspoof_areConfusableUnicodeString(const USpoofChecker *sc, const icu::UnicodeString &id1, const icu::UnicodeString &id2, UErrorCode *status) uspoof_areConfusableUnicodeString() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof.cpp435 const UChar *id2, int32_t length2, in uspoof_areConfusable()
447 UnicodeString id2Str((length2==-1), id2, length2); // Aliasing constructor in uspoof_areConfusable()
455 const char *id2, int32_t length2, in uspoof_areConfusableUTF8()
466 UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : static_cast<int32_t>(uprv_strlen(id2)))); in uspoof_areConfusableUTF8()
475 const icu::UnicodeString &id2, in uspoof_areConfusableUnicodeString()
498 uspoof_getSkeletonUnicodeString(sc, 0 /* deprecated */, id2, id2Skeleton, status); in uspoof_areConfusableUnicodeString()
506 // Start by computing the resolved script sets of id1 and id2. in uspoof_areConfusableUnicodeString()
510 This->getResolvedScriptSet(id2, id2RSS, *status); in uspoof_areConfusableUnicodeString()
433 uspoof_areConfusable(const USpoofChecker *sc, const UChar *id1, int32_t length1, const UChar *id2, int32_t length2, UErrorCode *status) uspoof_areConfusable() argument
453 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) uspoof_areConfusableUTF8() argument
473 uspoof_areConfusableUnicodeString(const USpoofChecker *sc, const icu::UnicodeString &id1, const icu::UnicodeString &id2, UErrorCode *status) uspoof_areConfusableUnicodeString() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddecoration_manager.h77 bool HaveTheSameDecorations(uint32_t id1, uint32_t id2) const;
82 bool HaveSubsetOfDecorations(uint32_t id1, uint32_t id2) const;

Completed in 19 milliseconds

1234