Lines Matching refs:depth
333 uint32_t depth; in parse_sp6_tokens() local
343 &depth) == 0, status, "unrecognized " in parse_sp6_tokens()
355 (depth > 32) ? 32 : depth; in parse_sp6_tokens()
356 depth = (depth > 32) ? (depth - 32) : 0; in parse_sp6_tokens()
363 (depth > 32) ? 32 : depth; in parse_sp6_tokens()
364 depth = (depth > 32) ? (depth - 32) : 0; in parse_sp6_tokens()
371 (depth > 32) ? 32 : depth; in parse_sp6_tokens()
372 depth = (depth > 32) ? (depth - 32) : 0; in parse_sp6_tokens()
379 (depth > 32) ? 32 : depth; in parse_sp6_tokens()
387 uint32_t depth; in parse_sp6_tokens() local
397 &depth) == 0, status, "unrecognized " in parse_sp6_tokens()
409 (depth > 32) ? 32 : depth; in parse_sp6_tokens()
410 depth = (depth > 32) ? (depth - 32) : 0; in parse_sp6_tokens()
417 (depth > 32) ? 32 : depth; in parse_sp6_tokens()
418 depth = (depth > 32) ? (depth - 32) : 0; in parse_sp6_tokens()
425 (depth > 32) ? 32 : depth; in parse_sp6_tokens()
426 depth = (depth > 32) ? (depth - 32) : 0; in parse_sp6_tokens()
433 (depth > 32) ? 32 : depth; in parse_sp6_tokens()