/external/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()
|
/external/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));
|
/external/libffi/testsuite/libffi.call/ |
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_complex.inc | 15 _Complex T_C_TYPE c, rc, rc2; 30 rc2 = return_c(c); 33 T_CONV creal (rc2), T_CONV cimag (rc2));
|
D | return_complex2.inc | 14 _Complex T_C_TYPE c1, c2, c4, rc, rc2; 34 rc2 = return_c(c1, c2, in3, c4); 37 T_CONV creal (rc2), T_CONV cimag (rc2));
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/ |
D | 1-2.c | 35 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()
|
/external/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | ima_policy.sh | 73 local p1 p2 rc1 rc2 79 wait "$p2"; rc2=$? 80 if [ $rc1 -eq 0 ] && [ $rc2 -eq 0 ]; then 82 elif [ $rc1 -eq 0 ] || [ $rc2 -eq 0 ]; then
|
/external/llvm-project/llvm/test/Transforms/IRCE/ |
D | non_known_positive_end.ll | 18 %rc2 = icmp slt i32 %iv, %size 20 %rc = and i1 %rc1, %rc2 52 %rc2 = icmp ult i32 %iv, %size 54 %rc = and i1 %rc1, %rc2 85 %rc2 = icmp slt i32 %iv, %size 87 %rc = and i1 %rc1, %rc2 118 %rc2 = icmp ult i32 %iv, %size 120 %rc = and i1 %rc1, %rc2
|
/external/selinux/libsepol/src/ |
D | node_record.c | 322 int rc1, rc2; in hidden_def() local 332 rc2 = memcmp(node->mask, key->mask, node->mask_sz); in hidden_def() 334 return (rc2 != 0) ? rc2 : rc1; in hidden_def() 340 int rc1, rc2; in sepol_node_compare2() local 351 rc2 = memcmp(node->mask, node2->mask, node->mask_sz); in sepol_node_compare2() 353 return (rc2 != 0) ? rc2 : rc1; in sepol_node_compare2()
|
/external/libopus/ |
D | releases.sha2 | 14 76bc0a31502a51dae9ab737b4db043b9ecfcd0b5861f0bfda41b662bd5b92227 opus-1.0.1-rc2.tar.gz 23 ebc87a086d4fe677c5e42d56888b1fd25af858e4179eae4f8656270410dffac3 opus-1.1-rc2.tar.gz 41 f6bab321fb81db984766f1e4d340a9e71a5ca2c5d4d53f4ee072e84afda271ca opus-1.3-rc2.tar.gz
|
/external/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()
|
/external/openssh/contrib/hpux/ |
D | README | 23 # ln -s /sbin/init.d/sshd.rc /sbin/rc2.d/S900sshd 45 # ln -s /sbin/init.d/egd.rc /sbin/rc2.d/S400egd
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 486 friend bool operator==(const CFX_RectF& rc1, const CFX_RectF& rc2) { 487 return rc1.left == rc2.left && rc1.top == rc2.top && 488 rc1.width == rc2.width && rc1.height == rc2.height; 490 friend bool operator!=(const CFX_RectF& rc1, const CFX_RectF& rc2) { 491 return !(rc1 == rc2);
|
/external/tpm2-tss/test/integration/ |
D | sapi-param-encrypt-decrypt.int.c | 30 TSS2_RC rc, rc2; in test_invoke() local 280 rc2 = Tss2_Sys_NV_UndefineSpace(sapi_context, TPM2_RH_OWNER, in test_invoke() 282 if (rc2) in test_invoke()
|
/external/llvm-project/clang/test/CodeGenOpenCLCXX/ |
D | address-space-castoperators.cpp | 13 __generic int& rc2 = reinterpret_cast<__generic int&>(y); in test_reinterpret_cast() local
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Resources/ |
D | Application.rc | 55 …"#include ""Resources\\Application.rc2"" // non-Microsoft eMbedded Visual C++ edited resources\r\… 187 #include "Resources\Application.rc2" // non-Microsoft eMbedded Visual C++ edited resources
|
/external/openssh/ |
D | buildpkg.sh.in | 274 $TEST_DIR/etc/rc2.d/${SYSVINITSTART}${SYSVINIT_NAME} 0 1 324 mkdir -p ${TEST_DIR}/etc/rc2.d 345 …installf ${PKGNAME} \${PKG_INSTALL_ROOT}$TEST_DIR/etc/rc2.d/${SYSVINITSTART}${SYSVINIT_NAME}=../in… 352 …installf ${PKGNAME} \${PKG_INSTALL_ROOT}$TEST_DIR/etc/rc2.d/${SYSVINITSTART}${SYSVINIT_NAME}=\${PK…
|
/external/curl/docs/ |
D | CIPHERS.md | 174 `rc2` 287 `rc2-md5` 289 `exp-rc2-md5` 300 `exp-rc2-cbc-md5` 311 `exp-rc2-cbc-md5`
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 602 int rc2 = frag_report(*cpp); local 604 if (rc2 < 0 && rc == 0) 605 rc = rc2;
|
/external/mesa3d/docs/ |
D | release-calendar.rst | 39 | | 2020-11-11 | 20.3.0-rc2 | Dylan Baker | |
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/testdata/ |
D | BUILD | 15 # 2.2rc2. The final release of TF 2.2 was not out when this change was created.:
|
/external/libchrome/libchrome_tools/patches/ |
D | Add-header-files-base-check_op-notreached-h.patch | 47 2.27.0.rc2.251.g90737beb825-goog
|
/external/strace/xlat/ |
D | v4l2_control_id_bases.in | 14 * Linux kernel commit v4.18-rc2-106-g421860b9d47053badce4b247576fa48df9ab4c48
|