Home
last modified time | relevance | path

Searched refs:rc1 (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
H A D5-1.c28 int rc1; in main() local
33 rc1 = pthread_attr_init(&attr); in main()
34 if (rc1 != 0) { in main()
35 ERR_MSG("pthread_attr_init()", rc1); in main()
39 rc1 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in main()
41 if (rc1 || rc2) { in main()
42 if (rc1 && rc2) { in main()
44 ERR_MSG("pthread_attr_setscope()", rc1); in main()
47 if (rc1 && rc1 ! in main()
[all...]
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_policy.sh60 local p1 p2 rc1 rc2
65 wait "$p1"; rc1=$?
67 if [ $rc1 -eq 0 ] && [ $rc2 -eq 0 ]; then
69 elif [ $rc1 -eq 0 ] || [ $rc2 -eq 0 ]; then
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
H A D1-2.c34 static void *rc1; variable
85 rc1 = pthread_getspecific(key); in main()
89 if (rc1 != (void *)(KEY_VALUE_1)) { in main()
92 KEY_VALUE_1, (long)rc1); in main()
/third_party/typescript/tests/baselines/reference/
H A DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js22 var rc1 = a <= b; variable
55 var rc1 = a <= b; variable
H A DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.js23 var rc1 = a <= b; variable
56 var rc1 = a <= b; variable
H A DinOperatorWithInvalidOperands.js48 var rc1 = {} in '';
98 var rc1 = {} in '';
H A DinOperatorWithValidOperands.js45 var rc1 = x in c1; variable
81 var rc1 = x in c1; variable
H A DinstanceofOperatorWithInvalidOperands.js47 var rc1 = '' instanceof {};
92 var rc1 = '' instanceof {};
H A DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js15 var rc1 = null % null; variable
74 var rc1 = null % null; variable
H A DcomparisonOperatorWithIdenticalPrimitiveType.js29 var rc1 = a <= a; variable
111 var rc1 = a <= a; variable
H A DcomparisonOperatorWithSubtypeObjectOnProperty.js46 var rc1 = a1 <= b1; variable
146 var rc1 = a1 <= b1; variable
H A DcomparisonOperatorWithSubtypeEnumAndNumber.js24 var rc1 = a <= b; variable
95 var rc1 = a <= b; variable
H A DcomparisonOperatorWithTypeParameter.js25 var rc1 = t < v;
102 var rc1 = t < v;
H A DarithmeticOperatorWithAnyAndNumber.js26 var rc1 = a % a; variable
127 var rc1 = a % a; variable
H A DarithmeticOperatorWithNullValueAndValidOperands.js34 var rc1 = null % a; variable
142 var rc1 = null % a; variable
H A DlogicalAndOperatorWithEveryType.js38 var rc1 = a1 && a3; variable
163 var rc1 = a1 && a3; variable
H A DlogicalOrOperatorWithEveryType.js40 var rc1 = a1 || a3; // any || number is any variable
167 var rc1 = a1 || a3; // any || number is any variable
H A DarithmeticOperatorWithUndefinedValueAndValidOperands.js34 var rc1 = undefined % a; variable
142 var rc1 = undefined % a; variable
H A DarithmeticOperatorWithEnum.js42 var rc1 = c % a; variable
190 var rc1 = c % a; variable
H A DarithmeticOperatorWithEnumUnion.js46 var rc1 = c % a; variable
199 var rc1 = c % a; variable
/third_party/selinux/libsepol/src/
H A Dnode_record.c317 int rc1, rc2; in sepol_node_compare() local
326 rc1 = memcmp(node->addr, key->addr, node->addr_sz); in sepol_node_compare()
329 return (rc2 != 0) ? rc2 : rc1; in sepol_node_compare()
335 int rc1, rc2; in sepol_node_compare2() local
345 rc1 = memcmp(node->addr, node2->addr, node->addr_sz); in sepol_node_compare2()
348 return (rc2 != 0) ? rc2 : rc1; in sepol_node_compare2()
/third_party/skia/tests/
H A DAAClipTest.cpp369 SkRasterClip rc1(ir); in did_dx_affect()
374 rc1.op(r, SkMatrix::I(), SkClipOp::kIntersect, true); in did_dx_affect()
378 REPORTER_ASSERT(reporter, changed != (rc0 == rc1)); in did_dx_affect()
/third_party/ffmpeg/tests/fate/
H A Dvorbis.mak63 fate-vorbis-14: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/rc1-test_small.ogg
64 fate-vorbis-14: REF = $(SAMPLES)/vorbis/rc1-test_small.pcm
/third_party/FreeBSD/lib/msun/ld128/
H A Ds_erfl.c172 rc1 = -1.26229447747315096406518846411562266L, /* 0xbfff4325, 0xbb1aab28, 0xda395cd9, 0xfb861c15 */ variable
316 R=rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+s*(rc6+s*(rc7+ in erfcl()
/third_party/ffmpeg/libavcodec/arm/
H A Drv40dsp_neon.S25 .macro qpel_lowpass r0, r1, rc1, rc2, shift
36 vmlal.u8 q8, d27, \rc1
41 .macro qpel_lowpass_x2 r0, r1, r2, r3, rc1, rc2, shift
59 vmlal.u8 q8, d29, \rc1
64 vmlal.u8 q12, d26, \rc1

Completed in 15 milliseconds

12