Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 149) sorted by relevance

123456

/bionic/libc/bionic/
Dnew.cpp25 void* operator new(std::size_t size) { in operator new()
33 void* operator new[](std::size_t size) { in operator new[]()
49 void* operator new(std::size_t size, const std::nothrow_t&) { in operator new()
53 void* operator new[](std::size_t size, const std::nothrow_t&) { in operator new[]()
Djemalloc_wrapper.cpp25 size_t size = BIONIC_ALIGN(bytes, pagesize); in je_pvalloc() local
39 void* je_memalign_round_up_boundary(size_t boundary, size_t size) { in je_memalign_round_up_boundary()
Dscandir.cpp41 size_t size() { in size() function in ScandirResult
87 size_t size = ((original->d_reclen + 3) & ~3); in CopyDirent() local
126 size_t size = names.size(); in scandirat() local
Dmmap.cpp44 void* mmap64(void* addr, size_t size, int prot, int flags, int fd, off64_t offset) { in mmap64()
75 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) { in mmap()
Dreadlink.cpp36 ssize_t readlink(const char* path, char* buf, size_t size) { in readlink()
D__readlink_chk.cpp33 extern "C" ssize_t __readlink_chk(const char* path, char* buf, size_t size, size_t buf_size) { in __readlink_chk()
Dgetcwd.cpp37 char* getcwd(char* buf, size_t size) { in getcwd()
D__readlinkat_chk.cpp33 extern "C" ssize_t __readlinkat_chk(int dirfd, const char* path, char* buf, size_t size, size_t buf… in __readlinkat_chk()
D__fread_chk.cpp34 extern "C" size_t __fread_chk(void * __restrict buf, size_t size, size_t count, in __fread_chk()
D__fwrite_chk.cpp34 extern "C" size_t __fwrite_chk(const void * __restrict buf, size_t size, size_t count, in __fwrite_chk()
Dstatvfs.cpp26 # define __fstatfs64(fd,size,buf) __fstatfs(fd,buf) argument
27 # define __statfs64(path,size,buf) __statfs(path,buf) argument
/bionic/libc/kernel/uapi/asm-generic/
Dioctl.h52 #define _IOC(dir,type,nr,size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((nr) << _I… argument
56 #define _IOR(type,nr,size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument
57 #define _IOW(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
59 #define _IOWR(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
60 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument
61 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument
62 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_ntop.c46 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
72 inet_ntop4(const u_char *src, char *dst, size_t size) in inet_ntop4()
94 inet_ntop6(const u_char *src, char *dst, size_t size) in inet_ntop6()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp136 static void* InitHeader(Header* header, void* orig_pointer, size_t size) { in InitHeader()
281 void* debug_malloc(size_t size) { in debug_malloc()
545 size_t size; in debug_calloc() local
587 int debug_posix_memalign(void** memptr, size_t alignment, size_t size) { in debug_posix_memalign()
601 int debug_iterate(uintptr_t base, size_t size, in debug_iterate()
611 [](uintptr_t base, size_t size, void* arg) { in debug_iterate()
684 size_t size = BIONIC_ALIGN(bytes, pagesize); in debug_pvalloc() local
693 void* debug_valloc(size_t size) { in debug_valloc()
/bionic/libc/include/
Dstdio.h305 int vsnprintf(char *dest, size_t size, const char *format, __va_list ap) in vsnprintf()
319 …#define __wrap_snprintf(dest, size, ...) __builtin___snprintf_chk(dest, size, 0, __bos(dest), __VA… argument
325 int snprintf(char *dest, size_t size, const char *format, ...) in snprintf()
348 size_t fread(void * __restrict buf, size_t size, size_t count, FILE * __restrict stream) { in fread()
374 size_t fwrite(const void * __restrict buf, size_t size, size_t count, FILE * __restrict stream) { in fwrite()
402 char *fgets(char* dest, int size, FILE* stream) { in fgets()
Dalloca.h31 #define alloca(size) __builtin_alloca(size) argument
/bionic/libc/kernel/uapi/drm/
Darmada_drm.h29 uint32_t size; member
37 uint64_t size; member
47 uint32_t size; member
Dsis_drm.h42 unsigned long size; member
47 unsigned long offset, size; member
51 unsigned long offset, size; member
/bionic/tests/
Dstack_protector_test_helper.cpp24 int size = static_cast<int>(sizeof(buf) + 1); in modify_stack_protector_test() local
/bionic/libc/private/
DThreadLocalBuffer.h55 size_t size() { return Size; } in size() function
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dreallocarray.c30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dsetbuffer.c37 setbuffer(FILE *fp, char *buf, int size) in setbuffer()
/bionic/linker/
Dlinker_mapped_file_fragment.h31 size_t size() const { return size_; } in size() function
/bionic/libc/kernel/uapi/sound/
Dasoc.h102 __le32 size; member
111 __le32 size; member
122 __le32 size; member
132 __le32 size; member
146 __le32 size; member
156 __le32 size; member
176 __le32 size; member
187 __le32 size; member
200 __le32 size; member
214 __le32 size; member
[all …]
/bionic/libc/dns/resolv/
Dres_debug.h25 # define DprintQ(cond, args, query, size) /*empty*/ argument
30 # define DprintQ(cond, args, query, size) if (cond) {\ argument

123456