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

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dusbvar.h30 unsigned int size; member in struct:report_desc
H A Dpropertyst.h61 long size; /* size of data in (format/8) bytes */ member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dusbvar.h28 unsigned int size; member in struct:report_desc
H A Dpropertyst.h61 long size; /* size of data in (format/8) bytes */ member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dusbvar.h28 unsigned int size; member in struct:report_desc
H A Dpropertyst.h62 long size; /* size of data in (format/8) bytes */ member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dusbvar.h31 unsigned int size; member in struct:report_desc
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dusbvar.h31 unsigned int size; member in struct:report_desc
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DBaseMemAllocation.c23 void *malloc (size_t size) argument
25 return AllocatePool ((UINTN)size);
29 void *realloc (void *ptr, size_t size) argument
32 // BUG: hardcode OldSize == size! We have no any knowledge about
33 // memory size of original pointer ptr.
35 return ReallocatePool ((UINTN)size, (UINTN)size, ptr);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16mem.c50 ** Return the segment's access rights and size.
52 PRStatus _MD_AllocSegment(PRSegment *seg, PRUint32 size, void *vaddr) argument
55 PR_ASSERT(size != 0);
62 seg->vaddr = (char *)malloc(size);
68 seg->size = size;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddumb_bo.h34 uint32_t size; member in struct:dumb_bo
43 struct dumb_bo *dumb_get_bo_from_fd(int fd, int handle, int pitch, int size);
H A Dpropertyst.h61 uint32_t size; /* size of data in (format/8) bytes */ member in struct:_Property
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DBufFileInput.h29 // buf_size - size of buffer (maximal length for string in is_in)
47 int size; // size of buffer member in class:BufFileInput
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_feedback.c10 void PACK_APIENTRY crPackFeedbackBuffer( GLsizei size, GLenum type, GLfloat *buffer ) argument
12 (void) size;
20 void PACK_APIENTRY crPackFeedbackBufferSWAP( GLsizei size, GLenum type, GLfloat *buffer ) argument
22 (void) size;
30 void PACK_APIENTRY crPackSelectBuffer( GLsizei size, GLuint *buffer ) argument
32 (void) size;
39 void PACK_APIENTRY crPackSelectBufferSWAP( GLsizei size, GLuint *buffer ) argument
41 (void) size;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dicd_drv.h27 DWORD size; member in struct:_icdTable
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVModes.h29 DECLINLINE(uint64_t) vboxRSize2U64(RTRECTSIZE size) { return *_CR_TYPECAST(uint64_t, &(size)); } argument
30 DECLINLINE(RTRECTSIZE) vboxU642RSize2(uint64_t size) { return *_CR_TYPECAST(RTRECTSIZE, &(size)); } argument
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dmemops.h7 static INLINE void drimemsetio(void* address, int c, int size) argument
11 for(i=0;i<size;i++)
14 memset(address,c,size);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/
H A Dprseg.c57 ** Allocate a memory segment. The size value is rounded up to the native
58 ** system page size and a page aligned portion of memory is returned.
62 PRSegment* _PR_NewSegment(PRUint32 size, void *vaddr) argument
70 size = ((size + _pr_pageSize - 1) >> _pr_pageShift) << _pr_pageShift;
75 if (_PR_MD_ALLOC_SEGMENT(seg, size, vaddr) != PR_SUCCESS) {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dpropertyst.h61 uint32_t size; /* size of data in (format/8) bytes */ member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dpropertyst.h62 long size; /* size of data in (format/8) bytes */ member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dpropertyst.h62 long size; /* size of data in (format/8) bytes */ member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dpropertyst.h62 long size; /* size of data in (format/8) bytes */ member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dpropertyst.h62 long size; /* size of data in (format/8) bytes */ member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dpropertyst.h62 long size; /* size of data in (format/8) bytes */ member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dpropertyst.h62 uint32_t size; /* size of data in (format/8) bytes */ member in struct:_Property

Completed in 343 milliseconds

1234567891011>>