Searched defs:size_t (Results 1 - 4 of 4) sorted by relevance
/bionic/libc/arch-arm/include/machine/ |
H A D | _types.h | 40 /* the kernel defines size_t as unsigned int, but g++ wants it to be unsigned long */ 44 typedef unsigned long size_t; typedef
|
/bionic/libc/arch-x86/include/machine/ |
H A D | _types.h | 38 /* the kernel defines size_t as unsigned int, but g++ wants it to be unsigned long */ 42 typedef unsigned int size_t; typedef 44 typedef unsigned long size_t; typedef
|
/bionic/libc/include/sys/ |
H A D | types.h | 90 typedef unsigned int size_t; typedef 93 /* size_t is defined by the GCC-specific <stddef.h> */
|
/bionic/libc/include/ |
H A D | stdio.h | 44 /* va_list and size_t must be defined by stdio.h according to Posix */ 48 /* note that this forces stddef.h to *only* define size_t */ 60 typedef unsigned long size_t; typedef 239 size_t fread(void *, size_t, size_t, FILE *); 249 size_t fwrite(const void *, size_t, size_t, FILE *); 273 int setvbuf(FILE *, char *, int, size_t); [all...] |
Completed in 642 milliseconds