HomeSort by relevance Sort by last modified time
    Searched refs:to_type (Results 1 - 25 of 27) sorted by null

1 2

  /external/libnl/lib/route/qdisc/
blackhole.c 24 .to_type = RTNL_TC_TYPE_QDISC,
ingress.c 47 .to_type = RTNL_TC_TYPE_QDISC,
fifo.c 141 .to_type = RTNL_TC_TYPE_QDISC,
150 .to_type = RTNL_TC_TYPE_QDISC,
plug.c 162 .to_type = RTNL_TC_TYPE_QDISC,
cbq.c 170 .to_type = RTNL_TC_TYPE_QDISC,
182 .to_type = RTNL_TC_TYPE_CLASS,
dsmark.c 382 .to_type = RTNL_TC_TYPE_QDISC,
394 .to_type = RTNL_TC_TYPE_CLASS,
prio.c 260 .to_type = RTNL_TC_TYPE_QDISC,
272 .to_type = RTNL_TC_TYPE_QDISC,
red.c 169 .to_type = RTNL_TC_TYPE_QDISC,
sfq.c 236 .to_type = RTNL_TC_TYPE_QDISC,
htb.c 612 .to_type = RTNL_TC_TYPE_QDISC,
621 .to_type = RTNL_TC_TYPE_CLASS,
fq_codel.c 360 .to_type = RTNL_TC_TYPE_QDISC,
tbf.c 440 .to_type = RTNL_TC_TYPE_QDISC,
  /external/mesa3d/src/compiler/glsl/
ir_function.cpp 139 const glsl_type *to_type; local
143 to_type = actual->type;
146 to_type = param->type;
149 if (from_type == to_type)
152 if (to_type->base_type == GLSL_TYPE_DOUBLE) {
158 if (to_type->base_type == GLSL_TYPE_FLOAT)
  /art/runtime/
method_handles-inl.h 96 const Primitive::Type to_type = to_types->GetWithoutChecks(i)->GetPrimitiveType(); local
124 if (Primitive::Is64BitType(to_type)) {
126 } else if (to_type == Primitive::kPrimNot) {
method_handles.cc 202 const Primitive::Type to_type = to->GetPrimitiveType(); local
217 if (IsPrimitiveType(from_type) && IsPrimitiveType(to_type)) {
219 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(from_type, to_type, src_value, value))) {
224 } else if (IsReferenceType(from_type) && IsReferenceType(to_type)) {
240 } else if (IsReferenceType(to_type)) {
274 DCHECK(IsPrimitiveType(to_type));
291 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(unboxed_type, to_type, unboxed_value, value))) {
    [all...]
  /external/libnl/src/lib/
tc.c 115 switch (ops->to_type) {
127 ops->to_type);
  /external/libnl/include/netlink-private/route/
tc-api.h 40 enum rtnl_tc_type to_type; member in struct:rtnl_tc_ops
  /external/libnl/lib/route/cls/
cgroup.c 167 .to_type = RTNL_TC_TYPE_CLS,
fw.c 197 .to_type = RTNL_TC_TYPE_CLS,
basic.c 262 .to_type = RTNL_TC_TYPE_CLS,
u32.c 691 .to_type = RTNL_TC_TYPE_CLS,
  /external/libnl/lib/route/act/
mirred.c 219 .to_type = RTNL_TC_TYPE_ACT,
  /toolchain/binutils/binutils-2.25/bfd/
elf32-i386.c 1290 unsigned int to_type = from_type; local
    [all...]
elf64-x86-64.c 1392 unsigned int to_type = from_type; local
    [all...]
  /external/libnl/lib/route/
tc.c 977 if (!ops->to_kind || ops->to_type > RTNL_TC_TYPE_MAX)
980 if (rtnl_tc_lookup_ops(ops->to_type, ops->to_kind))
983 nl_list_add_tail(&ops->to_list, &tc_ops_list[ops->to_type]);

Completed in 545 milliseconds

1 2