Home
last modified time | relevance | path

Searched refs:info_t (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/system/teeui/libteeui/include/teeui/
H A Dlabel.h56 struct info_t { struct
61 info_t* info_;
62 info_t* begin() { return &info_[0]; } in begin()
63 info_t* end() { return &info_[size_]; } in end()
64 const info_t* begin() const { return &info_[0]; } in begin()
65 const info_t* end() const { return &info_[size_]; } in end()
127 LabelImpl::LineInfo::info_t lines[Derived::label_number_of_lines]; in draw()
/aosp_15_r20/external/bcc/examples/cpp/
H A DTaskIterator.cc82 struct info_t { struct
118 struct info_t info[20]; in main()
119 int len, leftover = 0, info_size = 20 * sizeof(struct info_t); in main()
128 int num_info = len / sizeof(struct info_t); in main()
133 leftover = len % sizeof(struct info_t); in main()
H A DSkLocalStorageIterator.cc82 struct info_t { struct
158 struct info_t info[20]; in main()
159 int len, leftover = 0, info_size = 20 * sizeof(struct info_t); in main()
168 int num_info = len / sizeof(struct info_t); in main()
173 leftover = len % sizeof(struct info_t); in main()
H A DKFuncExample.cc64 struct info_t { struct
71 auto info = static_cast<info_t *>(data); in handle_output() argument
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dtcptop.c84 struct info_t { struct
197 struct info_t *i1 = (struct info_t *)obj1; in sort_column()
198 struct info_t *i2 = (struct info_t *)obj2; in sort_column()
222 static struct info_t infos[OUTPUT_ROWS_LIMIT]; in print_stat()
264 qsort(infos, rows, sizeof(struct info_t), sort_column); in print_stat()
H A Dbiotop.c188 struct info_t key;
272 struct info_t *prev_key = NULL; in print_stat()
315 struct info_t *key = &datas[i].key; in print_stat()
336 struct info_t key; in print_stat()
H A Dbiotop.bpf.c29 __type(key, struct info_t);
63 struct info_t info = {}; in trace_done()
H A Dbiotop.h23 struct info_t { struct
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dhb-info.cc63 struct info_t : struct
158 info_t *thiz = (info_t *) data; in collect_rest() argument
1451 return batch_main<info_t> (argc, argv); in main()