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

  /libcore/luni/src/main/java/java/io/
BufferedReader.java 276 int outstanding = length; local
277 while (outstanding > 0) {
284 int count = available >= outstanding ? outstanding : available;
288 outstanding -= count;
297 if (outstanding == 0 || (outstanding < length && !in.ready())) {
310 && outstanding >= buf.length) {
311 int count = in.read(buffer, offset, outstanding);
314 outstanding -= count
    [all...]
  /external/tremolo/Tremolo/
ogg.h 53 int outstanding; member in struct:ogg_buffer_state
framing.c 60 /* destruction is 'lazy'; there may be memory references outstanding,
90 if(!bs->outstanding)
103 bs->outstanding++;
129 bs->outstanding++;
296 bs->outstanding--; /* for the returned buffer */
301 bs->outstanding--; /* for the returned reference */
  /external/blktrace/doc/
blktrace.tex 720 requests outstanding.
    [all...]

Completed in 193 milliseconds