Home
last modified time | relevance | path

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

/common/
A Dcli.c176 int nbytes; in run_commandf() local
184 nbytes = vsnprintf(console_buffer, CONFIG_SYS_CBSIZE, fmt, args); in run_commandf()
187 if (nbytes < 0) { in run_commandf()
190 } else if (nbytes >= CONFIG_SYS_CBSIZE) { in run_commandf()
192 nbytes, CONFIG_SYS_CBSIZE); in run_commandf()
A Ddlmalloc.src389 #define MALLOC_ZERO(charp, nbytes) \
391 INTERNAL_SIZE_T mzsz = (nbytes); \
406 #define MALLOC_COPY(dest,src,nbytes) \
408 INTERNAL_SIZE_T mcsz = (nbytes); \
428 #define MALLOC_ZERO(charp, nbytes) \
431 long mctmp = (nbytes)/sizeof(INTERNAL_SIZE_T), mcn; \
445 #define MALLOC_COPY(dest,src,nbytes) \
449 long mctmp = (nbytes)/sizeof(INTERNAL_SIZE_T), mcn; \

Completed in 11 milliseconds