Searched defs:bsize (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | coff.h | 48 unsigned long bsize; /* uninitialized data " " */ member in struct:__anon15473
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | zutil.c | 200 ulg bsize = (ulg)items*size; local 205 if (bsize < 65520L) { 206 buf = farmalloc(bsize); 209 buf = farmalloc(bsize + 16L);
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ath9k_init.c | 186 int i, bsize, error, desc_len; local 235 bsize = sizeof(struct ath_buf) * nbuf; 236 bf = zalloc(bsize);
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpecUnix.cpp | 564 PRInt64 bsize,bavail; local 565 LL_I2L( bsize, fs_buf.f_bsize ); 567 LL_MUL( bytes, bsize, bavail );
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | coff.h | 77 char bsize[4]; /* uninitialized data */ member in struct:__anon4497
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | coff.h | 77 char bsize[4]; /* uninitialized data */ member in struct:__anon4058
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileUnix.cpp | 1154 PRInt64 bsize, bavail; local 1156 LL_I2L(bsize, fs_buf.f_bsize); 1158 LL_MUL(*aDiskSpaceAvailable, bsize, bavail);
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
H A D | longobject.c | 2700 Py_ssize_t bsize = ABS(Py_SIZE(b)); local 2721 if (asize > bsize) { 2727 asize = bsize; 2728 bsize = i; 2746 if (2 * asize <= bsize) 2750 shift = bsize >> 1; 2763 * 1. Allocate result space (asize + bsize digits: that's always 2779 ret = _PyLong_New(asize + bsize); 2870 bsize = c(bsize/ 2921 Py_ssize_t bsize = ABS(Py_SIZE(b)); local [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | wined3d_private.h | 446 unsigned int bsize; member in struct:wined3d_shader_buffer
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | wined3d_private.h | 435 unsigned int bsize; member in struct:wined3d_shader_buffer
|
Completed in 199 milliseconds