Searched defs:count (Results 76 - 77 of 77) sorted by relevance

1234

/system/core/libpixelflinger/
H A Dtrap.cpp61 const GGLcoord* pts, int count);
651 int count )
653 ALOGI( "%d edge%s:\n", count, count == 1 ? "" : "s" );
654 for ( ; count > 0; count--, edges++ )
725 int count = ((ybot - ytop)>>TRI_FRACTION_BITS) + 1; local
726 if (count<=0) return;
738 left->x += left_xi * count;
739 right->x += right_xi * count;
942 aapolyx(void* con, const GGLcoord* pts, int count) argument
[all...]
/system/core/adb/
H A Dsysdeps_win32.c918 int avail, count = 0; local
960 count += avail;
981 count += avail;
990 assert( count > 0 );
997 BIPD(( "bip_buffer_write: exit %d->%d count %d (as=%d ae=%d be=%d cw=%d cr=%d\n",
998 bip->fdin, bip->fdout, count, bip->a_start, bip->a_end, bip->b_end, bip->can_write, bip->can_read ));
1001 return count;
1007 int avail, count = 0; local
1053 count += avail;
1069 count
[all...]

Completed in 1468 milliseconds

1234