Searched defs:stat (Results 26 - 50 of 54) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmx.h183 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
H A Dxf86_libc.h589 #define stat(a,b) xf86stat(a,b) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmx.h182 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
H A Dxf86_libc.h589 #define stat(a,b) xf86stat(a,b) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmx.h182 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmx.h182 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmx.h182 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmx.h182 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmx.h180 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmx.h180 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmx.h180 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmx.h180 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmx.h180 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmx.h180 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmx.h180 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.c716 UINTN stat; local
724 stat = MapIt (
732 if (stat != 0) {
733 return stat;
1021 UINTN stat; local
1076 stat = MapIt (
1083 if (stat != 0) {
1100 stat = MapIt (
1107 if (stat != 0) {
3452 UINT32 stat; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmx.h179 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
H A Dxf86_libc.h595 #define stat(a,b) xf86stat(a,b) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmx.h179 DMXStatInfo *stat; /**< Statistics about XSync */ member in struct:_DMXScreenInfo
H A Dxf86_libc.h593 #define stat(a,b) xf86stat(a,b) macro
/vbox/include/VBox/
H A Dusblib-win.h227 USBSUP_ERROR stat; /* [out] packet status */ member in struct:USBSUP_ISOCPKT
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.c73 #include <sys/stat.h>
243 sffs_stat_t *stat,
271 if (stat != NULL) {
272 node->sf_stat = *stat;
552 sffs_stat_t *stat,
604 stat = &tmp_stat;
606 &fp, stat);
610 stat = &tmp_stat;
612 &fp, stat);
618 if (stat
237 sfnode_make( sffs_data_t *sffs, char *path, vtype_t type, sfp_file_t *fp, sfnode_t *parent, sffs_stat_t *stat, uint64_t stat_time) argument
547 sfnode_lookup( sfnode_t *dir, char *name, vtype_t create, mode_t c_mode, sffs_stat_t *stat, uint64_t stat_time, int *err) argument
1929 sffs_stat_t stat; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h543 #define stat(a,b) xf86stat(a,b) macro
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c24 #include <sys/stat.h>
50 /* MS C library seems to define stat and _stat. The definition
53 # define stat(x,y) _stat(x,y) macro
60 # define stat _stat macro
622 xmlWrapStatUtf8(const char *path,struct stat *info)
636 retval = stat(path,info);
666 xmlWrapStatNative(const char *path,struct stat *info)
669 return stat(path,info);
675 typedef int (* xmlWrapStatFunc) (const char *f, struct stat *s);
717 * if stat i
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c1091 GCStat stat = gcstats[i]; local
1095 if (stat.nallocs != 0.0) {
1096 allocTimeMean = stat.allocTime / stat.nallocs;
1097 allocTimeVariance = fabs(stat.allocTimeVariance / stat.nallocs - allocTimeMean * allocTimeMean);
1099 if (stat.nfrees != 0.0) {
1100 lifetimeMean = stat.lifetime / stat.nfrees;
1101 lifetimeVariance = fabs(stat
[all...]

Completed in 386 milliseconds

123