Searched defs:stamp (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/internal/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Ddrm_sarea.h54 unsigned int stamp; member in struct:drm_sarea_drawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dsarea.h64 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/internal/
H A Dsarea.h64 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dsarea.h64 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dsarea.h61 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dsarea.h61 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dsarea.h61 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dsarea.h61 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dsarea.h61 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/RDP/client-1.8.3/
H A Dpstcache.c46 /* Update mru stamp/index for a bitmap */
48 pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp) argument
57 rd_write_file(fd, &stamp, sizeof(stamp));
104 cellhdr.stamp = 0;
144 if (g_bitmap_cache_precache && cellhdr.stamp && g_server_depth > 8)
147 /* Sort by stamp */
148 for (n = idx; n > 0 && cellhdr.stamp < mru_stamp[n - 1]; n--)
155 mru_stamp[n] = cellhdr.stamp;
H A Dtypes.h178 uint32 stamp; member in struct:_PSTCACHE_CELLHEADER
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.cpp300 nsFileSpec::TimeStamp stamp; local
301 mFileSpec.GetModDate(stamp);
302 *aModDate = stamp;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecImpl.cpp322 nsFileSpec::TimeStamp stamp; local
323 mFileSpec.GetModDate(stamp);
324 *aModDate = stamp;
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py434 def stamp(): function in function:recordDemo
447 line = "%d: m %d %d %d %d %d %d\n" % (stamp(), mev.mode, mev.x, mev.y, mev.z, mev.w, mev.buttons)
452 line = "%d: k %s\n" % (stamp(), str(ctx['global'].getArray(kev, 'scancodes')))
509 stamp = rdict['s']
513 time.sleep(float(stamp)/1000)

Completed in 195 milliseconds