Home
last modified time | relevance | path

Searched defs:vector_t (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/coreboot/util/cbfstool/lzma/
H A Dlzma.c48 struct vector_t { struct
54 static struct vector_t instream, outstream; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dvector_options_test.cpp48 typedef vector<unsigned char, new_allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
53 typedef vector<unsigned char, allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dtest-map.cc178 using vector_t = hb_vector_t<unsigned>; in main() typedef
193 using vector_t = hb_vector_t<unsigned>; in main() typedef
H A Dhb-bit-page.hh334 typedef hb_vector_size_t<elt_t, PAGE_BITS / 8> vector_t; typedef
/aosp_15_r20/external/clang/test/Sema/
H A Dinit-vector.c11 } vector_t; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/examples/tensor/
Dprod_expressions.cpp26 using vector_t = vector<value_t>; in main() typedef
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp35 typedef resource::vector vector_t; typedef