Searched refs:at_least (Results 1 – 6 of 6) sorted by relevance
10 at_least=3.8012 at_least=3.79.115 at_least=3.79.118 at_least=3.7721 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))23 ifneq ($(at_least),$(latest_a))
133 def events(self, at_least): argument135 while len(self._events) < at_least:
112 def at_least( x ) method in Integer
512 start = ( @position + k ).at_least( 0 ) # start cannot be negative or index will wrap around1082 start = start.to_i.at_least( 0 )
66 do_realloc(struct buf *buf, size_t at_least) in do_realloc() argument71 if (at_least >= BUF_CHUNK_SIZE) in do_realloc()72 buf->alloc += at_least; in do_realloc()
339 first = first.at_least( 0 )