Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 3 of 3) sorted by relevance

/system/core/sh/
Dmachdep.h47 #define SHELL_ALIGN(nbytes) (((nbytes) + SHELL_SIZE) & ~SHELL_SIZE) argument
Dmemalloc.c59 ckmalloc(int nbytes) in ckmalloc()
75 ckrealloc(pointer p, int nbytes) in ckrealloc()
124 stalloc(int nbytes) in stalloc()
Doutput.c479 xwrite(int fd, char *buf, int nbytes) in xwrite()