Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 125) sorted by relevance

12345

/bionic/benchmarks/
Datomic_benchmark.cpp56 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/
Ddlsym_from_this_functions.cpp25 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/
Dstatvfs.cpp51 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()
Dmalloc_common.cpp66 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
Dsigaction.cpp65 int result = __rt_sigaction(signal, in sigaction() local
104 int result = sigaction64(signal, bionic_new ? &kernel_new : nullptr, &kernel_old); in sigaction() local
Dfork.cpp42 int result = clone(nullptr, in fork() local
Dgetpriority.cpp34 int result = __getpriority(which, who); in getpriority() local
Dsystem_property_set.cpp85 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
Dstrtold.cpp38 long double result; in strtold() local
Dclock_getcpuclockid.cpp38 clockid_t result = ~static_cast<clockid_t>(pid) << 3; in clock_getcpuclockid() local
Dpthread_getcpuclockid.cpp38 clockid_t result = ~static_cast<clockid_t>(tid) << 3; in pthread_getcpuclockid() local
Dtime64.c64 # 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()
Dfchmod.cpp42 int result = ___fchmod(fd, mode); in fchmod() local
Dlanginfo.cpp34 const char* result = ""; in nl_langinfo() local
Dgetauxval.cpp53 unsigned long result = __bionic_getauxval(type, exists); in getauxval() local
Dflistxattr.cpp42 ssize_t result = ___flistxattr(fd, list, size); in flistxattr() local
Dlibgen.cpp43 int result; in __basename_r() local
99 int result; in __dirname_r() local
Dfgetxattr.cpp42 ssize_t result = ___fgetxattr(fd, name, value, size); in fgetxattr() local
Dfchmodat.cpp60 int result = fchmod(fd, mode); in fchmodat() local
Dfsetxattr.cpp42 int result = ___fsetxattr(fd, name, value, size, flags); in fsetxattr() local
/bionic/tools/versioner/src/
DSymbolDatabase.cpp41 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/
Dbug_26110743_test.cpp54 void* result; in TEST() local
69 void* result; in TEST() local
99 void* result; in TEST() local
114 void* result; in TEST() local
Dsemaphore_test.cpp89 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
Dnetdb_test.cpp200 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/
Dreallocarr.c59 int saved_errno, result; in __weak_alias() local

12345