/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/chromium_org/sandbox/win/src/ |
broker_services.cc | 199 LPOVERLAPPED ovl = NULL; local 201 if (!::GetQueuedCompletionStatus(port, &events, &key, &ovl, INFINITE)) 235 broker->child_process_ids_.erase(reinterpret_cast<DWORD>(ovl)); 258 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...] |
/bionic/libc/kernel/common/video/ |
dsscomp.h | 310 struct dss2_ovl_info ovl; member in struct:dsscomp_check_ovl_data 325 struct dss2_ovl_info ovl, wb; member in struct:dsscomp_wb_copy_data
|
/external/e2fsprogs/lib/blkid/ |
probe.c | 1043 struct ocfs_volume_label ovl; local 1047 memcpy(&ovl, buf+512, sizeof(ovl)); 1055 blkid_set_tag(probe->dev, "LABEL", ovl.label, ocfslabellen(ovl)); 1057 set_uuid(probe->dev, ovl.vol_id, 0); [all...] |
/external/kernel-headers/original/video/ |
dsscomp.h | 337 __u8 ix; /* ovl index same as sysfs/overlay# */ 435 * 1. sets manager of each ovl in composition to the display 436 * 2. calls set_dss_ovl_info() for each ovl to set up the 437 * overlay staging structures (this is a wrapper around ovl->set_info()) 506 * ovl.ix is ignored. 514 * ovl->decim's min values will be modified to the smallest decimation that 524 struct dss2_ovl_info ovl; member in struct:dsscomp_check_ovl_data 562 struct dss2_ovl_info ovl, wb; member in struct:dsscomp_wb_copy_data
|
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 2650 Bit8u crtc_r9,ovl,rows; local [all...] |
/external/clang/lib/Sema/ |
SemaExpr.cpp | 4393 OverloadExpr *ovl = find.Expression; local [all...] |
SemaOverload.cpp | 9744 OverloadExpr::FindResult ovl = OverloadExpr::find(SrcExpr.get()); local [all...] |
/external/valgrind/main/VEX/priv/ |
guest_s390_toIR.c | 11821 } ovl; local 12020 } ovl; local 13026 } ovl; local [all...] |