Searched refs:to_type (Results 26 - 28 of 28) sorted by relevance

12

/external/libnl/lib/route/cls/
H A Du32.c691 .to_type = RTNL_TC_TYPE_CLS,
/external/libnl/lib/route/qdisc/
H A Dnetem.c890 .to_type = RTNL_TC_TYPE_QDISC,
/external/python/cpython3/Objects/
H A Dunicodeobject.c143 from_type and to_type have to be valid type names, begin and end
145 "from_type *". to is a pointer of type "to_type *" and points to the
147 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \
149 to_type *_to = (to_type *)(to); \
156 _to[0] = (to_type) _iter[0]; \
157 _to[1] = (to_type) _iter[1]; \
158 _to[2] = (to_type) _iter[2]; \
159 _to[3] = (to_type) _iter[3]; \
163 *_to++ = (to_type) *_ite
[all...]

Completed in 143 milliseconds

12