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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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/chromium_org/content/common/gpu/media/
exynos_v4l2_video_device.cc 151 struct v4l2_exportbuffer expbuf; local
152 memset(&expbuf, 0, sizeof(expbuf));
153 expbuf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
154 expbuf.index = buffer_index;
155 expbuf.plane = i;
156 expbuf.flags = O_CLOEXEC;
157 if (Ioctl(VIDIOC_EXPBUF, &expbuf) != 0) {
160 dmabuf_fds[i].reset(expbuf.fd);
v4l2_image_processor.cc 336 struct v4l2_exportbuffer expbuf; local
337 memset(&expbuf, 0, sizeof(expbuf));
338 expbuf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
339 expbuf.index = i;
340 expbuf.plane = j;
341 expbuf.flags = O_CLOEXEC;
342 IOCTL_OR_ERROR_RETURN_FALSE(VIDIOC_EXPBUF, &expbuf);
343 output_record.fds[j] = expbuf.fd;
  /external/bison/lib/
vasnprintf.c 3193 char expbuf[6 + 1]; local
3344 char expbuf[6 + 1]; local
3806 char expbuf[6 + 1]; local
3987 char expbuf[6 + 1]; local
4279 char expbuf[6 + 1]; local
4472 char expbuf[6 + 1]; local
    [all...]
  /external/stlport/src/
num_put_float.cpp 519 char expbuf[MAXEDIGITS + 3]; local
521 char *suffix = expbuf + MAXEDIGITS + 2;
536 while (suffix > &expbuf[MAXEDIGITS])
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 519 char expbuf[MAXEDIGITS + 3]; local
521 char *suffix = expbuf + MAXEDIGITS + 2;
536 while (suffix > &expbuf[MAXEDIGITS])
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]

Completed in 825 milliseconds