Searched refs:nmemb (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dfread.c6 size_t fread(void *restrict destv, size_t size, size_t nmemb, FILE *restrict f) argument
9 size_t len = size*nmemb, l = len, k;
10 if (!size) nmemb = 0;
35 return nmemb;
H A Dfwrite.c28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) argument
30 size_t k, l = size*nmemb;
31 if (!size) nmemb = 0;
35 return k==l ? nmemb : k/size;
/seL4-refos-master/libs/libplatsupport/src/
H A Dio.c26 static int ps_stdlib_calloc(UNUSED void *cookie, size_t nmemb, size_t size, void **ptr) argument
29 *ptr = calloc(nmemb, size);
/seL4-refos-master/projects/util_libs/libplatsupport/src/
H A Dio.c26 static int ps_stdlib_calloc(UNUSED void *cookie, size_t nmemb, size_t size, void **ptr) argument
29 *ptr = calloc(nmemb, size);
/seL4-refos-master/libs/libplatsupport/include/platsupport/
H A Dio.h348 * @param nmemb Amount of element to allocate.
356 size_t nmemb,
412 size_t nmemb,
427 if (size == 0 || nmemb == 0) {
438 return ops->calloc(ops->cookie, nmemb, size, ptr);
410 ps_calloc( const ps_malloc_ops_t *ops, size_t nmemb, size_t size, void **ptr) argument
/seL4-refos-master/projects/util_libs/libplatsupport/include/platsupport/
H A Dio.h348 * @param nmemb Amount of element to allocate.
356 size_t nmemb,
412 size_t nmemb,
427 if (size == 0 || nmemb == 0) {
438 return ops->calloc(ops->cookie, nmemb, size, ptr);
410 ps_calloc( const ps_malloc_ops_t *ops, size_t nmemb, size_t size, void **ptr) argument
/seL4-refos-master/libs/libplatsupport/src/plat/pc99/acpi/
H A Dregions.c70 void qsort(void *base, size_t nmemb, size_t size,
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/pc99/acpi/
H A Dregions.c70 void qsort(void *base, size_t nmemb, size_t size,

Completed in 89 milliseconds