Home
last modified time | relevance | path

Searched refs:rc1 (Results 1 – 25 of 130) sorted by relevance

123456

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
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 != ENOTSUP) { in main()
48 ERR_MSG("pthread_attr_setscope()", rc1); in main()
/external/u-boot/board/compulab/cm_t3517/
Dcm_t3517.c196 int rc = 0, rc1 = 0; in board_eth_init() local
198 rc1 = cm_t3517_handle_mac_address(); in board_eth_init()
199 if (rc1) in board_eth_init()
202 rc1 = cm_t3517_init_emac(bis); in board_eth_init()
203 if (rc1 > 0) in board_eth_init()
206 rc1 = cl_omap3_smc911x_init(0, 4, CONFIG_SMC911X_BASE, in board_eth_init()
208 if (rc1 > 0) in board_eth_init()
/external/strace/xlat/
Dloop_flags_options.in2 /* Added in v2.6.11-732-gf3f28e4, Removed in v3.2-rc1~49^2~5^2~3 */
4 /* Added in v2.6.25-rc1~758 */
6 /* Added in v3.2-rc1~48^2~7 */
8 /* Added in v4.4-rc1~133^2~22 */
Dblock_ioctl_cmds.in32 /* BLKDAXSET was present between v4.5-rc1~112^2^2~16 and v4.5-rc3~23^2~3 */
34 /* BLKDAXGET was present between v4.5-rc1~112^2^2~16 and v4.7-rc1~78^2^2~4 */
Dnl_audit_types.in62 * Linux kernel commit v3.15-rc1~18^2~1 has changed the value
63 * of AUDIT_FEATURE_CHANGE constant introduced by commit v3.13-rc1~19^2~20
66 * Linux kernel commit v3.15-rc1~18^2~1 also claims that the old value
Dkvm_cpuid_flags.in3 * Workaround a bug in kernel headers fixed by linux commit v4.7-rc1~32^2~42.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
D1-2.c34 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()
/external/e2fsprogs/debian/
Dlibext2fs2.symbols59 ext2fs_alloc_block3@Base 1.44.0~rc1
175 ext2fs_djb2_hash@Base 1.44.3~rc1
180 ext2fs_ext_attr_block_rehash@Base 1.44.0~rc1
181 ext2fs_ext_attr_hash_entry2@Base 1.44.0~rc1
290 ext2fs_get_ea_inode_hash@Base 1.44.0~rc1
291 ext2fs_get_ea_inode_ref@Base 1.44.0~rc1
328 ext2fs_hashmap_add@Base 1.44.3~rc1
329 ext2fs_hashmap_create@Base 1.44.3~rc1
330 ext2fs_hashmap_free@Base 1.44.3~rc1
331 ext2fs_hashmap_iter_in_order@Base 1.44.3~rc1
[all …]
/external/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_policy.sh86 local p1 p2 rc1 rc2
91 wait "$p1"; rc1=$?
93 if [ $rc1 -eq 0 ] && [ $rc2 -eq 0 ]; then
95 elif [ $rc1 -eq 0 ] || [ $rc2 -eq 0 ]; then
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/
Dnon_known_positive_end.ll17 %rc1 = icmp slt i32 %iv, %len
20 %rc = and i1 %rc1, %rc2
51 %rc1 = icmp ult i32 %iv, %len
54 %rc = and i1 %rc1, %rc2
84 %rc1 = icmp slt i32 %iv, %len
87 %rc = and i1 %rc1, %rc2
117 %rc1 = icmp ult i32 %iv, %len
120 %rc = and i1 %rc1, %rc2
/external/webp/
DChangeLog5 - 8/12: release version 0.2.0-rc1 (head change#Ia5475247)
10 - 1/14: Release version 0.4.0-rc1 (change#I22be12d8)
11 - 7/14: Release version 0.4.1-rc1 (change#I5346984d2)
/external/libbackup/
Dbuild.gradle27 shadowCompile 'org.robolectric:robolectric:3.1-rc1'
28 shadowCompile 'org.robolectric:shadows-core:3.1-rc1'
/external/selinux/libsepol/src/
Dnode_record.c322 int rc1, rc2; in hidden_def() local
331 rc1 = memcmp(node->addr, key->addr, node->addr_sz); in hidden_def()
334 return (rc2 != 0) ? rc2 : rc1; in hidden_def()
340 int rc1, rc2; in sepol_node_compare2() local
350 rc1 = memcmp(node->addr, node2->addr, node->addr_sz); in sepol_node_compare2()
353 return (rc2 != 0) ? rc2 : rc1; in sepol_node_compare2()
/external/openssh/contrib/hpux/
DREADME22 # ln -s /sbin/init.d/sshd.rc /sbin/rc1.d/K100sshd
44 # ln -s /sbin/init.d/egd.rc /sbin/rc1.d/K600egd
/external/tensorflow/tensorflow/
Dversion_check.bzl8 e.g. "1.2.3rc1 abc1234" where "abc1234" is a commit hash.
21 # "0.10.0rc1 abc123d" => (0, 10, 0)
/external/pdfium/core/fxcrt/
Dfx_coordinates.h562 friend bool operator==(const RectType& rc1, const RectType& rc2) {
563 return rc1.left == rc2.left && rc1.top == rc2.top &&
564 rc1.width == rc2.width && rc1.height == rc2.height;
566 friend bool operator!=(const RectType& rc1, const RectType& rc2) {
567 return !(rc1 == rc2);
/external/u-boot/board/compulab/cm_t35/
Dcm_t35.c458 int rc = 0, rc1 = 0; in board_eth_init() local
460 rc1 = handle_mac_address(); in board_eth_init()
461 if (rc1) in board_eth_init()
464 rc1 = cl_omap3_smc911x_init(0, 5, CONFIG_SMC911X_BASE, in board_eth_init()
466 if (rc1 > 0) in board_eth_init()
469 rc1 = cl_omap3_smc911x_init(1, 4, SB_T35_SMC911X_BASE, NULL, -EINVAL); in board_eth_init()
470 if (rc1 > 0) in board_eth_init()
/external/syzkaller/pkg/report/testdata/linux/report/
D265 [ 127.538376] 4.14.0-rc1+ #1 Not tainted
67 [ 127.800405] CPU: 0 PID: 22269 Comm: syz-executor0 Not tainted 4.14.0-rc1+ #1
D2367 CPU: 0 PID: 2587 Comm: syz-executor2 Not tainted 4.17.0-rc1+ #11
D406 [ 4.556979] CPU: 2 PID: 3624 Comm: usb Not tainted 4.5.0-rc1 #252
/external/iptables/extensions/
Dlibxt_SNAT.man26 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
44 Kernels prior to 2.6.36-rc1 don't have the ability to
/external/python/cpython3/Misc/NEWS.d/
D3.5.3.rst7 There were no code changes between 3.5.3rc1 and 3.5.3 final.
D3.6.4.rst8 There were no new code changes in version 3.6.4 since v3.6.4rc1.
D3.6.3.rst8 regression in 3.6.3rc1.
D3.7.1rc2.rst168 Tk 8.6.x development snapshot used with 3.7.1rc1 and 3.6.7rc1. The snapshot

123456