/bionic/benchmarks/ |
D | atomic_benchmark.cpp | 54 unsigned result = 0; in BM_load_relaxed() local 64 unsigned result = 0; in BM_load_acquire() local 92 unsigned result = 0; in BM_fetch_add_relaxed() local 102 unsigned result = 0; in BM_fetch_add_seq_cst() local 115 unsigned result = 0; in BM_acquire_fence() local 126 unsigned result = 0; in BM_seq_cst_fence() local 139 unsigned result = 0; in BM_fetch_add_cs() local
|
/bionic/tests/libs/ |
D | dlsym_from_this_functions.cpp | 25 int* result = static_cast<int*>(dlsym(RTLD_DEFAULT, "test_dlsym_symbol")); in lookup_dlsym_symbol_using_RTLD_DEFAULT() local 35 int* result = static_cast<int*>(dlsym(RTLD_DEFAULT, "test_dlsym_symbol2")); in lookup_dlsym_symbol2_using_RTLD_DEFAULT() local 45 int* result = static_cast<int*>(dlsym(RTLD_NEXT, "test_dlsym_symbol")); in lookup_dlsym_symbol_using_RTLD_NEXT() local
|
/bionic/libc/bionic/ |
D | statvfs.cpp | 51 int fstatfs(int fd, struct statfs* result) { in fstatfs() 61 int statfs(const char* path, struct statfs* result) { in statfs() 71 int statvfs(const char* path, struct statvfs* result) { in statvfs() 82 int fstatvfs(int fd, struct statvfs* result) { in fstatvfs()
|
D | fork.cpp | 39 int result = clone(nullptr, in fork() local
|
D | strtold.cpp | 36 long double result; in strtold() local
|
D | strsignal.cpp | 38 char* result = const_cast<char*>(__strsignal_lookup(signal_number)); in strsignal() local
|
D | getpriority.cpp | 34 int result = __getpriority(which, who); in getpriority() local
|
D | strerror.cpp | 37 char* result = const_cast<char*>(__strerror_lookup(error_number)); in strerror() local
|
D | sigpending.cpp | 37 int result = __rt_sigpending(&set, sizeof(set)); in sigpending() local
|
D | sigwait.cpp | 43 int result = __rt_sigtimedwait(sigset.get(), NULL, NULL, sizeof(sigset)); in sigwait() local
|
D | clock_getcpuclockid.cpp | 38 clockid_t result = ~static_cast<clockid_t>(pid) << 3; in clock_getcpuclockid() local
|
D | pthread_getcpuclockid.cpp | 38 clockid_t result = ~static_cast<clockid_t>(tid) << 3; in pthread_getcpuclockid() local
|
D | time64.c | 64 # define LOCALTIME_R(clock, result) localtime_r(clock, result) argument 66 # define LOCALTIME_R(clock, result) fake_localtime_r(clock, result) argument 69 # define GMTIME_R(clock, result) gmtime_r(clock, result) argument 71 # define GMTIME_R(clock, result) fake_gmtime_r(clock, result) argument 427 struct tm * fake_localtime_r(const time_t *clock, struct tm *result) { in fake_localtime_r() 445 struct tm * fake_gmtime_r(const time_t *clock, struct tm *result) { in fake_gmtime_r() 748 char *asctime64_r( const struct TM* date, char *result ) { in asctime64_r() 779 char *ctime64_r( const Time64_T* time, char* result ) { in ctime64_r()
|
D | langinfo.cpp | 34 const char* result = ""; in nl_langinfo() local
|
D | pthread_sigmask.cpp | 37 int result = sigprocmask(how, new_set, old_set); in pthread_sigmask() local
|
D | fchmod.cpp | 40 int result = ___fchmod(fd, mode); in fchmod() local
|
D | libgen.cpp | 43 int result; in __basename_r() local 99 int result; in __dirname_r() local
|
D | flistxattr.cpp | 40 ssize_t result = ___flistxattr(fd, list, size); in flistxattr() local
|
D | fchmodat.cpp | 60 int result = fchmod(fd, mode); in fchmodat() local
|
/bionic/tests/ |
D | bug_26110743_test.cpp | 51 void* result; in TEST() local 66 void* result; in TEST() local 95 void* result; in TEST() local 110 void* result; in TEST() local
|
D | semaphore_test.cpp | 89 void* result; in TEST() local 173 int result = sem_wait(sem); in SemWaitEINTRThreadFn() local 203 void* result; in TEST() local 226 void* result; in TEST() local
|
/bionic/tools/versioner/src/ |
D | SymbolDatabase.cpp | 39 std::unordered_set<std::string> result; in getSymbols() local 98 std::map<std::string, NdkSymbolType> result; in parsePlatform() local 147 std::map<std::string, std::map<CompilationType, NdkSymbolType>> result; in parsePlatforms() local
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_csqrtl.c | 51 long double complex result; in csqrtl() local
|
D | s_csqrt.c | 51 double complex result; in csqrt() local
|
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
D | reallocarr.c | 59 int saved_errno, result; in __weak_alias() local
|