/bionic/benchmarks/ |
D | atomic_benchmark.cpp | 56 unsigned result = 0; in BM_atomic_load_relaxed() local 66 unsigned result = 0; in BM_atomic_load_acquire() local 94 unsigned result = 0; in BM_atomic_fetch_add_relaxed() local 104 unsigned result = 0; in BM_atomic_fetch_add_seq_cst() local 117 unsigned result = 0; in BM_atomic_acquire_fence() local 128 unsigned result = 0; in BM_atomic_seq_cst_fence() local 141 unsigned result = 0; in BM_atomic_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 | malloc_common.cpp | 66 void* result = Malloc(calloc)(n_elements, elem_size); in calloc() local 111 void* result = Malloc(malloc)(bytes); in malloc() local 131 void* result = Malloc(memalign)(alignment, bytes); in memalign() local 151 void* result = Malloc(aligned_alloc)(alignment, size); in aligned_alloc() local 163 void* result = Malloc(realloc)(old_mem, bytes); in realloc() local 187 void* result = Malloc(pvalloc)(bytes); in pvalloc() local 199 void* result = Malloc(valloc)(bytes); in valloc() local
|
D | sigaction.cpp | 65 int result = __rt_sigaction(signal, in sigaction() local 104 int result = sigaction64(signal, bionic_new ? &kernel_new : nullptr, &kernel_old); in sigaction() local
|
D | fork.cpp | 42 int result = clone(nullptr, in fork() local
|
D | getpriority.cpp | 34 int result = __getpriority(which, who); in getpriority() local
|
D | system_property_set.cpp | 85 int result = TEMP_FAILURE_RETRY(recv(socket_, value, sizeof(*value), MSG_WAITALL)); in RecvInt32() local 100 bool CheckSendRecvResult(int result, int expected_len) { in CheckSendRecvResult() 189 int result = -1; in send_prop_msg() local 297 int result = -1; in __system_property_set() local
|
D | strtold.cpp | 38 long double result; in strtold() 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 | fchmod.cpp | 42 int result = ___fchmod(fd, mode); in fchmod() local
|
D | langinfo.cpp | 34 const char* result = ""; in nl_langinfo() local
|
D | getauxval.cpp | 53 unsigned long result = __bionic_getauxval(type, exists); in getauxval() local
|
D | flistxattr.cpp | 42 ssize_t result = ___flistxattr(fd, list, size); in flistxattr() local
|
D | libgen.cpp | 43 int result; in __basename_r() local 99 int result; in __dirname_r() local
|
D | fgetxattr.cpp | 42 ssize_t result = ___fgetxattr(fd, name, value, size); in fgetxattr() local
|
D | fchmodat.cpp | 60 int result = fchmod(fd, mode); in fchmodat() local
|
D | fsetxattr.cpp | 42 int result = ___fsetxattr(fd, name, value, size, flags); in fsetxattr() local
|
/bionic/tools/versioner/src/ |
D | SymbolDatabase.cpp | 41 std::unordered_set<std::string> result; in getSymbols() local 74 std::map<std::string, NdkSymbolType> result; in parsePlatform() local 107 NdkSymbolDatabase result; in parsePlatforms() local
|
/bionic/tests/ |
D | bug_26110743_test.cpp | 54 void* result; in TEST() local 69 void* result; in TEST() local 99 void* result; in TEST() local 114 void* result; in TEST() local
|
D | semaphore_test.cpp | 89 void* result; in TEST() local 186 int result = sem_wait(sem); in SemWaitEINTRThreadFn() local 216 void* result; in TEST() local 239 void* result; in TEST() local
|
D | netdb_test.cpp | 200 int result = gethostbyname_r("localhost", &hent, buf, sizeof(buf), &hp, &err); in TEST() local 222 int result = gethostbyname2_r("localhost", AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() local 251 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() local 273 int result = gethostbyname_r("localhost", &hent, buf, sizeof(buf), &hp, &err); in TEST() local 284 int result = gethostbyname2_r("localhost", AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() local 296 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() local 307 int result = gethostbyname_r("does.not.exist.google.com", &hent, buf, sizeof(buf), &hp, &err); in TEST() local 318 …int result = gethostbyname2_r("does.not.exist.google.com", AF_INET, &hent, buf, sizeof(buf), &hp, … in TEST() local 330 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() local
|
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
D | reallocarr.c | 59 int saved_errno, result; in __weak_alias() local
|