Searched defs:sub_array (Results 1 – 5 of 5) sorted by relevance
258 …hb_array_t sub_array (unsigned int start_offset = 0, unsigned int *seg_count = nullptr /* IN/OUT *… in sub_array() function272 hb_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function387 …hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */) const in sub_array() function389 hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function
315 hb_ubytes_t sub_array (unsigned int offset_, unsigned int len_) const in sub_array() function417 hb_array_t<const ELEM> sub_array (unsigned start, unsigned length) const in sub_array() function
66 ObjPtr<Array> sub_array = in RecursiveCreateMultiArray() local
74 int tensor_stride, const Array& sub_array, in CopyArrayToSubArray()
173 … let sub_array: &[u8; NUM_BYTES] = unsafe { &*(sub_slice.as_ptr() as *const [u8; NUM_BYTES]) }; localVariable