OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REP
(Results
1 - 3
of
3
) sorted by null
/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/qemu/android/
hw-events.h
28
EV_TYPE(
REP
,0x14) \
/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
...]
Completed in 30 milliseconds