| /external/libchrome/base/synchronization/ |
| D | condition_variable_posix.cc | 25 int rv = 0; in ConditionVariable() local 61 int rv = pthread_cond_destroy(&condition_); in ~ConditionVariable() local 71 int rv = pthread_cond_wait(&condition_, user_mutex_); in Wait() local 92 int rv = pthread_cond_timedwait_relative_np( in TimedWait() local 117 int rv = pthread_cond_timedwait_monotonic_np( in TimedWait() local 120 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &absolute_time); in TimedWait() local 133 int rv = pthread_cond_broadcast(&condition_); in Broadcast() local 138 int rv = pthread_cond_signal(&condition_); in Signal() local
|
| D | lock_impl_posix.cc | 59 int rv = pthread_mutexattr_init(&mta); in LockImpl() local 79 int rv = pthread_mutex_destroy(&native_handle_); in ~LockImpl() local 84 int rv = pthread_mutex_trylock(&native_handle_); in Try() local 102 int rv = pthread_mutex_lock(&native_handle_); in Lock() local
|
| /external/clang/lib/Headers/ |
| D | __clang_cuda_intrinsics.h | 133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr)); in __ldg() local 141 c4 rv = __nvvm_ldg_c4(reinterpret_cast<const c4 *>(ptr)); in __ldg() local 151 s2 rv = __nvvm_ldg_s2(reinterpret_cast<const s2 *>(ptr)); in __ldg() local 159 s4 rv = __nvvm_ldg_s4(reinterpret_cast<const s4 *>(ptr)); in __ldg() local 169 i2 rv = __nvvm_ldg_i2(reinterpret_cast<const i2 *>(ptr)); in __ldg() local 177 i4 rv = __nvvm_ldg_i4(reinterpret_cast<const i4 *>(ptr)); in __ldg() local 187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr)); in __ldg() local 196 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg() local 204 uc4 rv = __nvvm_ldg_uc4(reinterpret_cast<const uc4 *>(ptr)); in __ldg() local 214 us2 rv = __nvvm_ldg_us2(reinterpret_cast<const us2 *>(ptr)); in __ldg() local [all …]
|
| /external/libchrome/base/memory/ |
| D | discardable_shared_memory_unittest.cc | 39 bool rv = memory.CreateAndMap(kDataSize); in TEST() local 49 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 65 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 117 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 157 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 223 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 283 bool rv = memory1.CreateAndMap(data_size_in_bytes); in TEST() local 341 bool rv = memory.CreateAndMap(kDataSize); in TEST() local 356 bool rv = memory.CreateAndMap(kDataSize); in TEST() local 376 bool rv = memory.CreateAndMap(0); in TEST() local [all …]
|
| /external/llvm-project/clang/lib/Headers/ |
| D | __clang_cuda_intrinsics.h | 297 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr)); in __ldg() local 305 c4 rv = __nvvm_ldg_c4(reinterpret_cast<const c4 *>(ptr)); in __ldg() local 315 s2 rv = __nvvm_ldg_s2(reinterpret_cast<const s2 *>(ptr)); in __ldg() local 323 s4 rv = __nvvm_ldg_s4(reinterpret_cast<const s4 *>(ptr)); in __ldg() local 333 i2 rv = __nvvm_ldg_i2(reinterpret_cast<const i2 *>(ptr)); in __ldg() local 341 i4 rv = __nvvm_ldg_i4(reinterpret_cast<const i4 *>(ptr)); in __ldg() local 351 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr)); in __ldg() local 360 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg() local 368 uc4 rv = __nvvm_ldg_uc4(reinterpret_cast<const uc4 *>(ptr)); in __ldg() local 378 us2 rv = __nvvm_ldg_us2(reinterpret_cast<const us2 *>(ptr)); in __ldg() local [all …]
|
| /external/llvm/lib/ExecutionEngine/Orc/ |
| D | OrcMCJITReplacement.cpp | 54 GenericValue rv; in runFunction() local 67 GenericValue rv; in runFunction() local 75 GenericValue rv; in runFunction() local 86 GenericValue rv; in runFunction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| D | OrcMCJITReplacement.cpp | 53 GenericValue rv; in runFunction() local 66 GenericValue rv; in runFunction() local 74 GenericValue rv; in runFunction() local 85 GenericValue rv; in runFunction() local
|
| /external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| D | regex.cpp | 15 int rv = regexec(preg, string, 0, NULL, 0); in test_matched() local 26 int rv = regexec(preg, string, __arraycount(rm), rm, 0); in test_print_matches() local 46 int rv = regcomp(®ex, "[[:upper:]]\\([[:upper:]]\\)", 0); in main() local
|
| D | sysctl.cpp | 22 int rv = sysctl(mib, __arraycount(mib), buf, &len, NULL, 0); in test_sysctl() local 31 int rv = sysctlbyname("kern.ostype", buf, &len, NULL, 0); in test_sysctlbyname() local 40 int rv = sysctlnametomib("kern.ostype", &mib[0], &mib_len); in test_sysctlnametomib() local
|
| /external/oj-libjdwp/src/solaris/transport/socket/ |
| D | socket_md.c | 53 int rv = connect(fd, name, namelen); in dbgsysConnect() local 63 int rv = dbgsysPoll(fd, 0, 1, timeout); in dbgsysFinishConnect() local 75 int rv; in dbgsysAccept() local 90 int rv; in dbgsysRecvFrom() local 101 int rv; in dbgsysSendTo() local 111 int rv; in dbgsysRecv() local 121 int rv; in dbgsysSend() local 145 int rv; in dbgsysSocketClose() local 247 int rv; in dbgsysPoll() local
|
| /external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
| D | cdb.cpp | 32 int rv = cdbw_put_data(cdbw, data1, __arraycount(data1), &idx); in test_cdbw() local 68 int rv = cdbr_get(cdbr, idx - 1, &data, &data_len); in test_cdbr1() local 90 int rv = munmap(base, sz); in cdbr_unmap() local 100 int rv = fstat(fd, &sb); in test_cdbr2() local
|
| D | statvfs1.cpp | 18 int rv = statvfs1("/etc/fstab", &buf, ST_WAIT); in test_statvfs1() local 33 int rv = fstatvfs1(fd, &buf, ST_WAIT); in test_fstatvfs1() local
|
| /external/vboot_reference/firmware/2lib/ |
| D | 2misc.c | 36 int rv; in vb2_read_gbb_header() local 182 int rv; in vb2_fw_parse_gbb() local 210 int rv; in vb2_check_dev_switch() local 289 int rv; in vb2_check_tpm_clear() local
|
| /external/vboot_reference/firmware/lib20/ |
| D | api.c | 20 int rv; in vb2api_fw_phase3() local 46 int rv; in vb2api_init_hash() local 136 int rv; in vb2api_check_hash() local
|
| /external/vboot_reference/firmware/lib21/ |
| D | api.c | 21 int rv; in vb2api_fw_phase3() local 50 int i, rv; in vb2api_init_hash2() local 128 int rv; in vb2api_check_hash() local
|
| D | misc.c | 39 int rv; in vb2_read_resource_object() local 76 int rv; in vb2_load_fw_keyblock() local 165 int rv; in vb2_load_fw_preamble() local
|
| /external/llvm-project/compiler-rt/test/dfsan/ |
| D | custom.cpp | 72 int rv = fstat(fd, &s); in test_fstat() local 82 int rv = memcmp(str1, str2, sizeof(str1)); in test_memcmp() local 96 int rv = bcmp(str1, str2, sizeof(str1)); in test_bcmp() local 137 int rv = strcmp(str1, str2); in test_strcmp() local 150 int rv = strlen(str1); in test_strlen() local 197 int rv = strncmp(str1, str2, sizeof(str1)); in test_strncmp() local 216 int rv = strcasecmp(str1, str2); in test_strcasecmp() local 251 int rv = strncasecmp(str1, str2, sizeof(str1)); in test_strncasecmp() local 348 int rv = read(fd, buf, sizeof(buf)); in test_read() local 365 int rv = pread(fd, buf, sizeof(buf), 0); in test_pread() local [all …]
|
| /external/python/cpython2/Mac/Modules/cf/ |
| D | pycfbridge.c | 35 PyObject *rv; in PyCF_CF2Python_sequence() local 60 PyObject *rv = NULL; in PyCF_CF2Python_mapping() local 131 PyObject *rv; in PyCF_CF2Python_string() local 160 CFMutableArrayRef rv = NULL; in PyCF_Python2CF_sequence() local 198 CFMutableDictionaryRef rv = NULL; in PyCF_Python2CF_mapping() local
|
| /external/clang/test/Sema/ |
| D | ext_vector_comparisons.c | 6 int4 vec, rv; in test1() local 21 float4 vec, rv; in test2() local
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | mips-size_t-ptrdiff_t.cpp | 9 long *rv = new long; // size_t is implicit in the new operator in alloc_long() local 22 long *rv = new long[2]; in alloc_long_array() local
|
| /external/clang/test/CodeGenCXX/ |
| D | mips-size_t-ptrdiff_t.cpp | 9 long *rv = new long; // size_t is implicit in the new operator in alloc_long() local 22 long *rv = new long[2]; in alloc_long_array() local
|
| /external/linux-kselftest/tools/testing/selftests/proc/ |
| D | read.c | 42 ssize_t rv; in f_reg() local 56 ssize_t rv; in f_reg_write() local 69 ssize_t rv; in f_lnk() local
|
| /external/python/cpython2/Modules/ |
| D | imageop.c | 126 PyObject *rv; in imageop_crop() local 182 PyObject *rv; in imageop_scale() local 228 PyObject *rv; in imageop_tovideo() local 279 PyObject *rv; in imageop_grey2mono() local 317 PyObject *rv; in imageop_grey2grey4() local 354 PyObject *rv; in imageop_grey2grey2() local 391 PyObject *rv; in imageop_dither2mono() local 433 PyObject *rv; in imageop_dither2grey2() local 473 PyObject *rv; in imageop_mono2grey() local 512 PyObject *rv; in imageop_grey22grey() local [all …]
|
| /external/mksh/src/ |
| D | funcs.c | 74 int rv; in bi_getn() local 656 int rv = 0; in do_whence() local 776 int rv = 0, prefix = 0; in c_alias() local 928 int optc, rv = 0; in c_unalias() local 988 int rv = 1; in c_let() local 1008 int optc, flag = 0, nflag = 0, rv = 0; in c_jobs() local 1045 int rv = 0; in c_fgbg() local 1083 int i, n, rv, sig; in c_kill() local 1210 int argc, optc, rv; in c_getopts() local 1302 int optc, rv = 0; in c_bind() local [all …]
|
| /external/libchrome/mojo/core/test/ |
| D | test_utils.cc | 19 int rv = HANDLE_EINTR(dup(fileno(fp.get()))); in PlatformHandleFromFILE() local 26 base::ScopedFILE rv(fdopen(h.ReleaseFD(), mode)); in FILEFromPlatformHandle() local
|