Home
last modified time | relevance | path

Searched refs:tbb (Results 1 - 5 of 5) sorted by relevance

/third_party/libbpf/src/
H A Dnetlink.c659 struct nlattr *tbb[TCA_BPF_MAX + 1]; in __get_tc_info() local
669 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info()
670 if (!tbb[TCA_BPF_ID]) in __get_tc_info()
673 OPTS_SET(info->opts, prog_id, libbpf_nla_getattr_u32(tbb[TCA_BPF_ID])); in __get_tc_info()
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h3602 void tbb(Condition cond, Register rn, Register rm);
3603 void tbb(Register rn, Register rm) { tbb(al, rn, rm); } in tbb() function in vixl::aarch32::Assembler
H A Ddisasm-aarch32.h1365 void tbb(Condition cond, Register rn, Register rm);
H A Dassembler-aarch32.cc12761 void Assembler::tbb(Condition cond, Register rn, Register rm) { in tbb() function in vixl::aarch32::Assembler
12773 Delegate(kTbb, &Assembler::tbb, cond, rn, rm); in tbb()
H A Ddisasm-aarch32.cc3297 void Disassembler::tbb(Condition cond, Register rn, Register rm) { in tbb() function in vixl::aarch32::Disassembler
10407 tbb(CurrentCond(), in DecodeT32()
[all...]

Completed in 124 milliseconds