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

123

/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/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/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;
/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/Additions/x11/x11include/libdrm-2.4.13/
H A Ddrm_sarea.h54 unsigned int stamp; member in struct:drm_sarea_drawable
/vbox/src/VBox/Installer/linux/debian/
H A Drules123 configure: debian/configure-stamp
124 debian/configure-stamp:
127 touch debian/configure-stamp
129 build: debian/configure-stamp debian/build-stamp
130 debian/build-stamp $(verfile):
146 touch debian/build-stamp
149 modules: debian/build-stamp debian/modules-stamp
150 debian/modules-stamp
[all...]
/vbox/debian/
H A Drules98 configure: debian/configure-stamp
99 debian/configure-stamp:
102 touch debian/configure-stamp
104 build: debian/configure-stamp debian/build-stamp
105 debian/build-stamp $(verfile):
121 touch debian/build-stamp
124 modules: debian/build-stamp debian/modules-stamp
125 debian/modules-stamp
[all...]
/vbox/src/VBox/Installer/linux/rpm/
H A Drules102 $(verfile): rpm/configure-stamp
168 rpm/configure-stamp:
170 touch rpm/configure-stamp
172 rpm/build-stamp: rpm/configure-stamp
187 touch rpm/build-stamp
194 rm -f rpm/build-stamp rpm/configure-stamp rpm/configure.log
198 binary: rpm/build-stamp $(verfile)
201 binary: rpm/build-stamp
[all...]
/vbox/src/VBox/Installer/linux/install_service/
H A Dinit_template.sh235 stamp="`times`"
236 while test x"${stamp}" = x"`times`"; do

Completed in 547 milliseconds

123