Home
last modified time | relevance | path

Searched defs:_array (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacps_tablegen_template.c49 ARRAY_URENAME(2d_array)(f, c, d); variable
61 ARRAY_RENAME(3d_array)(f, b, c, d); variable
/third_party/rust/rust/tests/ui/print_type_sizes/
Danonymous.rs15 let _array: [u8; 128] = [0; 128]; in start() localVariable
/third_party/rust/rust/tests/ui/associated-consts/
Dassociated-const-type-parameter-arrays.rs16 let _array: [u32; <A as Foo>::Y]; in test() localVariable
Dassociated-const-type-parameter-arrays-2.rs16 let _array = [4; <A as Foo>::Y]; in test() localVariable
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dredundant_type_annotations.rs142 let _array: [i32; 3] = [5, 6, 7]; in test_complex_types() localVariable
145 let _array: [u32; 2] = [8, 9]; in test_complex_types() localVariable