/third_party/openssl/crypto/rc4/ |
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() 52 d[(n)]=d[id2]; \ in RC4_set_key() 53 d[id2]=tmp; } in RC4_set_key()
|
/third_party/node/deps/openssl/openssl/crypto/rc4/ |
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() 52 d[(n)]=d[id2]; \ in RC4_set_key() 53 d[id2]=tmp; } in RC4_set_key()
|
/third_party/typescript/tests/baselines/reference/ |
D | jsdocFunctionType.symbols | 27 function id2(c) { 28 >id2 : Symbol(id2, Decl(functions.js, 8, 53)) 50 var y = id2(C); 52 >id2 : Symbol(id2, Decl(functions.js, 8, 53)) 87 var y2 = id2(D); 89 >id2 : Symbol(id2, Decl(functions.js, 8, 53)) 139 var y3 = id2(E); 141 >id2 : Symbol(id2, Decl(functions.js, 8, 53))
|
D | jsdocFunctionType.types | 30 function id2(c) { 31 >id2 : (c: new (arg1: number) => { length: number;}) => new (arg1: number) => { length: numbe… 54 var y = id2(C); 56 >id2(C) : new (arg1: number) => { length: number; } 57 >id2 : (c: new (arg1: number) => { length: number; }) => new (arg1: number) => { length: number; } 101 var y2 = id2(D); 103 >id2(D) : new (arg1: number) => { length: number; } 104 >id2 : (c: new (arg1: number) => { length: number; }) => new (arg1: number) => { length: number; } 162 var y3 = id2(E); 164 >id2(E) : new (arg1: number) => { length: number; } [all …]
|
D | commentsOnPropertyOfObjectLiteral1.types | 3 >resolve : { id: (details: any) => any; id1: string; id2: (details: any) => any; id3: (details: any… 4 …id2: /*! @ngInject */ (details: any) => details.id, id3: /*! @ngInject */ (details… 18 id2: 19 >id2 : (details: any) => any
|
D | commentsOnPropertyOfObjectLiteral1.symbols | 13 id2: 14 >id2 : Symbol(id2, Decl(commentsOnPropertyOfObjectLiteral1.ts, 2, 26))
|
D | jsdocFunctionType.errors.txt | 20 function id2(c) { 31 var y = id2(C); 47 var y2 = id2(D); 70 var y3 = id2(E);
|
D | contextuallyTypedParametersWithInitializers.js | 3 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) {
|
D | commentsOnPropertyOfObjectLiteral1.js | 5 id2: 20 id2: method
|
D | templateLiteralTypes2.js | 87 const id2 = "foo.bar.baz"; constant 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";
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | semtest_2ns.c | 125 int id2; in check_sem2() local 133 id2 = semget(MY_KEY, 1, 0); in check_sem2() 134 if (id2 != -1) { in check_sem2() 135 sem_lock(id2); in check_sem2() 139 id2 = semget(MY_KEY, 1, IPC_CREAT | IPC_EXCL | 0666); in check_sem2() 140 if (id2 == -1) { in check_sem2()
|
D | shmem_2nstest.c | 88 int id2; in check_shmem2() local 97 id2 = shmget(TESTKEY, 100, 0); in check_shmem2() 98 if (id2 == -1) { in check_shmem2() 99 id2 = shmget(TESTKEY, 100, IPC_CREAT); in check_shmem2() 100 if (id2 == -1) in check_shmem2()
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | jsdocFunctionType.ts | 22 function id2(c) { function 33 var y = id2(C); 49 var y2 = id2(D); 72 var y3 = id2(E);
|
/third_party/alsa-utils/alsaloop/ |
D | control.c | 140 int control_id_match(snd_ctl_elem_id_t *id1, snd_ctl_elem_id_t *id2) in control_id_match() argument 143 snd_ctl_elem_id_get_interface(id2)) in control_id_match() 146 snd_ctl_elem_id_get_device(id2)) in control_id_match() 149 snd_ctl_elem_id_get_subdevice(id2)) in control_id_match() 152 snd_ctl_elem_id_get_name(id2)) != 0) in control_id_match() 155 snd_ctl_elem_id_get_index(id2)) in control_id_match() 407 snd_ctl_elem_id_t *id2; in control_event() local 412 snd_ctl_elem_id_alloca(&id2); in control_event() 413 snd_ctl_event_elem_get_id(ev, id2); in control_event() 417 if (control_id_match(id2, capt ? mix->dst.id : mix->src.id)) { in control_event()
|
/third_party/spirv-tools/test/opt/ |
D | type_manager_test.cpp | 538 for (const auto id2 : {1, 2, 3, 4, 7}) { in TEST() 539 if (id1 == id2 || (id1 == 1 && id2 == 4) || (id1 == 4 && id2 == 1)) { in TEST() 540 EXPECT_TRUE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST() 542 << id2; in TEST() 544 EXPECT_FALSE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST() 546 << id2; in TEST() 587 for (const auto id2 : {1, 2, 3, 4, 5, 6, 7, 10}) { in TEST() 588 if (id1 == id2 || (id1 == 1 && id2 == 4) || (id1 == 4 && id2 == 1)) { in TEST() 589 EXPECT_TRUE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST() 591 << id2; in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | type_manager_test.cpp | 523 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() 529 EXPECT_FALSE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST() 531 << id2; in TEST() 572 for (const auto id2 : {1, 2, 3, 4, 5, 6, 7, 10}) { in TEST() 573 if (id1 == id2 || (id1 == 1 && id2 == 4) || (id1 == 4 && id2 == 1)) { in TEST() 574 EXPECT_TRUE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST() 576 << id2; in TEST() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | type_manager_test.cpp | 523 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() 529 EXPECT_FALSE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST() 531 << id2; in TEST() 572 for (const auto id2 : {1, 2, 3, 4, 5, 6, 7, 10}) { in TEST() 573 if (id1 == id2 || (id1 == 1 && id2 == 4) || (id1 == 4 && id2 == 1)) { in TEST() 574 EXPECT_TRUE(manager.GetType(id1)->IsSame(manager.GetType(id2))) in TEST() 576 << id2; in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_swap_two_functions.cpp | 30 uint32_t id2) { in TransformationSwapTwoFunctions() argument 31 assert(id1 != id2 && "The two function ids cannot be the same."); in TransformationSwapTwoFunctions() 33 message_.set_function_id2(id2); in TransformationSwapTwoFunctions()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_swap_two_functions.cpp | 30 uint32_t id2) { in TransformationSwapTwoFunctions() argument 31 assert(id1 != id2 && "The two function ids cannot be the same."); in TransformationSwapTwoFunctions() 33 message_.set_function_id2(id2); in TransformationSwapTwoFunctions()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_swap_two_functions.cpp | 30 uint32_t id2) { in TransformationSwapTwoFunctions() argument 31 assert(id1 != id2 && "The two function ids cannot be the same."); in TransformationSwapTwoFunctions() 33 message_.set_function_id2(id2); in TransformationSwapTwoFunctions()
|
/third_party/alsa-utils/alsactl/ |
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()
|
/third_party/skia/tests/ |
D | MessageBusTest.cpp | 145 id2 = ID::Next(), in DECLARE_SKMESSAGEBUS_MESSAGE() local 148 AddressedMessageBus::Inbox inbox1(id1), inbox2(id2); in DECLARE_SKMESSAGEBUS_MESSAGE() 152 AddressedMessageBus::Post({id2}); // Should go to inbox2 in DECLARE_SKMESSAGEBUS_MESSAGE() 166 REPORTER_ASSERT(r, messages[1].fInboxID == id2); in DECLARE_SKMESSAGEBUS_MESSAGE()
|
/third_party/mbedtls/include/psa/ |
D | crypto_platform.h | 69 mbedtls_key_owner_id_t id2) in mbedtls_key_owner_id_equal() argument 71 return id1 == id2; in mbedtls_key_owner_id_equal()
|
/third_party/typescript/tests/cases/compiler/ |
D | contextuallyTypedParametersWithInitializers.ts | 5 declare function id2<T extends (x: any) => any>(input: T): T; 12 const f12 = id2(function ({ foo = 42 }) { return foo }); 18 const f22 = id2(function (foo = 42) { return foo });
|
/third_party/glslang/Test/ |
D | hlsl.function.frag | 11 float4 fun4(uint id1, uniform uint id2) 13 return id1 * id2;
|