Searched refs:byte_count (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A DThreadLocalBuffer.h50 #define LOCAL_INIT_THREAD_LOCAL_BUFFER(type, name, byte_count) \
54 name ## _buffer = reinterpret_cast<type>(malloc(byte_count)); \
57 const size_t name ## _buffer_size = byte_count
H A Dstubs.cpp56 passwd* dst, char* buf, size_t byte_count,
85 if (byte_count < required_byte_count) {
91 snprintf(buf, byte_count, "%s%c%s%c%s",
108 char* buf, size_t byte_count, passwd** result) {
109 return do_getpw_r(1, name, -1, pwd, buf, byte_count, result);
113 char* buf, size_t byte_count, passwd** result) {
114 return do_getpw_r(0, NULL, uid, pwd, buf, byte_count, result);
55 do_getpw_r(int by_name, const char* name, uid_t uid, passwd* dst, char* buf, size_t byte_count, passwd** result) argument
107 getpwnam_r(const char* name, passwd* pwd, char* buf, size_t byte_count, passwd** result) argument
112 getpwuid_r(uid_t uid, passwd* pwd, char* buf, size_t byte_count, passwd** result) argument
/bionic/libc/kernel/common/linux/
H A Dmsm_audio.h165 uint32_t byte_count; member in struct:msm_audio_stats

Completed in 327 milliseconds