Home
last modified time | relevance | path

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

/third_party/wayland_standard/tests/
Darray-test.c33 TEST(array_init) in TEST() argument
/third_party/flatbuffers/rust/flatbuffers/src/
Darray.rs120 pub fn array_init<F, T, const N: usize>(mut initializer: F) -> [T; N] in array_init() function
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_sanitizer_test.cc182 auto* array_init = array<i32, 4>(1, 2, 3, 4); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_sanitizer_test.cc200 auto* array_init = array<i32, 4>(1, 2, 3, 4); in TEST_F() local
/third_party/pixman/pixman/dither/
Dmake-blue-noise.c209 array_init (array_t *array, int width, int height) in array_init() function