Home
last modified time | relevance | path

Searched defs:end_type (Results 1 – 4 of 4) sorted by relevance

/external/bcc/src/cc/
Dbcc_btf.cc395 uint8_t *end_type = type_sec + type_sec_size; in fixup_btf() local
/external/libaom/av1/encoder/
Dpartition_search.c3430 const RECT_PART_TYPE end_type) { in rectangular_partition_search()
3669 const AB_PART_TYPE start_type, const AB_PART_TYPE end_type) { in ab_partitions_search()
/external/libbpf/src/
Dbtf.c407 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec() local
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc3191 if (auto end_type = op.end().getType().dyn_cast<RankedTensorType>()) { in verify() local