HomeSort by relevance Sort by last modified time
    Searched defs:ovl (Results 1 - 6 of 6) 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 365 OVERLAPPED *ovl; local
377 if (!GetQueuedCompletionStatus(ctx->iocp, &bytes, &ulKey, &ovl, 250) && ovl == NULL)
380 fov = CONTAINING_RECORD(ovl, struct fio_overlapped, o);
383 if (ovl->Internal == ERROR_SUCCESS) {
384 io_u->resid = io_u->xfer_buflen - ovl->InternalHigh;
  /external/chromium_org/sandbox/win/src/
broker_services.cc 231 LPOVERLAPPED ovl = NULL; local
233 if (!::GetQueuedCompletionStatus(port, &events, &key, &ovl, INFINITE))
267 broker->child_process_ids_.erase(reinterpret_cast<DWORD>(ovl));
297 broker->peer_map_.find(reinterpret_cast<DWORD>(ovl));
  /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...]
  /external/clang/lib/Sema/
SemaExpr.cpp 4540 OverloadExpr *ovl = find.Expression; local
    [all...]
SemaOverload.cpp 10121 OverloadExpr::FindResult ovl = OverloadExpr::find(SrcExpr.get()); local
    [all...]

Completed in 1014 milliseconds