Searched defs:void (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dsearch.h39 void* __cdecl _lfind(const void*,const void*,unsigned int*,unsigned int,int (*)(const void*,const void*));
40 void* __cdecl _lsearch(const void*,void*,unsigned int*,unsigned int,int (*)(const void*,const void*));
49 lfind(const void* match, const void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*)) argument
50 lsearch(const void* match, void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*) ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dsearch.h39 void* __cdecl _lfind(const void*,const void*,unsigned int*,unsigned int,int (*)(const void*,const void*));
40 void* __cdecl _lsearch(const void*,void*,unsigned int*,unsigned int,int (*)(const void*,const void*));
49 lfind(const void* match, const void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*)) argument
50 lsearch(const void* match, void* start, unsigned int* array_size, unsigned int elem_size, int (*cf)(const void*,const void*) ) argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Ddtrace_asm.s40 dtrace_getfp(void)
75 void * label
76 dtrace_casptr(void *target, void *cmp, void *new)
78 void *old;
80 if ((old = *(void **)target) == cmp)
81 *(void **)target = new;
149 void label
196 void label
413 void label
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dioapi.c31 voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode) argument
69 void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def* p_filefunc64_32,const zlib_filefunc_def* p_filefunc32)
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size));
113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode)
132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size)
139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size)
224 void fill_fopen_filefunc (pzlib_filefunc_def)
237 void fill_fopen64_filefunc (zlib_filefunc64_def* pzlib_filefunc_def)
H A Dzip.c203 local void free_datablock(linkedlist_datablock_internal* ldi)
213 local void init_linkedlist(linkedlist_data* ll)
218 local void free_linkedlist(linkedlist_data* ll)
225 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong len)
310 local void zip64local_putValue_inmemory OF((void* dest, ZPOS64_T x, int nbByte));
311 local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte)
815 void* buf_read = (void*)ALLO
1337 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) argument
1350 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcfileio.cpp48 RCFileIO::~RCFileIO() { if (NULL != fd) (void)Close(); }
73 PRInt32 RCFileIO::Read(void *buf, PRSize amount)
89 PRInt32 RCFileIO::Write(const void *buf, PRSize amount)
142 PRInt32 RCFileIO::Recv(void*, PRSize, PRIntn, const RCInterval&)
145 PRInt32 RCFileIO::Recvfrom(void*, PRSize, PRIntn, RCNetAddr*, const RCInterval&)
149 const void*, PRSize, PRIntn, const RCInterval&)
153 const void*, PRSize, PRIntn, const RCNetAddr&, const RCInterval&)
163 RCIO**, RCNetAddr**, void*, PRSize, const RCInterval&)
173 RCIO*, const void*, PRSize, RCIO::FileDisposition, const RCInterval&)
148 Send( const void*, PRSize, PRIntn, const RCInterval&) argument
152 Sendto( const void*, PRSize, PRIntn, const RCNetAddr&, const RCInterval&) argument
172 TransmitFile( RCIO*, const void*, PRSize, RCIO::FileDisposition, const RCInterval&) argument
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsAutoPtr.h59 void**
63 return NS_REINTERPRET_CAST(void**, &mRawPtr);
66 void
262 a |void**|, a |T**|, or an |nsISupports**| as needed, that the
276 operator void**()
278 return NS_REINTERPRET_CAST(void**, mTargetSmartPtr.StartAssignment());
415 return NS_STATIC_CAST(const void*, lhs.get()) == NS_REINTERPRET_CAST(const void*, rhs);
424 return NS_REINTERPRET_CAST(const void*, lhs) == NS_STATIC_CAST(const void*, rh
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntthread.c41 extern void _PR_Win32InitTimeZone(void); /* defined in ntmisc.c */
76 void
113 void
138 void _PR_MD_CLEANUP_BEFORE_EXIT(void)
198 pr_root(void *arg)
207 void (*start)(void *),
219 (void *)threa
444 _PR_MD_INIT_CONTEXT(PRThread *thread, char *top, void (*start) (void), PRBool *status) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.h203 nsrefcnt AddRef(void);
204 nsrefcnt Release(void);
208 void operator delete( void*, size_t ); // NOT TO BE IMPLEMENTED
334 virtual nsresult NS_FASTCALL operator()( const nsIID&, void** ) const = 0;
353 nsresult NS_FASTCALL operator()( const nsIID& aIID, void** ) const;
369 nsresult NS_FASTCALL operator()( const nsIID& aIID, void** ) const;
392 void
402 void
422 template <> class Foo<void*> {
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Derror.c34 static void logMessageV(const char *pszPrefix, const char *pszFormat, va_list va)
51 static void logMessage(const char *pszPrefix, const char *pszFormat, ...)
60 DECLEXPORT(void) crError(const char *pszFormat, ...)
106 DECLEXPORT(void) crWarning(const char *pszFormat, ...)
118 DECLEXPORT(void) crInfo(const char *pszFormat, ...)
130 DECLEXPORT(void) crDebug(const char *pszFormat, ...)
217 void __getHostInfo( void )
237 static void __crCheckCanada(void)
511 crDbgCmdSymLoadPrint(const char *modName, const void*pvAddress) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddispatch.h2183 typedef void (GLAPIENTRYP _glptr_NewList) (GLuint, GLenum);
2193 static inline void
2194 SET_NewList(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLuint, GLenum))
2199 typedef void (GLAPIENTRYP _glptr_EndList) (void);
2209 static inline void
2210 SET_EndList(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
2215 typedef void (GLAPIENTRYP _glptr_CallList) (GLuint);
2225 static inline void
2909 SET_End(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
5508 SET_InitNames(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
5556 SET_PopName(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
5816 SET_Finish(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
5832 SET_Flush(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
5848 SET_PopAttrib(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
6583 SET_GetError(struct _glapi_table *disp, GLenum(GLAPIENTRYP fn) (void)) argument
7088 SET_LoadIdentity(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
7206 SET_PopMatrix(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
7222 SET_PushMatrix(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
7863 SET_PopClientAttrib(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
9261 SET_CreateProgram(struct _glapi_table *disp, GLuint(GLAPIENTRYP fn) (void)) argument
11547 SET_CreateProgramObjectARB(struct _glapi_table *disp, GLhandleARB(GLAPIENTRYP fn) (void)) argument
13889 SET_PauseTransformFeedback(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
13908 SET_ResumeTransformFeedback(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
13980 SET_ReleaseShaderCompiler(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
14017 SET_GetGraphicsResetStatusARB(struct _glapi_table *disp, GLenum(GLAPIENTRYP fn) (void)) argument
14842 SET_UnlockArraysEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
15342 SET_FlushVertexArrayRangeNV(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
15643 SET_ResizeBuffersMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
17506 SET_BeginFragmentShaderATI(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
17629 SET_EndFragmentShaderATI(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
18007 SET_PrimitiveRestartNV(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
19341 SET_EndConditionalRenderNV(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
19435 SET_EndTransformFeedbackEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
19669 SET_TextureBarrierNV(struct _glapi_table *disp, void (GLAPIENTRYP fn) (void)) argument
[all...]

Completed in 164 milliseconds