HomeSort by relevance Sort by last modified time
    Searched defs:ovl (Results 1 - 10 of 10) 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));
  /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...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 2650 Bit8u crtc_r9,ovl,rows; local
    [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 4540 OverloadExpr *ovl = find.Expression; local
    [all...]
SemaOverload.cpp 10121 OverloadExpr::FindResult ovl = OverloadExpr::find(SrcExpr.get()); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 13915 } ovl; local
14121 } ovl; local
15260 } ovl; local
    [all...]

Completed in 673 milliseconds