Home
last modified time | relevance | path

Searched refs:max_allowed (Results 1 – 3 of 3) sorted by relevance

/external/autotest/utils/
Dparallel.py64 max_allowed = self.max_procs - len(self.pid_map)
66 for i in xrange(min(max_allowed, max_able)):
/external/libopus/celt/
Dcelt_encoder.c1593 opus_int32 max_allowed; in celt_encode_with_ec() local
1599 max_allowed = IMIN(IMAX(tell==1?2:0, in celt_encode_with_ec()
1602 if(max_allowed < nbAvailableBytes) in celt_encode_with_ec()
1604 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec()
1605 nbAvailableBytes = max_allowed; in celt_encode_with_ec()
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp324 find_emit_vertex_visitor(int max_allowed) in find_emit_vertex_visitor() argument
325 : max_stream_allowed(max_allowed), in find_emit_vertex_visitor()