/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/ |
H A D | MathDivU64x64.c | 55 ; Set up the local stack for NULL Reminder pointer local
|
H A D | MathReminderU64x64.c | 54 ; Set up the local stack for Reminder pointer local
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/ |
H A D | lldiv.c | 64 ; Set up the local stack for NULL Reminder pointer local
|
H A D | llrem.c | 54 ; Set up the local stack for Reminder pointer local
|
H A D | ulldiv.c | 55 ; Set up the local stack for NULL Reminder pointer local
|
H A D | ullrem.c | 54 ; Set up the local stack for Reminder pointer local
|
H A D | lldvrm.c | 60 ; Set up the local stack for Reminder pointer local
|
H A D | ulldvrm.c | 60 ; Set up the local stack for Remainder pointer local
|
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xdefs.h | 53 typedef void *pointer; typedef 104 typedef void (* BlockHandlerProcPtr)(pointer /* blockData */, 106 pointer /* pReadmask */);
|
/vbox/src/VBox/GuestHost/OpenGL/include/state/ |
H A D | cr_bufferobject.h | 38 GLvoid *pointer; /* only valid while buffer is mapped */ member in struct:__anon16173
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/ |
H A D | Xdefs.h | 55 typedef void *pointer; typedef 106 typedef void (* BlockHandlerProcPtr)(pointer /* blockData */, 108 pointer /* pReadmask */);
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsCppSharedAllocator.h | 39 typedef T* pointer; typedef in class:nsCppSharedAllocator 57 pointer 69 pointer 72 return NS_REINTERPRET_CAST(pointer, nsMemory::Alloc(NS_STATIC_CAST(PRUint32, n*sizeof(T)))); 76 deallocate( pointer p, size_type /*n*/ ) 82 construct( pointer p, const T& val ) 88 destroy( pointer p )
|
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsStringIterator.h | 65 typedef const CharT* pointer; typedef in class:nsReadingIterator 91 pointer 97 pointer 103 pointer 118 pointer 201 typedef CharT* pointer; 227 pointer 233 pointer 239 pointer 254 pointer [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/ |
H A D | icmp6.c | 314 * @param pointer the pointer to the byte where the parameter is found 317 icmp6_param_problem(struct pbuf *p, enum icmp6_pp_code c, u32_t pointer) argument 319 icmp6_send_response(p, c, pointer, ICMP6_TYPE_PP);
|
/vbox/src/VBox/Additions/common/VBoxGuestLib/ |
H A D | VBoxGuestR3Lib.cpp | 70 typedef void *pointer; typedef 73 extern "C" int xf86ioctl(int, unsigned long, pointer);
|
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/ |
H A D | unpack_arrays.c | 27 GLintptrARB pointer = (GLintptrARB) READ_DATA( 20, GLuint ); local 28 cr_unpackDispatch.VertexPointer( size, type, stride, (void *) pointer ); 36 GLintptrARB pointer = READ_DATA( 20, GLuint ); local 37 cr_unpackDispatch.TexCoordPointer( size, type, stride, (void *) pointer ); 44 GLintptrARB pointer = READ_DATA( 16, GLuint ); local 45 cr_unpackDispatch.NormalPointer( type, stride, (void *) pointer ); 52 GLintptrARB pointer = READ_DATA( 16, GLuint ); local 53 cr_unpackDispatch.IndexPointer( type, stride, (void *) pointer ); 59 GLintptrARB pointer = READ_DATA( 12, GLuint ); local 60 cr_unpackDispatch.EdgeFlagPointer( stride, (void *) pointer ); 68 GLintptrARB pointer = READ_DATA( 20, GLuint ); local 76 GLintptrARB pointer = READ_DATA( 16, GLuint ); local 85 GLintptrARB pointer = READ_DATA( 20, GLuint ); local 96 GLintptrARB pointer = READ_DATA( 28, GLuint ); local 106 GLintptrARB pointer = READ_DATA( 24, GLuint ); local 114 GLintptrARB pointer = READ_DATA( 16, GLuint ); local 162 crUnpackSetClientPointerByIndex(int index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, CRClientState *c) argument [all...] |
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/ |
H A D | test_main.cpp | 52 typedef PRUnichar* pointer; typedef in struct:string_class_traits 55 static basic_nsLiteralString<PRUnichar> literal_hello() { return ::literal_hello(pointer()); } 61 typedef char* pointer; typedef in struct:string_class_traits 64 static basic_nsLiteralString<char> literal_hello() { return ::literal_hello(pointer()); }
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xwayland.h | 111 DeviceIntPtr pointer; member in struct:xwl_seat
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | xwayland.h | 111 DeviceIntPtr pointer; member in struct:xwl_seat
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_grammar.y | 175 %type <l_decl> pointer 745 | pointer direct_declarator 758 pointer: DT_TOK_MUL { $$ = dt_decl_ptr(); } label 760 | DT_TOK_MUL pointer { $$ = dt_decl_ptr(); } 761 | DT_TOK_MUL type_qualifier_list pointer { $$ = dt_decl_ptr(); } 804 pointer 806 | pointer direct_abstract_declarator
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | glx_c_exports.c | 30 DECLEXPORT(void) VBOXGLXENTRYTAG(glXFreeMemoryMESA)(Display *dpy, int scrn, void *pointer) argument 32 return glxim.FreeMemoryMESA(dpy, scrn, pointer); 80 DECLEXPORT(GLuint) VBOXGLXENTRYTAG(glXGetMemoryOffsetMESA)(Display *dpy, int scrn, const void *pointer ) 82 return glxim.GetMemoryOffsetMESA(dpy, scrn, pointer);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
H A D | VBoxDisp.h | 49 PVIDEO_POINTER_ATTRIBUTES pAttrs; /* Preallocated buffer to pass pointer shape to miniport driver */ 58 SURFOBJ* psoBitmap; /* lock pointer to framebuffer bitmap */ 110 VBOXDISPPOINTERINFO pointer; /* Pointer info */ member in struct:_VBOXDISPDEV
|
/vbox/include/VBox/ |
H A D | hgcmsvc.h | 70 /** Typed pointer to distinguish a call to service. */ 107 } pointer; member in union:VBOXHGCMSVCPARM::__anon232 134 /** Extract a pointer value from an HGCM parameter structure */ 141 *ppv = u.pointer.addr; 142 *pcb = u.pointer.size; 149 /** Extract a constant pointer value from an HGCM parameter structure */ 160 /** Extract a pointer value to a non-empty buffer from an HGCM parameter 181 /** Extract a pointer value to a non-empty constant buffer from an HGCM 235 /** Set a pointer value to an HGCM parameter structure */ 239 u.pointer [all...] |
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_client.c | 590 GLsizei stride, const GLvoid *pointer) 600 cp->p = (unsigned char *) pointer; 968 void STATE_APIENTRY crStateGetVertexAttribPointervNV(GLuint index, GLenum pname, GLvoid **pointer) argument 990 *pointer = g->client.array.a[index].p; 994 void STATE_APIENTRY crStateGetVertexAttribPointervARB(GLuint index, GLenum pname, GLvoid **pointer) argument 996 crStateGetVertexAttribPointervNV(index, pname, pointer); 1533 void STATE_APIENTRY crStateVertexArrayRangeNV(GLsizei length, const GLvoid *pointer) argument 588 crStateClientSetPointer(CRClientPointer *cp, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) argument
|
/vbox/src/VBox/Additions/common/crOpenGL/array/ |
H A D | arrayspu.c | 523 static void ARRAYSPU_APIENTRY arrayspu_ColorPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 525 crStateColorPointer(size, type, stride, pointer); 526 array_spu.child.ColorPointer(size, type, stride, pointer); 529 static void ARRAYSPU_APIENTRY arrayspu_SecondaryColorPointerEXT( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 531 crStateSecondaryColorPointerEXT(size, type, stride, pointer); 532 array_spu.child.SecondaryColorPointerEXT(size, type, stride, pointer); 535 static void ARRAYSPU_APIENTRY arrayspu_VertexPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 537 crStateVertexPointer(size, type, stride, pointer); 538 array_spu.child.VertexPointer(size, type, stride, pointer); 541 static void ARRAYSPU_APIENTRY arrayspu_TexCoordPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 674 arrayspu_VertexAttribPointerARB(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) argument [all...] |