/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/ |
D | 5-1.c | 29 int rc2; in main() local 40 rc2 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main() 41 if (rc1 || rc2) { in main() 42 if (rc1 && rc2) { in main() 45 ERR_MSG("pthread_attr_setscope()", rc2); in main() 51 if (rc2 && rc2 != ENOTSUP) { in main() 52 ERR_MSG("pthread_attr_setscope()", rc2); in main()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_rc2.c | 211 CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_START(rc2) 214 CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_END(rc2) 216 CIPHER_DEFAULT_SETTABLE_CTX_PARAMS_START(rc2) 220 CIPHER_DEFAULT_SETTABLE_CTX_PARAMS_END(rc2) 272 IMPLEMENT_cipher(rc2, RC2, ecb, ECB, RC2_FLAGS, 128, 64, 0, block) 274 IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 128, 64, 64, block) 276 IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 40, 64, 64, block) 278 IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 64, 64, 64, block) 281 IMPLEMENT_cipher(rc2, RC2, ofb128, OFB, RC2_FLAGS, 128, 8, 64, stream) 283 IMPLEMENT_cipher(rc2, RC2, cfb128, CFB, RC2_FLAGS, 128, 8, 64, stream)
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_rc2.c | 211 CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_START(rc2) 214 CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_END(rc2) 216 CIPHER_DEFAULT_SETTABLE_CTX_PARAMS_START(rc2) 220 CIPHER_DEFAULT_SETTABLE_CTX_PARAMS_END(rc2) 272 IMPLEMENT_cipher(rc2, RC2, ecb, ECB, RC2_FLAGS, 128, 64, 0, block) 274 IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 128, 64, 64, block) 276 IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 40, 64, 64, block) 278 IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 64, 64, 64, block) 281 IMPLEMENT_cipher(rc2, RC2, ofb128, OFB, RC2_FLAGS, 128, 8, 64, stream) 283 IMPLEMENT_cipher(rc2, RC2, cfb128, CFB, RC2_FLAGS, 128, 8, 64, stream)
|
/third_party/libffi/testsuite/libffi.complex/ |
D | return_complex1.inc | 14 _Complex T_C_TYPE c1, c4, rc, rc2; 35 rc2 = return_c(c1, fl2, in3, c4); 38 T_CONV creal (rc2), T_CONV cimag (rc2)); 39 CHECK(rc == rc2);
|
D | return_complex2.inc | 18 _Complex T_C_TYPE c1, c2, c4, rc, rc2; 38 rc2 = return_c(c1, c2, in3, c4); 41 T_CONV creal (rc2), T_CONV cimag (rc2)); 42 CHECK(rc == rc2);
|
D | return_complex.inc | 15 _Complex T_C_TYPE c, rc, rc2; 30 rc2 = return_c(c); 33 T_CONV creal (rc2), T_CONV cimag (rc2));
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/ |
D | 1-2.c | 35 static void *rc2; variable 50 rc2 = pthread_getspecific(key); in a_thread_func() 96 if (rc2 != (void *)(KEY_VALUE_2)) { in main() 99 KEY_VALUE_2, (long)rc2); in main()
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | ima_policy.sh | 62 local p1 p2 rc1 rc2 68 wait "$p2"; rc2=$? 69 if [ $rc1 -eq 0 ] && [ $rc2 -eq 0 ]; then 71 elif [ $rc1 -eq 0 ] || [ $rc2 -eq 0 ]; then
|
/third_party/selinux/libsepol/src/ |
D | node_record.c | 317 int rc1, rc2; in sepol_node_compare() local 327 rc2 = memcmp(node->mask, key->mask, node->mask_sz); in sepol_node_compare() 329 return (rc2 != 0) ? rc2 : rc1; in sepol_node_compare() 335 int rc1, rc2; in sepol_node_compare2() local 346 rc2 = memcmp(node->mask, node2->mask, node->mask_sz); in sepol_node_compare2() 348 return (rc2 != 0) ? rc2 : rc1; in sepol_node_compare2()
|
/third_party/ffmpeg/tests/fate/ |
D | vorbis.mak | 67 fate-vorbis-15: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/rc2-test2_small.ogg 68 fate-vorbis-15: REF = $(SAMPLES)/vorbis/rc2-test2_small.pcm 71 fate-vorbis-16: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/rc2-test_small.ogg 72 fate-vorbis-16: REF = $(SAMPLES)/vorbis/rc2-test_small.pcm
|
/third_party/typescript/tests/baselines/reference/ |
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.js | 24 var rc2 = b <= a; variable 57 var rc2 = b <= a;
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js | 23 var rc2 = b <= a; variable 56 var rc2 = b <= a;
|
D | inOperatorWithValidOperands.js | 46 var rc2 = x in (c2 || c3); variable 82 var rc2 = x in (c2 || c3);
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 16 var rc2 = null % undefined; variable 75 var rc2 = null % undefined;
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols | 52 var rc2 = b <= a; 53 >rc2 : Symbol(rc2, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 21, 3))
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols | 55 var rc2 = b <= a; 56 >rc2 : Symbol(rc2, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 22, 3))
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types | 51 var rc2 = b <= a; 52 >rc2 : boolean
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.types | 54 var rc2 = b <= a; 55 >rc2 : boolean
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols | 40 var rc2 = null % undefined; 41 >rc2 : Symbol(rc2, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 14, 3))
|
D | inOperatorWithValidOperands.symbols | 130 var rc2 = x in (c2 || c3); 131 >rc2 : Symbol(rc2, Decl(inOperatorWithValidOperands.ts, 44, 3))
|
D | arithmeticOperatorWithNullValueAndValidOperands.js | 35 var rc2 = null % b; variable 143 var rc2 = null % b;
|
D | comparisonOperatorWithSubtypeEnumAndNumber.js | 25 var rc2 = b <= a; variable 96 var rc2 = b <= a;
|
D | comparisonOperatorWithSubtypeObjectOnProperty.js | 47 var rc2 = a2 <= b2; variable 147 var rc2 = a2 <= b2;
|
D | comparisonOperatorWithIdenticalPrimitiveType.js | 30 var rc2 = b <= b; variable 112 var rc2 = b <= b;
|
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil_list.c | 107 int rc2 = cil_list_append_item(test_class_list, test_new_item); in test_cil_list_append_item_append() local 109 CuAssertIntEquals(tc, SEPOL_OK, rc2); in test_cil_list_append_item_append() 142 int rc2 = cil_list_append_item(test_class_list, test_new_item); in test_cil_list_append_item_append_extra() local 150 CuAssertIntEquals(tc, SEPOL_OK, rc2); in test_cil_list_append_item_append_extra()
|