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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 125 #define OCHAR OPC(2) /* character unsigned char */
engine.c 402 case OCHAR:
594 case OCHAR:
990 case OCHAR:
regcomp.c 1089 EMIT(OCHAR, (sopno)uc);
    [all...]
  /external/llvm/lib/Support/
regex2.h 76 #define OCHAR (2LU<<OPSHIFT) /* character unsigned char */
regengine.inc 333 case OCHAR:
506 case OCHAR:
869 case OCHAR:
regcomp.c 949 EMIT(OCHAR, (uch)ch);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 73 #define OCHAR (2LU<<OPSHIFT) /* character unsigned char */
regengine.inc 333 case OCHAR:
506 case OCHAR:
869 case OCHAR:
regcomp.c 913 EMIT(OCHAR, (uch)ch);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regex2.h 79 #define OCHAR (2LU<<OPSHIFT) /* character unsigned char */
regengine.inc 333 case OCHAR:
506 case OCHAR:
869 case OCHAR:
regcomp.c 1076 EMIT(OCHAR, (uch)ch);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 76 #define OCHAR (2LU<<OPSHIFT) /* character unsigned char */
regengine.inc 333 case OCHAR:
506 case OCHAR:
869 case OCHAR:
regcomp.c 949 EMIT(OCHAR, (uch)ch);
    [all...]

Completed in 60 milliseconds