Home
last modified time | relevance | path

Searched refs:INTERNAL_SIZE_T (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c355 #ifndef INTERNAL_SIZE_T
356 #define INTERNAL_SIZE_T size_t macro
358 #error Compiler does not support __builtin_mul_overflow, hence INTERNAL_SIZE_T cannot be set
373 (sizeof (long) > sizeof (INTERNAL_SIZE_T) && x < y \
407 INTERNAL_SIZE_T mzsz = (nbytes); \
409 INTERNAL_SIZE_T* mz = (INTERNAL_SIZE_T*) (charp); \
424 INTERNAL_SIZE_T mcsz = (nbytes); \
426 INTERNAL_SIZE_T* mcsrc = (INTERNAL_SIZE_T*) (src); \
427 INTERNAL_SIZE_T* mcdst = (INTERNAL_SIZE_T*) (dest); \
446 INTERNAL_SIZE_T* mzp = (INTERNAL_SIZE_T*)(charp); \
[all …]