Searched refs:localbuf (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regerror.c | 123 regatoi(const llvm_regex_t *preg, char *localbuf, int localbufsize) in regatoi() argument 133 (void)snprintf(localbuf, localbufsize, "%d", r->code); in regatoi() 134 return(localbuf); in regatoi()
|
/external/llvm/lib/Support/ |
D | regerror.c | 123 regatoi(const llvm_regex_t *preg, char *localbuf, int localbufsize) in regatoi() argument 133 (void)snprintf(localbuf, localbufsize, "%d", r->code); in regatoi() 134 return(localbuf); in regatoi()
|
/external/e2fsprogs/lib/et/ |
D | vfprintf.c | 34 char localbuf[BUFSIZ]; local 38 iop->_ptr = iop->_base = localbuf;
|
/external/libjpeg-turbo/ |
D | jchuff.c | 435 localbuf = 1; \ 442 if (localbuf) { \ 468 size_t bytes, bytestocopy; int localbuf = 0; in flush_bits() local 493 size_t bytes, bytestocopy; int localbuf = 0; in encode_one_block_simd() local 515 size_t bytes, bytestocopy; int localbuf = 0; in encode_one_block() local
|