Searched refs:extra_bytes (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/utest/zbi/
H A Dzbi.cpp54 static uint8_t* get_test_zbi_extra(const size_t extra_bytes) { argument
55 const size_t kAllocSize = sizeof(test_zbi_t) + extra_bytes;
61 if (extra_bytes > 0) {
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream-interface.cpp590 size_t extra_bytes = fmt_desc_->bLength - sizeof(*fmt_desc_); local
591 if (expected_bytes != extra_bytes) {
595 interface_hdr_->bInterfaceNumber, alt_id(), expected_bytes, extra_bytes);
/fuchsia/zircon/kernel/syscalls/
H A Dsystem.cpp93 static zx_status_t vmo_coalesce_pages(zx_handle_t vmo_hdl, const size_t extra_bytes, argument
112 const size_t num_pages = ROUNDUP(vmo_size + extra_bytes, PAGE_SIZE) / PAGE_SIZE;

Completed in 79 milliseconds