Home
last modified time | relevance | path

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

/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp929 uint8_t *inputbuf = (uint8_t *)sEncodeOp.s_inp_buf.apv_bufs[0]; in encodeFrames() local
932 [=, &inputbuf](const bufferPtrs &buf) { return std::get<0>(buf) == inputbuf; }); in encodeFrames()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c348 static int sgetc(const char *inputbuf, int *offsetptr) in sgetc() argument
352 if ((c = inputbuf[*offsetptr]) != 0) { in sgetc()
371 static char *slgets(char *buf, int buflen, const char *inputbuf, int *offsetptr) in slgets() argument
377 while ((--buflen > 0) && ((c = sgetc(inputbuf, offsetptr)) >= 0)) { in slgets()
386 while ((c = sgetc(inputbuf, offsetptr)) >= 0) { in slgets()