HomeSort by relevance Sort by last modified time
    Searched refs:cat_t (Results 1 - 6 of 6) 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));
1076 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...]

Completed in 48 milliseconds