HomeSort by relevance Sort by last modified time
    Searched refs:ovl (Results 1 - 3 of 3) sorted by null

  /external/iproute2/tc/
q_cbq.c 189 struct tc_cbq_ovl ovl; local
204 memset(&ovl, 0, sizeof(ovl));
445 struct tc_cbq_ovl *ovl = NULL; local
478 if (RTA_PAYLOAD(tb[TCA_CBQ_OVL_STRATEGY]) < sizeof(*ovl))
481 (unsigned) sizeof(*ovl));
483 ovl = RTA_DATA(tb[TCA_CBQ_OVL_STRATEGY]);
  /external/e2fsprogs/lib/blkid/
probe.c 924 struct ocfs_volume_label ovl; local
928 memcpy(&ovl, buf+512, sizeof(ovl));
936 blkid_set_tag(probe->dev, "LABEL", ovl.label, ocfslabellen(ovl));
938 set_uuid(probe->dev, ovl.vol_id, 0);
    [all...]
  /frameworks/base/opengl/libagl/
primitives.cpp 895 vertex_t** const ovl = &out[outi][0]; local
896 vertex_t** output = ovl;
944 ivl = ovl;
961 vertex_t** const ovl = &out[outi][0]; local
962 vertex_t** output = ovl;
    [all...]

Completed in 456 milliseconds