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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 97 placed in the buffer starting at EXPBUF and delimited by ENDBUF.
102 compile (char *__restrict instring, char *__restrict expbuf,
123 expbuf += __req;
124 expbuf -= (expbuf - ((char *) 0)) % __req;
125 if (endbuf < expbuf + sizeof (regex_t))
129 __expr_ptr = (regex_t *) expbuf;
132 __expr_ptr->buffer = expbuf + sizeof (regex_t);
207 found in the buffer starting at EXPBUF. `loc1' will return the
214 in EXPBUF. If the match is successful `loc2' will contain th
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 97 placed in the buffer starting at EXPBUF and delimited by ENDBUF.
102 compile (char *__restrict instring, char *__restrict expbuf,
123 expbuf += __req;
124 expbuf -= (expbuf - ((char *) 0)) % __req;
125 if (endbuf < expbuf + sizeof (regex_t))
129 __expr_ptr = (regex_t *) expbuf;
132 __expr_ptr->buffer = expbuf + sizeof (regex_t);
207 found in the buffer starting at EXPBUF. `loc1' will return the
214 in EXPBUF. If the match is successful `loc2' will contain th
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 97 placed in the buffer starting at EXPBUF and delimited by ENDBUF.
102 compile (char *__restrict instring, char *__restrict expbuf,
123 expbuf += __req;
124 expbuf -= (expbuf - ((char *) 0)) % __req;
125 if (endbuf < expbuf + sizeof (regex_t))
129 __expr_ptr = (regex_t *) expbuf;
132 __expr_ptr->buffer = expbuf + sizeof (regex_t);
207 found in the buffer starting at EXPBUF. `loc1' will return the
214 in EXPBUF. If the match is successful `loc2' will contain th
    [all...]
  /bionic/libc/stdio/
vfprintf.c 1273 char expbuf[MAXEXP]; local
1283 t = expbuf + MAXEXP;
1289 for (; t < expbuf + MAXEXP; *p++ = *t++);
  /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 593 milliseconds