Searched defs:ovl (Results 1 - 5 of 5) sorted by relevance
/external/fio/engines/ |
H A D | 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;
|
/external/iproute2/tc/ |
H A D | q_cbq.c | 188 struct tc_cbq_ovl ovl; local 203 memset(&ovl, 0, sizeof(ovl)); 444 struct tc_cbq_ovl *ovl = NULL; local 479 if (RTA_PAYLOAD(tb[TCA_CBQ_OVL_STRATEGY]) < sizeof(*ovl)) 482 (unsigned) sizeof(*ovl)); 484 ovl = RTA_DATA(tb[TCA_CBQ_OVL_STRATEGY]);
|
/external/e2fsprogs/lib/blkid/ |
H A D | 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);
|
/external/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 4930 OverloadExpr *ovl = find.Expression; local 4931 if (isa<UnresolvedLookupExpr>(ovl)) { 4932 UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(ovl);
|
/external/valgrind/VEX/priv/ |
H A D | guest_s390_toIR.c | 14045 } ovl; local 14049 ((UChar *)(&ovl.value))[0] = bytes[0]; 14050 ((UChar *)(&ovl.value))[1] = bytes[1]; 14052 switch (ovl.value & 0xffff) { 14065 switch ((ovl.value & 0xff00) >> 8) { 14068 case 0x06: s390_format_RR_RR(s390_irgen_BCTR, ovl.fmt.RR.r1, ovl.fmt.RR.r2); 14070 case 0x07: s390_format_RR(s390_irgen_BCR, ovl.fmt.RR.r1, ovl.fmt.RR.r2); 14072 case 0x0a: s390_format_I(s390_irgen_SVC, ovl 14251 } ovl; local 15396 } ovl; local [all...] |
Completed in 165 milliseconds