Home
last modified time | relevance | path

Searched refs:rc2 (Results 1 – 25 of 214) sorted by relevance

123456789

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
D5-1.c29 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/
Dcipher_rc2.c211 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/
Dcipher_rc2.c211 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/
Dreturn_complex1.inc14 _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);
Dreturn_complex2.inc18 _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);
Dreturn_complex.inc15 _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/
D1-2.c35 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/
Dima_policy.sh62 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/
Dnode_record.c317 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/
Dvorbis.mak67 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/
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.js24 var rc2 = b <= a; variable
57 var rc2 = b <= a;
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js23 var rc2 = b <= a; variable
56 var rc2 = b <= a;
DinOperatorWithValidOperands.js46 var rc2 = x in (c2 || c3); variable
82 var rc2 = x in (c2 || c3);
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js16 var rc2 = null % undefined; variable
75 var rc2 = null % undefined;
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols52 var rc2 = b <= a;
53 >rc2 : Symbol(rc2, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 21, 3))
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols55 var rc2 = b <= a;
56 >rc2 : Symbol(rc2, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 22, 3))
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types51 var rc2 = b <= a;
52 >rc2 : boolean
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.types54 var rc2 = b <= a;
55 >rc2 : boolean
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols40 var rc2 = null % undefined;
41 >rc2 : Symbol(rc2, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 14, 3))
DinOperatorWithValidOperands.symbols130 var rc2 = x in (c2 || c3);
131 >rc2 : Symbol(rc2, Decl(inOperatorWithValidOperands.ts, 44, 3))
DarithmeticOperatorWithNullValueAndValidOperands.js35 var rc2 = null % b; variable
143 var rc2 = null % b;
DcomparisonOperatorWithSubtypeEnumAndNumber.js25 var rc2 = b <= a; variable
96 var rc2 = b <= a;
DcomparisonOperatorWithSubtypeObjectOnProperty.js47 var rc2 = a2 <= b2; variable
147 var rc2 = a2 <= b2;
DcomparisonOperatorWithIdenticalPrimitiveType.js30 var rc2 = b <= b; variable
112 var rc2 = b <= b;
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_list.c107 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()

123456789