Searched defs:functions (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dport.c46 void wine_pthread_get_functions( struct wine_pthread_functions *functions, size_t size ) argument
48 memcpy( functions, &pthread_functions, min( size, sizeof(pthread_functions) ));
55 void wine_pthread_set_functions( const struct wine_pthread_functions *functions, size_t size ) argument
57 memcpy( &pthread_functions, functions, min( size, sizeof(pthread_functions) ));
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpacker_defs.py25 functions = [ variable
171 for func_name in functions:
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dutils.h87 const struct dri_extension_function * functions; member in struct:dri_extension
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_compile_function.h32 * Types of functions.
76 * Basically, a list of compiled functions.
80 slang_function *functions; member in struct:slang_function_scope_
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h151 XF86SetupFunction *functions; member in struct:_XF86SetupFunctionList
H A Ddmxinputinit.h224 dmxFunctionsProcPtr functions; member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dconfig.h124 XF86SetupFunction *functions; member in struct:_XF86SetupFunctionList
H A Ddmxinputinit.h223 dmxFunctionsProcPtr functions; member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig.h123 XF86SetupFunction *functions; member in struct:_XF86SetupFunctionList
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Drbtree.h67 const struct wine_rb_functions *functions; member in struct:wine_rb_tree
96 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
220 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions) argument
222 tree->functions = functions;
225 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
244 tree->functions->free(tree->stack.entries);
252 int c = tree->functions->compare(key, entry);
272 c = tree->functions->compare(key, *parent);
306 if (tree->functions
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Drbtree.h61 const struct wine_rb_functions *functions; member in struct:wine_rb_tree
90 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
214 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions) argument
216 tree->functions = functions;
219 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
238 tree->functions->free(tree->stack.entries);
246 int c = tree->functions->compare(key, entry);
266 c = tree->functions->compare(key, *parent);
300 if (tree->functions
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Drbtree.h67 const struct wine_rb_functions *functions; member in struct:wine_rb_tree
96 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
220 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions) argument
222 tree->functions = functions;
225 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
244 tree->functions->free(tree->stack.entries);
252 int c = tree->functions->compare(key, entry);
272 c = tree->functions->compare(key, *parent);
306 if (tree->functions
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dconfig.h152 XF86SetupFunction *functions; member in struct:_XF86SetupFunctionList
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Drbtree.h61 const struct wine_rb_functions *functions; member in struct:wine_rb_tree
90 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
214 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions) argument
216 tree->functions = functions;
219 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
238 tree->functions->free(tree->stack.entries);
246 int c = tree->functions->compare(key, entry);
266 c = tree->functions->compare(key, *parent);
300 if (tree->functions
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dconfig.h152 XF86SetupFunction *functions; member in struct:_XF86SetupFunctionList
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Drbtree.h61 const struct wine_rb_functions *functions; member in struct:wine_rb_tree
90 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
214 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions) argument
216 tree->functions = functions;
219 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
238 tree->functions->free(tree->stack.entries);
246 int c = tree->functions->compare(key, entry);
266 c = tree->functions->compare(key, *parent);
300 if (tree->functions
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dgenerator.py6 functions = {} variable
189 functions[name] = (desc, ret, args, file, cond)
198 # Some filtering rukes to drop functions/types which should not
398 global functions
402 (desc, ret, args, file, cond) = functions[name]
574 n = len(functions.keys())
575 print "Found %d functions in libxml2-api.xml" % (n)
588 print "Found %d functions in libxml2-python-api.xml" % (
589 len(functions.keys()) - n)
606 for function in functions
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Drbtree.h67 const struct wine_rb_functions *functions; member in struct:wine_rb_tree
96 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
220 static inline int wine_rb_init(struct wine_rb_tree *tree, const struct wine_rb_functions *functions) argument
222 tree->functions = functions;
225 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
244 tree->functions->free(tree->stack.entries);
252 int c = tree->functions->compare(key, entry);
272 c = tree->functions->compare(key, *parent);
306 if (tree->functions
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dgentest.py53 # defines for specific functions
107 # Some functions really need to be skipped for the tests.
146 # Internal functions, no user space should really call them
167 # These functions have side effects on the global state
648 printf("Total: %d functions, %d tests, %d errors\\n",
871 # gather all the functions exported by that module
873 functions = ctxt.xpathEval("/api/symbols/function[@file='%s']" % (module)) variable
875 print "Failed to gather functions from module %s" % (module)
878 # iterate over all functions in the module generating the test
881 for function in functions
[all...]
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMGlue.cpp510 void* functions[JX_NUM_FUNCS]; local
511 memset(functions, 0, JX_NUM_FUNCS * sizeof(void*));
514 nsresult rv = FindVBoxMethods(env, aXPCOMPath, functions);
516 rv = RegisterNativeMethods(env, functions);
519 nsresult rv = LoadXULMethods(env, aXPCOMPath, functions);
521 rv = RegisterNativeMethods(env, functions);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dutils.c27 * Utility functions for DRI drivers.
192 * certain functionality in terms of functions provided by these extensions.
222 * new functions here.
253 * Enable and add dispatch functions for a single extension
270 if ( ext->functions != NULL ) {
271 for ( i = 0 ; ext->functions[i].strings != NULL ; i++ ) {
272 const char * functions[16]; local
274 const char * str = ext->functions[i].strings;
296 functions[j] = NULL;
300 functions[
[all...]
H A Dvboxdri_drv.c196 init_core_functions( struct dd_function_table *functions )
198 functions->GetString = get_string;
199 functions->UpdateState = update_state;
200 functions->GetBufferSize = get_buffer_size;
201 functions->Viewport = viewport;
203 functions->Clear = _swrast_Clear; /* could accelerate with blits */
208 * Generate code for span functions.
457 struct dd_function_table functions; local
467 /* Init default driver functions then plug in our FBdev-specific functions
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp983 functions->_tag = (_decl) PR_FindSymbol(xpcomLib, _name); \
984 if (!functions->_tag) goto end
987 NS_GetFrozenFunctions(XPCOMFunctions *functions, const char* libraryPath) argument
989 if (!functions)
992 if (functions->version != XPCOM_GLUE_VERSION)
1025 // these functions were added post 1.4 (need to check size of |functions|)
1026 if (functions->size > offsetof(XPCOMFunctions, getTraceRefcnt)) {
1036 // these functions were added post 1.6 (need to check size of |functions|)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmxinputinit.h218 dmxFunctionsProcPtr functions; member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxinputinit.h218 dmxFunctionsProcPtr functions; member in struct:_DMXLocalInputInfo

Completed in 134 milliseconds

12