Searched defs:arr_offset (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/openthread/third_party/tcplp/lib/ |
H A D | cbuf.c | 46 void cbuf_copy_into_buffer(void* buffer, size_t buffer_offset, const void* arr, size_t arr_offset, … in cbuf_copy_into_buffer() 52 void cbuf_copy_from_buffer(void* arr, size_t arr_offset, const void* buffer, size_t buffer_offset, … in cbuf_copy_from_buffer() 58 void cbuf_copy_into_message(void* buffer, size_t buffer_offset, const void* arr, size_t arr_offset,… in cbuf_copy_into_message() 64 void cbuf_copy_from_message(void* arr, size_t arr_offset, const void* buffer, size_t buffer_offset,… in cbuf_copy_from_message()
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_lower_buffers.c | 61 nir_def *arr_offset = nir_amul_imm(b, arr_index, array_elements); in get_block_array_index() local
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | vtn_variables.c | 399 nir_def *arr_offset = in vtn_pointer_dereference() local
|