Searched refs:out_offset_array (Results 1 – 1 of 1) sorted by relevance
1568 hfslib_reada_node_offsets(void* in_bytes, uint16_t* out_offset_array, in hfslib_reada_node_offsets() argument1573 if (in_bytes == NULL || out_offset_array == NULL) in hfslib_reada_node_offsets()1587 *out_offset_array = be16tohp(&ptr); in hfslib_reada_node_offsets()1588 } while (*out_offset_array++ != (uint16_t)14); in hfslib_reada_node_offsets()