Searched defs:map (Results 1 - 25 of 189) sorted by relevance

12345678

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Keymap.h36 static KeySym map[NUM_KEYCODES * GLYPHS_PER_KEY] = { variable
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/Arm/
H A Dflt_rounds.c42 static const int map[] = { variable
59 * index our map table and return the appropriate value.
80 //return(map[fpgetround()]);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Keymap.h9 static KeySym map[NUM_KEYCODES * GLYPHS_PER_KEY] = { variable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Keymap.h37 static KeySym map[NUM_KEYCODES * GLYPHS_PER_KEY] = { variable
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Keymap.h37 static KeySym map[NUM_KEYCODES * GLYPHS_PER_KEY] = { variable
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/Ipf/
H A Dflt_rounds.c11 static const int map[] = { variable
24 return (map[(x >> 10) & 0x03]);
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_pixelmap.c11 GLenum map = READ_DATA( sizeof( int ) + 0, GLenum ); local
21 cr_unpackDispatch.PixelMapfv( map, mapsize, values );
27 GLenum map = READ_DATA( sizeof( int ) + 0, GLenum ); local
37 cr_unpackDispatch.PixelMapuiv( map, mapsize, values );
43 GLenum map = READ_DATA( sizeof( int ) + 0, GLenum ); local
53 cr_unpackDispatch.PixelMapusv( map, mapsize, values );
H A Dunpack_misc.c44 GLenum map = READ_DATA( 8, GLenum ); local
51 cr_unpackDispatch.GetPixelMapfv( map, values );
56 GLenum map = READ_DATA( 8, GLenum ); local
63 cr_unpackDispatch.GetPixelMapuiv( map, values );
68 GLenum map = READ_DATA( 8, GLenum ); local
75 cr_unpackDispatch.GetPixelMapusv( map, values );
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_swap_pixelmap.c9 static unsigned char * __gl_HandlePixelMapData( GLenum map, GLsizei mapsize, int size_of_value, const GLvoid *values ) argument
14 sizeof( map ) +
19 WRITE_DATA( 0, GLenum, SWAP32(map) );
37 void PACK_APIENTRY crPackPixelMapfvSWAP(GLenum map, GLsizei mapsize, argument
40 unsigned char *data_ptr = __gl_HandlePixelMapData( map, mapsize, sizeof( *values ), values );
46 void PACK_APIENTRY crPackPixelMapuivSWAP(GLenum map, GLsizei mapsize, argument
49 unsigned char *data_ptr = __gl_HandlePixelMapData( map, mapsize, sizeof( *values ), values );
55 void PACK_APIENTRY crPackPixelMapusvSWAP(GLenum map, GLsizei mapsize, argument
58 unsigned char *data_ptr = __gl_HandlePixelMapData( map, mapsize, sizeof( *values ), values );
H A Dpack_pixelmap.c11 static unsigned char * __gl_HandlePixelMapData(GLenum map, GLsizei mapsize, int size_of_value, const GLvoid *values) argument
15 sizeof( map ) +
26 WRITE_DATA( 0, GLenum, map );
39 void PACK_APIENTRY crPackPixelMapfv(GLenum map, GLsizei mapsize, argument
42 unsigned char *data_ptr = __gl_HandlePixelMapData( map, mapsize, sizeof( *values ), values );
48 void PACK_APIENTRY crPackPixelMapuiv(GLenum map, GLsizei mapsize, argument
51 unsigned char *data_ptr = __gl_HandlePixelMapData( map, mapsize, sizeof( *values ), values );
57 void PACK_APIENTRY crPackPixelMapusv(GLenum map, GLsizei mapsize, argument
60 unsigned char *data_ptr = __gl_HandlePixelMapData( map, mapsize, sizeof( *values ), values );
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dstateblock.c84 static inline void stateblock_set_bits(DWORD *map, UINT map_size) argument
87 memset(map, 0xff, (map_size >> 5) * sizeof(*map));
88 if (mask) map[map_size >> 5] = mask;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_getpixelmap.c15 static GLint __sizeQuery( GLenum map )
21 switch( map )
54 crError( "Bad map in crServerDispatchGetPixelMap: %d", map );
63 void SERVER_DISPATCH_APIENTRY crServerDispatchGetPixelMapfv( GLenum map, GLfloat *values ) argument
72 cr_server.head_spu->dispatch_table.GetPixelMapfv( map, pbo_offset );
78 int tabsize = __sizeQuery( map );
84 cr_server.head_spu->dispatch_table.GetPixelMapfv( map, local_values );
90 void SERVER_DISPATCH_APIENTRY crServerDispatchGetPixelMapuiv( GLenum map, GLuint *values ) argument
99 cr_server.head_spu->dispatch_table.GetPixelMapuiv( map, pbo_offse
117 crServerDispatchGetPixelMapusv( GLenum map, GLushort *values ) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.h56 /** Notifies about extra-data map acknowledging. */
109 /** Returns whether Extra-data Manager cached the map with passed @a strID. */
111 /** Returns read-only extra-data map for passed @a strID. */
112 const ExtraDataMap map(const QString &strID) const { return m_data.value(strID); } function in class:UIExtraDataManager
114 /** Hot-load machine extra-data map. */
540 /** Prepare global extra-data map. */
557 // /** Cleanup extra-data map. */
591 /** Holds extra-data map instance. */
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.h61 VBSFMAP map; member in struct:vboxsf_volume
67 PVBSFMAP map; member in struct:vboxsf_vnode
94 status_t vboxsf_new_vnode(PVBSFMAP map, PSHFLSTRING path, PSHFLSTRING name, vboxsf_vnode** p);
H A Dvnode_cache.cpp80 extern "C" status_t vboxsf_new_vnode(PVBSFMAP map, PSHFLSTRING path, PSHFLSTRING name, vboxsf_vnode** p) argument
87 vn->map = map;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostbynis.c57 _gethostbynis(const char *name, char *map, int af) argument
80 if (yp_match(domain, map, name, strlen(name), &result, &resultlen))
H A Dgetnetbynis.c56 _getnetbynis(const char *name, char *map, int af) argument
79 if (yp_match(domain, map, name, strlen(name), &result, &resultlen))
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dnouveau_bo.h51 void *map; member in struct:nouveau_bo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxselinuxint.h144 static struct security_class_mapping map[] = { variable in typeref:struct:security_class_mapping
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxselinuxint.h144 static struct security_class_mapping map[] = { variable in typeref:struct:security_class_mapping
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxselinuxint.h136 static struct security_class_mapping map[] = { variable in typeref:struct:security_class_mapping
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxselinuxint.h141 static struct security_class_mapping map[] = { variable in typeref:struct:security_class_mapping
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxselinuxint.h141 static struct security_class_mapping map[] = { variable in typeref:struct:security_class_mapping
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxselinuxint.h141 static struct security_class_mapping map[] = { variable in typeref:struct:security_class_mapping
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxselinuxint.h141 static struct security_class_mapping map[] = { variable in typeref:struct:security_class_mapping

Completed in 115 milliseconds

12345678