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

  /external/iproute2/tc/
q_cbq.c 188 struct tc_cbq_ovl ovl; local
203 memset(&ovl, 0, sizeof(ovl));
444 struct tc_cbq_ovl *ovl = NULL; local
477 if (RTA_PAYLOAD(tb[TCA_CBQ_OVL_STRATEGY]) < sizeof(*ovl))
480 (unsigned) sizeof(*ovl));
482 ovl = RTA_DATA(tb[TCA_CBQ_OVL_STRATEGY]);
  /external/fio/engines/
windowsaio.c 366 OVERLAPPED *ovl; local
378 if (!GetQueuedCompletionStatus(ctx->iocp, &bytes, &ulKey, &ovl, 250) && ovl == NULL)
381 fov = CONTAINING_RECORD(ovl, struct fio_overlapped, o);
384 if (ovl->Internal == ERROR_SUCCESS) {
385 io_u->resid = io_u->xfer_buflen - ovl->InternalHigh;
  /frameworks/native/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...]
  /external/e2fsprogs/lib/blkid/
probe.c 1041 struct ocfs_volume_label ovl; local
1045 memcpy(&ovl, buf+512, sizeof(ovl));
1053 blkid_set_tag(probe->dev, "LABEL", ovl.label, ocfslabellen(ovl));
1055 set_uuid(probe->dev, ovl.vol_id, 0);
    [all...]
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 329 struct dss2_ovl_info ovl; member in struct:dsscomp_check_ovl_data
344 struct dss2_ovl_info ovl, wb; member in struct:dsscomp_wb_copy_data
  /external/clang/lib/Sema/
SemaExpr.cpp 4766 OverloadExpr *ovl = find.Expression; local
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 14006 } ovl; local
14212 } ovl; local
15351 } ovl; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 397 milliseconds