Home
last modified time | relevance | path

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

/external/bcc/src/python/bcc/
Dtable.py49 linear_index_max = 1025 variable
373 vals = tmp[bucket] = tmp.get(bucket, [0] * linear_index_max)
390 vals = [0] * linear_index_max
398 "exceeds max of %d.") % (k.value, linear_index_max))