HomeSort by relevance Sort by last modified time
    Searched defs:at_most (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 118 # 4.at_most(5) #=> 4
119 # 6.at_most(5) #=> 5
123 def at_most( x ) method in class:Integer
  /external/libevent/
bufferevent_async.c 185 size_t at_most; local
199 at_most = evbuffer_get_length(bev->output);
204 if (at_most >= (size_t)limit && limit >= 0)
205 at_most = limit;
214 if (evbuffer_launch_write(bev->output, at_most,
220 beva->write_in_progress = at_most;
221 _bufferevent_decrement_write_buckets(&beva->bev, at_most);
231 size_t at_most; local
252 at_most = read_high - cur_size;
254 at_most = 16384; /* FIXME totally magic. *
    [all...]

Completed in 62 milliseconds