Searched defs:rc1 (Results 1 - 8 of 8) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
H A D5-1.c28 int rc1; local
33 rc1 = pthread_attr_init(&attr);
34 if (rc1 != 0) {
35 ERR_MSG("pthread_attr_init()", rc1);
39 rc1 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
41 if (rc1 || rc2) {
42 if (rc1 && rc2) {
44 ERR_MSG("pthread_attr_setscope()", rc1);
47 if (rc1 && rc1 !
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
H A D1-2.c34 void *rc1; variable
85 rc1 = pthread_getspecific(key);
89 if (rc1 != (void *)(KEY_VALUE_1)) {
92 KEY_VALUE_1, (long)rc1);
/external/selinux/libsepol/src/
H A Dnode_record.c330 int rc1, rc2; local
339 rc1 = memcmp(node->addr, key->addr, node->addr_sz);
342 return (rc2 != 0) ? rc2 : rc1;
348 int rc1, rc2; local
358 rc1 = memcmp(node->addr, node2->addr, node->addr_sz);
361 return (rc2 != 0) ? rc2 : rc1;
/external/ltp/testcases/kernel/fs/dmapi/
H A Dattr.c10547 int rc1, rc2; local
10583 rc1 =
10588 "1st call: rc %d, rlen %d, loc %llx\n", rc1,
10598 if (rc1 == 1) {
10614 szFuncName, rc1,
10620 szFuncName, rc1,
10628 szFuncName, rc1, rlen1,
10635 szFuncName, rc1);
10699 int rc1, rc2, rc3; local
10736 rc1
10869 int rc1, rc2, rc3; local
[all...]
/external/pdfium/core/fxcrt/
H A Dfx_coordinates.h393 friend bool operator==(const RectType& rc1, const RectType& rc2) { argument
394 return rc1.left == rc2.left && rc1.top == rc2.top &&
395 rc1.width == rc2.width && rc1.height == rc2.height;
397 friend bool operator!=(const RectType& rc1, const RectType& rc2) { argument
398 return !(rc1 == rc2);
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c162 int rc1=cil_build_ast(test_db, test_tree->root, test_db->ast->root); local
163 rc1 = rc1;
H A Dtest_cil_build_ast.c506 int rc1 = cil_gen_perm(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head->next, test_ast_node); local
509 CuAssertIntEquals(tc, SEPOL_OK, rc1);
/external/valgrind/perf/
H A Dtinycc.c5417 void gv2(int rc1, int rc2);
10560 /* generate vtop[-1] and vtop[0] in resp. classes rc1 and rc2 */
10561 void gv2(int rc1, int rc2)
10569 if (v != VT_CMP && (v & ~1) != VT_JMP && rc1 <= rc2) {
10571 gv(rc1);
10577 gv(rc1);
10583 gv(rc1);
10559 gv2(int rc1, int rc2) argument

Completed in 495 milliseconds