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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 173 typedef unsigned char cat_t; typedef
197 cat_t *categories; /* ->catspace[-CHAR_MIN] */
204 cat_t catspace[1]; /* actually [NC] */
regcomp.c 265 g = malloc(sizeof(struct re_guts) + (NC - 1) * sizeof(cat_t));
299 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1080 cat_t *cap;
    [all...]
  /external/llvm/lib/Support/
regex2.h 124 typedef unsigned char cat_t; typedef
148 cat_t *categories; /* ->catspace[-CHAR_MIN] */
155 cat_t catspace[1]; /* actually [NC] */
regcomp.c 191 (NC-1)*sizeof(cat_t));
225 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
944 cat_t *cap = p->g->categories;
1298 cat_t *cats = g->categories;
1301 cat_t cat;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 121 typedef unsigned char cat_t; typedef
145 cat_t *categories; /* ->catspace[-CHAR_MIN] */
152 cat_t catspace[1]; /* actually [NC] */
regcomp.c 183 (NC-1)*sizeof(cat_t));
217 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
908 cat_t *cap = p->g->categories;
1260 cat_t *cats = g->categories;
1263 cat_t cat;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regex2.h 127 typedef unsigned char cat_t; typedef
151 cat_t *categories; /* ->catspace[-CHAR_MIN] */
158 cat_t catspace[1]; /* actually [NC] */
regcomp.c 318 (NC-1)*sizeof(cat_t));
352 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1071 cat_t *cap = p->g->categories;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 124 typedef unsigned char cat_t; typedef
148 cat_t *categories; /* ->catspace[-CHAR_MIN] */
155 cat_t catspace[1]; /* actually [NC] */
regcomp.c 191 (NC-1)*sizeof(cat_t));
225 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
944 cat_t *cap = p->g->categories;
1298 cat_t *cats = g->categories;
1301 cat_t cat;
    [all...]

Completed in 80 milliseconds