Home
last modified time | relevance | path

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

/bionic/libc/dns/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/upstream-openbsd/lib/libc/stdio/
Dfread.c48 size_t total; in fread() local
69 total = resid; in fread()
80 return ((total - resid) / size); in fread()
/bionic/libc/bionic/
Dsysconf.cpp129 long total; in __get_meminfo() local
130 if (sscanf(buf, pattern, &total) == 1) { in __get_meminfo()
131 result = (int) (total / (PAGE_SIZE/1024)); in __get_meminfo()
Dlibc_logging.cpp63 BufferOutputStream(char* buffer, size_t size) : total(0) { in BufferOutputStream()
90 total += avail; in Send()
94 int total; member
104 FdOutputStream(int fd) : total(0), fd_(fd) { in FdOutputStream()
119 total += rc; in Send()
123 int total; member
415 return os.total; in __libc_format_buffer()
424 return os.total; in __libc_format_fd()
Dmalloc_debug_check.cpp621 const size_t total = g_allocated_block_count; in ReportMemoryLeaks() local
626 exe, block->size, user(block), index++, total); in ReportMemoryLeaks()
/bionic/libc/kernel/uapi/linux/
Domapfb.h206 __u32 total; member
/bionic/libc/kernel/uapi/drm/
Ddrm.h255 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()