Home | History | Annotate | Download | only in vpx_ports

Lines Matching defs:done

23     static int done;
30 if(done)
56 if (!done)
59 done = 1;
65 * protected by checking if(done) above.
81 static int done;
84 if(done)
92 if (!done)
95 done = 1;
120 static int done;
122 if(!done)
125 done = 1;