Searched defs:arr (Results 1 – 6 of 6) sorted by relevance
72 [[nodiscard]] zx_status_t ReadArray(uintptr_t vaddr, fbl::Array<T>* arr) { in ReadArray()76 [[nodiscard]] zx_status_t ReadArray(uintptr_t vaddr, T* arr, size_t sz) { in ReadArray()
32 auto arr = new (&ac) uint8_t[size]; in Allocate() local
23 ArrayRef(const fbl::Array<T>& arr) in ArrayRef()
206 auto* arr = static_cast<fuchsia_hardware_display_ClientCompositionOp*>(check_rsp->ops.data); in apply_config() local
580 auto* arr = static_cast<fuchsia_hardware_display_ClientCompositionOp*>(check_rsp->ops.data); in check_config() local
1483 uint16_t arr[registers::kPipeCount][registers::kImagePlaneCount]; in DisplayControllerImplCheckConfiguration() local
Completed in 21 milliseconds