Searched defs:sub_array (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-array.hh | 174 …hb_array_t sub_array (unsigned int start_offset = 0, unsigned int *seg_count = nullptr /* IN/OUT *… in sub_array() function 188 hb_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function 279 …hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */) const in sub_array() function 281 hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function
|
D | hb-vector.hh | 145 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 147 …hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/O… in sub_array() function 149 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 151 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function
|
D | hb-open-type.hh | 588 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 590 …hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/O… in sub_array() function 592 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 594 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function 873 hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function 875 …hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr … in sub_array() function 877 hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function 879 …hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/… in sub_array() function
|
/external/v8/src/wasm/ |
D | wasm-subtyping.cc | 111 const ArrayType* sub_array = module1->types[type_index_1].array_type; in ArrayEquivalentIndices() local 239 const ArrayType* sub_array = sub_module->types[subtype_index].array_type; in ArrayIsSubtypeOf() local
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | lstm_utils.cc | 72 int tensor_stride, const Array& sub_array, in CopyArrayToSubArray()
|