HomeSort by relevance Sort by last modified time
    Searched refs:expbuf (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 98 placed in the buffer starting at EXPBUF and delimited by ENDBUF.
103 compile (char *__restrict instring, char *__restrict expbuf,
124 expbuf += __req;
125 expbuf -= (expbuf - ((char *) 0)) % __req;
126 if (endbuf < expbuf + sizeof (regex_t))
130 __expr_ptr = (regex_t *) expbuf;
133 __expr_ptr->__REPB_PREFIX (buffer) = expbuf + sizeof (regex_t);
213 found in the buffer starting at EXPBUF. `loc1' will return the
220 in EXPBUF. If the match is successful `loc2' will contain th
    [all...]
  /external/v4l2_codec2/vda/
v4l2_device.cc 255 struct v4l2_exportbuffer expbuf; local
256 memset(&expbuf, 0, sizeof(expbuf));
257 expbuf.type = buf_type;
258 expbuf.index = index;
259 expbuf.plane = i;
260 expbuf.flags = O_CLOEXEC;
261 if (Ioctl(VIDIOC_EXPBUF, &expbuf) != 0) {
266 dmabuf_fds.push_back(base::ScopedFD(expbuf.fd));
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress09.c 100 int mapokay(uchar_t * expbuf);
437 int mapokay(uchar_t * expbuf)
448 if (*ptr != expbuf[j]) {
451 expbuf[j], *ptr);
mmapstress01.c 118 int fileokay(char *file, uchar_t * expbuf);
596 int fileokay(char *file, uchar_t * expbuf)
677 if (expbuf[j] != readbuf[j]) {
680 expbuf[j], readbuf[j]);
mmapstress10.c 130 int fileokay(char *file, uchar_t * expbuf);
785 int fileokay(char *file, uchar_t * expbuf)
857 if (expbuf[j] != readbuf[j] && readbuf[j] != 0) {
860 expbuf[j], readbuf[j]);
  /external/libxcam/xcore/
v4l2_device.cpp 496 struct v4l2_exportbuffer expbuf; local
497 xcam_mem_clear (expbuf);
498 expbuf.type = _capture_buf_type;
499 expbuf.index = index;
500 expbuf.flags = O_CLOEXEC;
501 if (io_control (VIDIOC_EXPBUF, &expbuf) < 0) {
505 v4l2_buf.m.fd = expbuf.fd;
  /bionic/libc/stdio/
printf_common.h 130 CharT expbuf[MAXEXPDIG]; local
131 CharT* t = expbuf + MAXEXPDIG;
137 for (; t < expbuf + MAXEXPDIG; *p++ = *t++) /* nothing */;
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]

Completed in 242 milliseconds