HomeSort by relevance Sort by last modified time
    Searched defs:REP (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 1142 # define REP(f, t) ((f)*8 + (t))
1157 switch (REP(MAP(from), MAP(to))) {
1158 case REP(0, 0): /* must be user doing this */
1161 case REP(0, 1): /* as x{1,1}? */
1162 case REP(0, N): /* as x{1,n}? */
1163 case REP(0, INF): /* as x{1,}? */
1173 case REP(1, 1): /* trivial case */
1176 case REP(1, N): /* as x?x{1,n-1} */
1188 case REP(1, INF): /* as x+ */
1192 case REP(N, N): /* as xx{m-1,n-1} *
    [all...]
  /external/llvm/lib/Support/
regcomp.c 983 # define REP(f, t) ((f)*8 + (t))
992 switch (REP(MAP(from), MAP(to))) {
993 case REP(0, 0): /* must be user doing this */
996 case REP(0, 1): /* as x{1,1}? */
997 case REP(0, N): /* as x{1,n}? */
998 case REP(0, INF): /* as x{1,}? */
1008 case REP(1, 1): /* trivial case */
1011 case REP(1, N): /* as x?x{1,n-1} */
1023 case REP(1, INF): /* as x+ */
1027 case REP(N, N): /* as xx{m-1,n-1} *
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 947 # define REP(f, t) ((f)*8 + (t))
956 switch (REP(MAP(from), MAP(to))) {
957 case REP(0, 0): /* must be user doing this */
960 case REP(0, 1): /* as x{1,1}? */
961 case REP(0, N): /* as x{1,n}? */
962 case REP(0, INF): /* as x{1,}? */
972 case REP(1, 1): /* trivial case */
975 case REP(1, N): /* as x?x{1,n-1} */
987 case REP(1, INF): /* as x+ */
991 case REP(N, N): /* as xx{m-1,n-1} *
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 444 // REP prefix
446 REP = 1 << REPShift,
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 594 #define REP CHOICE(rep ;, rep ;, repe)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 594 #define REP CHOICE(rep ;, rep ;, repe)
    [all...]

Completed in 303 milliseconds