Home
last modified time | relevance | path

Searched refs:parsed_len (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff-common.hh369 unsigned int parsed_len = get_count (); in add_call_op() local
370 if (likely (parsed_len > 0)) in add_call_op()
371 values[parsed_len-1].set_skip (); in add_call_op()
/third_party/libbpf/src/
H A Drelo_core.c267 int access_idx, parsed_len, i; in bpf_core_parse_spec() local
294 if (sscanf(spec_str, "%d%n", &access_idx, &parsed_len) != 1) in bpf_core_parse_spec()
298 spec_str += parsed_len; in bpf_core_parse_spec()

Completed in 6 milliseconds