Searched refs:element_offset (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp410 uint32_t element_offset = frame->NextArrayOffset(); local
411 if (element_offset == frame->array_state.array_size) {
416 uint32_t offset = frame->offset + element_offset;
H A Ddecoding.cpp379 uint32_t element_offset = frame->NextArrayOffset(); local
380 if (element_offset == frame->array_state.array_size) {
385 uint32_t offset = frame->offset + element_offset;
H A Dvalidating.cpp369 uint32_t element_offset = frame->NextArrayOffset(); local
370 if (element_offset == frame->array_state.array_size) {
375 uint32_t offset = frame->offset + element_offset;
/fuchsia/zircon/kernel/lib/user_copy/include/lib/user_copy/
H A Duser_ptr.h50 user_ptr element_offset(size_t index) const { function in class:internal::user_ptr
/fuchsia/zircon/kernel/vm/
H A Dvm_object_physical.cpp133 auto status = buffer.element_offset(index).copy_to_user(pa);
H A Dvm_object_paged.cpp1081 return buffer->element_offset(index).copy_to_user(pa);
/fuchsia/zircon/kernel/object/
H A Dprocess_dispatcher.cpp586 s = GetVmAspaceVmos(aspace_, vmos.element_offset(actual), max - actual,

Completed in 93 milliseconds