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

  /frameworks/native/opengl/libagl/
primitives.cpp 877 vertex_t** ivl = in; local
900 vertex_t* s = ivl[ic-1];
905 vertex_t* p = ivl[i];
944 ivl = ovl;
966 vertex_t* s = ivl[ic-1];
970 vertex_t* p = ivl[i]
    [all...]
  /external/iproute2/ip/
iplink.c 360 struct ifla_vf_link_state ivl; local
364 ivl.link_state = IFLA_VF_LINK_STATE_AUTO;
366 ivl.link_state = IFLA_VF_LINK_STATE_ENABLE;
368 ivl.link_state = IFLA_VF_LINK_STATE_DISABLE;
371 ivl.vf = vf;
372 addattr_l(&req->n, sizeof(*req), IFLA_VF_LINK_STATE, &ivl, sizeof(ivl));
  /external/tcpdump/
print-pgm.c 267 uint32_t ivl, rnd, mask; local
290 ivl = EXTRACT_32BITS(bp);
301 ND_PRINT((ndo, "POLR seq %u round %u nla %s ivl %u rnd 0x%08x "
303 EXTRACT_16BITS(&polr->pgmp_round), nla_buf, ivl, rnd, mask));
542 ND_PRINT((ndo, " BACKOFF ivl %u ivlseq %u", offset, seq));

Completed in 240 milliseconds