Searched refs:tuple_count (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-kerx-table.hh | 100 return kerxTupleKern (v, header.tuple_count (), this, c); in get_kerning() 254 unsigned int tuple_count = hb_max (1u, table->header.tuple_count ()); in transition() local 259 if (!c->sanitizer.check_array (actions, depth, tuple_count)) in transition() 275 actions += tuple_count; in transition() 399 return kerxTupleKern (*v, header.tuple_count (), this, c); in get_kerning() 644 return kerxTupleKern (*v, header.tuple_count (), &(this+vector), c); in get_kerning() 654 return kerxTupleKern (*v, header.tuple_count (), &(this+vector), c); in get_kerning() 689 (header.tuple_count () == 0 || in sanitize() 736 unsigned tuple_count () const { return tupleCount; } in tuple_count() function
|
D | hb-ot-kern-table.hh | 170 unsigned tuple_count () const { return 0; } in tuple_count() function 225 unsigned tuple_count () const { return 0; } in tuple_count() function
|
/external/python/cpython3/Objects/clinic/ |
D | tupleobject.c.h | 58 {"count", (PyCFunction)tuple_count, METH_O, tuple_count__doc__},
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | pjrt_stream_executor_client.cc | 1830 int tuple_count = result_buffer.on_device_shape().tuple_shapes_size(); in MakeOutputBuffers() local 1831 outputs.reserve(tuple_count); in MakeOutputBuffers() 1834 for (int i = 0; i < tuple_count; ++i) { in MakeOutputBuffers()
|
/external/python/cpython3/Objects/ |
D | tupleobject.c | 602 tuple_count(PyTupleObject *self, PyObject *value) in tuple_count() function
|