Home
last modified time | relevance | path

Searched refs:total (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/netbsd/net/
Dgetservent.c57 int total = 0; in getservent_r() local
69 total += namelen + 1; in getservent_r()
74 total += (count+1)*sizeof(char*); in getservent_r()
77 total += 1 + len2; in getservent_r()
82 p2 = realloc( (char*)rs->servent.s_aliases, total ); in getservent_r()
/bionic/libc/stdio/
Dfread.c53 size_t total; in fread() local
65 total = resid; in fread()
145 return ((total - resid) / size); in fread()
165 return ((total - resid) / size); in fread()
/bionic/libc/kernel/common/linux/
Dsmb.h40 __u16 total; member
/bionic/linker/
Dlinker_format.c86 int total; member
97 bo->total += len; in buf_out_send()
124 bo->total = 0; in buf_out_init()
132 return bo->total; in buf_out_length()
200 int total; member
220 fdo->total += ret; in fd_out_send()
230 fdo->total = 0; in fd_out_init()
238 return fdo->total; in fd_out_length()
/bionic/libc/unistd/
Dsysconf.c131 long total; in __get_meminfo() local
132 if (sscanf(buf, pattern, &total) == 1) { in __get_meminfo()
133 result = (int) (total / (PAGE_SIZE/1024)); in __get_meminfo()
/bionic/libc/kernel/common/linux/mtd/
Dnand.h137 int total; member
/bionic/libc/upstream-dlmalloc/
Dmalloc.c3471 size_t total; in do_check_malloc_state() local
3492 total = traverse_and_check(m); in do_check_malloc_state()
3493 assert(total <= m->footprint); in do_check_malloc_state()