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

  /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...]
  /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/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);
597 int fileokay(char *file, uchar_t * expbuf)
678 if (expbuf[j] != readbuf[j]) {
681 expbuf[j], readbuf[j]);
mmapstress10.c 130 int fileokay(char *file, uchar_t * expbuf);
787 int fileokay(char *file, uchar_t * expbuf)
859 if (expbuf[j] != readbuf[j] && readbuf[j] != 0) {
862 expbuf[j], readbuf[j]);
  /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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]

Completed in 155 milliseconds