Home
last modified time | relevance | path

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

123

/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dmalloc_ea.c40 malloc_ea (size_ea_t size) in malloc_ea()
Drealloc_ea.c41 unsigned long long size; member
48 realloc_ea (__ea void *ptr, size_ea_t size) in realloc_ea()
Dstrchr_ea.c43 size_ea_t size; in strchr_ea() local
Dposix_memalign_ea.c43 unsigned long long size; member
50 posix_memalign_ea (__ea void **memptr, size_ea_t align, size_ea_t size) in posix_memalign_ea()
Dfread.c42 size_t size; member
53 size_t size, in fread()
Dfwrite.c44 size_t size; member
53 size_t size, in fwrite()
Dvsnprintf.c45 size_t size; member
56 size_t size, in vsnprintf()
Dsetvbuf.c46 size_t size; member
56 size_t size) in setvbuf()
/picolibc-3.7.0-3.6.0/semihost/
Disatty.c52 int size = sys_semihost_flen(fd); in isatty() local
Dfstat.c52 int size; in fstat() local
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Daligned_alloc.c34 aligned_alloc (size_t align, size_t size) in aligned_alloc()
Dcalloc.c54 size_t size) in calloc()
Dreallocarray.c26 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
Dreallocf.c36 size_t size) in reallocf()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/nvptx/
Dmalloc.c22 void *malloc (size_t size) in malloc()
Dcalloc.c20 calloc (size_t size, size_t len) in calloc()
Dcallocr.c19 _calloc_r (struct _reent *ptr, size_t size, size_t len) in _calloc_r()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dalloca.h15 #define alloca(size) __builtin_alloca(size) argument
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dsetbuffer.c39 setbuffer(FILE *stream, char *buf, size_t size) in setbuffer()
Dsetvbuf.c39 setvbuf(FILE *stream, char *buf, int mode, size_t size) in setvbuf()
Dfgets.c35 fgets(char *str, int size, FILE *stream) in fgets()
Dfgetws.c33 fgetws(wchar_t *str, int size, FILE *stream) in fgetws()
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dsetbuffer.c71 int size) in setbuffer()
/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.string/
Dtstring.c29 void eprintf (int line, char *result, char *expected, int size) in eprintf()
39 void mycopy (char *target, char *source, int size) in mycopy()
49 void myset (char *target, char ch, int size) in myset()
59 char *getbuf(size_t size, const char *template) in getbuf()
/picolibc-3.7.0-3.6.0/test/
Dmalloc_stress.c102 size_t size = block_size[i]; in check_block() local
237 size_t size = randint(MAX_ALLOC); in main() local
254 size_t size = randint(MAX_ALLOC); in main() local
286 size_t size = randint(MAX_ALLOC); in main() local

123