Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dstatetracker.py731 def __init__(self, block_depth, is_assigned, doc, name): argument
732 self.block_depth = block_depth
858 self._function_stack[-1].block_depth == self._block_depth - 1)
867 self._function_stack[-1].block_depth == self._block_depth)
1109 if self._block_depth == function.block_depth + 1:
/external/gemmlowp/internal/
Dpack.h177 int block_depth) const { in block() argument
181 assert(start_depth + block_depth <= depth_); in block()
183 return SideMap(data(start_width, start_depth), block_width, block_depth, in block()