/external/llvm/utils/TableGen/ |
X86RecognizableInstr.cpp | 66 REP = 2, [all...] |
/bionic/libc/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/Support/ |
regcomp.c | 955 # define REP(f, t) ((f)*8 + (t)) 964 switch (REP(MAP(from), MAP(to))) { 965 case REP(0, 0): /* must be user doing this */ 968 case REP(0, 1): /* as x{1,1}? */ 969 case REP(0, N): /* as x{1,n}? */ 970 case REP(0, INF): /* as x{1,}? */ 980 case REP(1, 1): /* trivial case */ 983 case REP(1, N): /* as x?x{1,n-1} */ 995 case REP(1, INF): /* as x+ */ 999 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/ |
X86InstrInfo.h | 359 // REP - The 0xF3 prefix byte indicating repetition of the following 361 REP = 2 << Op0Shift, [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
assyntax.h | 554 #define REP CHOICE(rep ;, rep ;, repe) [all...] |