Home | History | Annotate | Download | only in short-commands

Lines Matching refs:NUM

18 NUM=0
32 local NUM=0
33 while [ $NUM -lt $COUNT ]; do
34 SRCFILE=$SRCDIR/foo$NUM.c
36 int foo$NUM (int x)
41 NUM=$(( $NUM + 1 ))
51 NUM=0
52 while [ $NUM -lt $COUNT ]; do
54 extern int foo$NUM (int);
56 NUM=$(( $NUM + 1 ))
63 NUM=0
64 while [ $NUM -lt $COUNT ]; do
66 x = foo$NUM(x);
68 NUM=$(( $NUM + 1 ))
79 local NUM
93 NUM=0
94 while [ $NUM -lt $COUNT ]; do
96 LOCAL_SRC_FILES += foo$NUM.c
98 NUM=$(( $NUM + 1 ))
108 NUM=0
109 while [ $NUM -lt $COUNT ]; do
112 LOCAL_MODULE := foo$NUM
113 LOCAL_SRC_FILES := foo$NUM.c
116 NUM=$(( $NUM + 1 ))
125 NUM=0
126 while [ $NUM -lt $COUNT ]; do
128 LOCAL_WHOLE_STATIC_LIBRARIES += foo$NUM
130 NUM=$(( $NUM + 1 ))