Searched defs:age (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dnd6.c666 * - Update destination cache entries age
738 destination_cache[i].age++;
1070 * according to ad-hoc "age" heuristic.
1232 u32_t age; local
1242 age = 0;
1245 if (destination_cache[i].age > age) {
1582 /* Reset this destination's age. */
1583 destination_cache[nd6_cached_destination_index].age = 0;
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/
H A Dnd6.h88 u32_t age; member in struct:nd6_destination_cache_entry
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp205 QString age; local
215 age = VBoxSnapshotsWgt::tr (" (%1)").arg (then.toString (Qt::LocalDate));
220 age = VBoxSnapshotsWgt::tr (" (%1 ago)").arg(VBoxGlobal::daysToString(then.secsTo (now) / 60 / 60 / 24));
225 age = VBoxSnapshotsWgt::tr (" (%1 ago)").arg(VBoxGlobal::hoursToString(then.secsTo (now) / 60 / 60));
230 age = VBoxSnapshotsWgt::tr (" (%1 ago)").arg(VBoxGlobal::minutesToString(then.secsTo (now) / 60));
235 age = VBoxSnapshotsWgt::tr (" (%1 ago)").arg(VBoxGlobal::secondsToString(then.secsTo (now)));
240 setData (0, Qt::UserRole, age);
788 SnapshotAgeFormat age = traverseSnapshotAge (mTreeWidget->invisibleRootItem()); local
790 switch (age)
964 /* Updating age */
1018 SnapshotAgeFormat age = parentItem ? parentItem->updateAge() : AgeMax; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dvia_drm.h184 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
H A Dxf86drm.h267 unsigned int age; member in struct:_drmTextureRegion
H A Ddrm.h151 unsigned int age; member in struct:drm_tex_region
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86drm.h248 unsigned int age; member in struct:_drmTextureRegion
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86drm.h220 unsigned int age; member in struct:_drmTextureRegion
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86drm.h248 unsigned int age; member in struct:_drmTextureRegion
/vbox/src/VBox/Additions/solaris/DRM/include/
H A Ddrm.h250 unsigned int age; member in struct:drm_tex_region
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmscvpdb.h2077 DWORD age; member in struct:OMFSignatureRSDS
2086 DWORD age; member in struct:_CODEVIEW_PDB_DATA
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmscvpdb.h1955 DWORD age; member in struct:OMFSignatureRSDS
1964 DWORD age; member in struct:_CODEVIEW_PDB_DATA

Completed in 1499 milliseconds