/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bt-codec-msbc.c | 164 frame->hdr.id1.s.id1 = MSBC_H2_ID1; in encode_buffer() 166 frame->hdr.id1.s.sn1 = 3; in encode_buffer() 168 frame->hdr.id1.s.sn1 = 0; in encode_buffer() 170 frame->hdr.id1.s.sn0 = 3; in encode_buffer() 172 frame->hdr.id1.s.sn0 = 0; in encode_buffer() 228 union msbc_h2_id1 id1; in msbc_find_frame() local 234 id1.b = buf[i]; in msbc_find_frame() 236 if (id1.s.id1 ! in msbc_find_frame() [all...] |
H A D | bt-codec-msbc.h | 14 uint8_t id1:4; member 26 union msbc_h2_id1 id1; member
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | filterbank.c | 60 int id1; in filterbank_new() local 87 id1 = DIV32(mel,mel_interval); in filterbank_new() 89 id1 = (int)(floor(mel/mel_interval)); in filterbank_new() 91 if (id1>banks-2) in filterbank_new() 93 id1 = banks-2; in filterbank_new() 96 val = DIV32_16(mel - id1*mel_interval,EXTRACT16(PSHR32(mel_interval,15))); in filterbank_new() 98 id2 = id1+1; in filterbank_new() 99 bank->bank_left[i] = id1; in filterbank_new() 162 int id1, id2; in filterbank_compute_psd16() local 163 id1 in filterbank_compute_psd16() [all...] |
/third_party/node/deps/openssl/openssl/crypto/rc4/ |
H A D | rc4_skey.c | 39 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() 51 if (++id1 == len) id1=0; \ in RC4_set_key()
|
/third_party/openssl/crypto/rc4/ |
H A D | rc4_skey.c | 39 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() 51 if (++id1 == len) id1=0; \ in RC4_set_key()
|
/third_party/alsa-utils/alsactl/ |
H A D | daemon.c | 156 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() 170 snd_ctl_elem_id_t *id1; in in_list() local 173 id1 = list->list[i]; in in_list() 174 if (id1 in in_list() 196 snd_ctl_elem_id_t *id1; add_to_list() local [all...] |
/third_party/python/Lib/test/ |
H A D | test__xxsubinterpreters.py | 564 id1 = interpreters.create() 565 id2 = interpreters.InterpreterID(int(id1)) 568 self.assertTrue(id1 == id1) 569 self.assertTrue(id1 == id2) 570 self.assertTrue(id1 == int(id1)) 571 self.assertTrue(int(id1) == id1) 572 self.assertTrue(id1 [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | cnd_signal.c | 38 thrd_t id1; in cnd_signal_0100() local 43 ret = thrd_create(&id1, (thrd_start_t)cnd_timedwaitfirst, (void *)1); in cnd_signal_0100() 51 thrd_join(id1, NULL); in cnd_signal_0100()
|
H A D | cnd_wait.c | 38 thrd_t id1; in cnd_wait_0100() local 42 ret = thrd_create(&id1, (thrd_start_t)cnd_waitfirst, (void *)1); in cnd_wait_0100() 48 thrd_join(id1, NULL); in cnd_wait_0100()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 439 const char16_t *id1, int32_t length1, in uspoof_areConfusable() 451 UnicodeString id1Str((length1==-1), id1, length1); // Aliasing constructor in uspoof_areConfusable() 459 const char *id1, int32_t length1, in uspoof_areConfusableUTF8() 470 UnicodeString id1Str = UnicodeString::fromUTF8(StringPiece(id1, length1>=0? length1 : static_cast<int32_t>(uprv_strlen(id1)))); in uspoof_areConfusableUTF8() 479 const icu::UnicodeString &id1, in uspoof_areConfusableUnicodeString() 501 uspoof_getSkeletonUnicodeString(sc, 0 /* deprecated */, id1, id1Skeleton, status); in uspoof_areConfusableUnicodeString() 511 // Start by computing the resolved script sets of id1 and id2. in uspoof_areConfusableUnicodeString() 513 This->getResolvedScriptSet(id1, id1RSS, *status); in uspoof_areConfusableUnicodeString() 543 const char16_t *id1, 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 D | type_manager_test.cpp | 522 for (const auto id1 : {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() 526 << "%struct" << id1 << " is expected to be the same as %struct" in TEST() 529 EXPECT_FALSE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST() 530 << "%struct" << id1 << " is expected to be different with %struct" in TEST() 571 for (const auto id1 : {1, 2, 3, 4, 5, 6, 7, 10}) { in TEST() 573 if (id1 in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | type_manager_test.cpp | 522 for (const auto id1 : {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() 526 << "%struct" << id1 << " is expected to be the same as %struct" in TEST() 529 EXPECT_FALSE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST() 530 << "%struct" << id1 << " is expected to be different with %struct" in TEST() 571 for (const auto id1 : {1, 2, 3, 4, 5, 6, 7, 10}) { in TEST() 573 if (id1 in TEST() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_swap_two_functions.cpp | 29 TransformationSwapTwoFunctions::TransformationSwapTwoFunctions(uint32_t id1, in TransformationSwapTwoFunctions() argument 31 assert(id1 != id2 && "The two function ids cannot be the same."); in TransformationSwapTwoFunctions() 32 message_.set_function_id1(id1); in TransformationSwapTwoFunctions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_swap_two_functions.cpp | 29 TransformationSwapTwoFunctions::TransformationSwapTwoFunctions(uint32_t id1, in TransformationSwapTwoFunctions() argument 31 assert(id1 != id2 && "The two function ids cannot be the same."); in TransformationSwapTwoFunctions() 32 message_.set_function_id1(id1); in TransformationSwapTwoFunctions()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_swap_two_functions.cpp | 29 TransformationSwapTwoFunctions::TransformationSwapTwoFunctions(uint32_t id1, in TransformationSwapTwoFunctions() argument 31 assert(id1 != id2 && "The two function ids cannot be the same."); in TransformationSwapTwoFunctions() 32 message_.set_function_id1(id1); in TransformationSwapTwoFunctions()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tztest.cpp | 563 const UnicodeString *id1, *id2; in TestGetAvailableIDsNew() local 642 while ((id1 = any->snext(ec)) != NULL) { in TestGetAvailableIDsNew() 646 if (*id1 == *id2) { in TestGetAvailableIDsNew() 655 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec); in TestGetAvailableIDsNew() 659 if (*id1 == canonicalID) { in TestGetAvailableIDsNew() 660 errln((UnicodeString)"FAIL: canonicalID [" + *id1 + "] is not in CANONICAL"); in TestGetAvailableIDsNew() 663 errln((UnicodeString)"FAIL: ANY contains non-system ID: " + *id1); in TestGetAvailableIDsNew() 674 while ((id1 = canonical->snext(ec)) != NULL) { in TestGetAvailableIDsNew() 675 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec); in TestGetAvailableIDsNew() 679 if (*id1 ! in TestGetAvailableIDsNew() 763 const UnicodeString *id1, *id2; checkContainsAll() local 1806 const UnicodeString* id1 = s1->snext(ec); TestCountries() local [all...] |
/third_party/pulseaudio/speex/tmv/ |
H A D | filterbank_tm.h | 230 register int id1, id2; in filterbank_compute_bank32() local 233 id1 = bleft[i]; in filterbank_compute_bank32() 237 mel[id1] += left[i] * psi; in filterbank_compute_bank32() 270 register int id1, id2; in filterbank_compute_psd16() local 272 id1 = bleft[i]; in filterbank_compute_psd16() 275 acc = mel[id1] * left[i]; in filterbank_compute_psd16()
|
/third_party/skia/tests/ |
H A D | MessageBusTest.cpp | 144 ID id1 = ID::Next(), in DEF_TEST() local 148 AddressedMessageBus::Inbox inbox1(id1), inbox2(id2); in DEF_TEST() 151 AddressedMessageBus::Post({id1}); // Should go to inbox1 in DEF_TEST() 160 REPORTER_ASSERT(r, messages[1].fInboxID == id1); in DEF_TEST()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto_platform.h | 52 * \param id1 First key owner identifier. 57 static inline int mbedtls_key_owner_id_equal(mbedtls_key_owner_id_t id1, in mbedtls_key_owner_id_equal() argument 60 return id1 == id2; in mbedtls_key_owner_id_equal()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | commentsOnPropertyOfObjectLiteral1.js | 4 id1: /* c1 */ "hello", 19 id1: /* c1 */ "hello",
|
H A D | contextuallyTypedParametersWithInitializers.js | 2 declare function id1<T>(input: T): T; 9 const f11 = id1(function ({ foo = 42 }) { return foo }); 15 const f21 = id1(function (foo = 42) { return foo }); 95 var f11 = id1(function (_a) {
115 var f21 = id1(function (foo) {
|
/third_party/spirv-tools/test/opt/ |
H A D | type_manager_test.cpp | 546 for (const auto id1 : {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() 550 << "%struct" << id1 << " is expected to be the same as %struct" in TEST() 553 EXPECT_FALSE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST() 554 << "%struct" << id1 << " is expected to be different with %struct" in TEST() 595 for (const auto id1 : {1, 2, 3, 4, 5, 6, 7, 10}) { in TEST() 597 if (id1 in TEST() [all...] |
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | test2.c | 23 "\"id1\":" "null," 78 const char *id1; member 92 LSM_STRING_PTR (t2_config_t, id1, "id1"), 139 lwsl_notice("%s: id1 '%s'\n", __func__, c->id1); in t2_config_dump()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ErrorMessages.cpp | 87 constexpr GLuint id1 = 1282; in TEST_P() local 100 expectedMessage.id = id1; in TEST_P()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | uspoof.h | 393 * uspoof_areBidiConfusableUnicodeString(sc, UBIDI_LTR, id1, id2, &status) || 394 * uspoof_areBidiConfusableUnicodeString(sc, UBIDI_RTL, id1, id2, &status); 1200 * @param id1 The first of the two identifiers to be compared for 1223 const UChar *id1, int32_t length1, 1253 * @param id1 The first of the two identifiers to be compared for 1275 const UChar *id1, int32_t length1, 1284 * @param id1 The first of the two identifiers to be compared for 1307 const char *id1, int32_t length1, 1318 * @param id1 The first of the two identifiers to be compared for 1340 const char *id1, int32_ [all...] |