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

  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 175 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); }
176 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); }
177 | pa_pat ',' pa_pat { $$ = pa2stat($1, $3, stat2(PRINT, rectonode(), NIL)); }
179 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); }
305 | DELETE varname '[' patlist ']' { $$ = stat2(DELETE, makearr($2), $4); }
306 | DELETE varname { $$ = stat2(DELETE, makearr($2), 0); }
322 { $$ = stat2(DO, $3, notnull($7)); }
338 | while {inloop++;} stmt { --inloop; $$ = stat2(WHILE, $1, $3); }
parse.c 105 Node *stat2(int a, Node *b, Node *c) function
proto.h 87 extern Node *stat2(int, Node *, Node *);
  /external/opencv/cvaux/src/
cvcorrimages.cpp 318 uchar *stat2 = pntStatus2->data.ptr; local
341 memset(stat2,0,sizeof(uchar)*numPoints);
347 /* stat1 may not be the same as stat2 */
354 stat2[i] = 1;
380 if( stat2[i] )
406 if( stat2[i] )
410 stat2[i] = 0;
    [all...]

Completed in 1533 milliseconds