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

  /bionic/libc/regex/
regex2.h 66 #define OPSHIFT ((unsigned)27)
72 #define OEND (1LU<<OPSHIFT) /* endmarker - */
73 #define OCHAR (2LU<<OPSHIFT) /* character unsigned char */
74 #define OBOL (3LU<<OPSHIFT) /* left anchor - */
75 #define OEOL (4LU<<OPSHIFT) /* right anchor - */
76 #define OANY (5LU<<OPSHIFT) /* . - */
77 #define OANYOF (6LU<<OPSHIFT) /* [...] set number */
78 #define OBACK_ (7LU<<OPSHIFT) /* begin \d paren number */
79 #define O_BACK (8LU<<OPSHIFT) /* end \d paren number */
80 #define OPLUS_ (9LU<<OPSHIFT) /* + prefix fwd to suffix *
    [all...]
regcomp.c 1308 assert(opnd < 1<<OPSHIFT);
1364 assert(value < 1<<OPSHIFT);
    [all...]

Completed in 32 milliseconds