Searched defs:map (Results 101 - 125 of 189) sorted by relevance

12345678

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp352 std::map<ComPtr<IMedium>, uint32_t> mediaHist; /* Our usage histogram for the medias */
429 std::map<ComPtr<IMedium>, uint32_t>::iterator it;
1046 /* We need to create a map with the already created medias. This is
1048 * parents/parent chain. If a medium is in this map already, it isn't
1050 typedef std::map<Utf8Str, ComObjPtr<Medium> > TStrMediumMap;
1052 TStrMediumMap map; local
1095 map.insert(TStrMediumPair(Utf8Str(bstrSrcId), pDiff));
1104 map.insert(TStrMediumPair(Utf8Str(bstrSrcId), pLMedium));
1111 TStrMediumMap::iterator it = map.find(Utf8Str(bstrSrcId));
1112 if (it != map
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfip.h162 struct fcoe_map map; member in struct:fip_fc_map
188 struct fcoe_map map; member in struct:fip_fabric
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dskge.c345 u64 map; local
347 map = ( iob != NULL ) ? virt_to_bus(iob->data) : 0;
349 rd->dma_lo = map;
350 rd->dma_hi = map >> 32;
1872 u64 map; local
1882 map = virt_to_bus(iob->data);
1884 td->dma_lo = map;
1885 td->dma_hi = map >> 32;
2356 DBG(PFX "cannot map device registers\n");
H A Dsky2.c914 u32 map, unsigned len)
919 le->addr = cpu_to_le32(map);
2282 DBG(PFX "cannot map device registers\n");
913 sky2_rx_add(struct sky2_port *sky2, u8 op, u32 map, unsigned len) argument
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_aggregate.c290 const prmap_t *map; local
300 if ((map = Paddr_to_map(P, *pc)) != NULL)
301 *pc = map->pr_vaddr;
1385 int rval = -1, *map, *remap = NULL; local
1398 * into a linear map that will allow us to translate an aggregation
1409 if ((map = dt_zalloc(dtp, (max + 1) * sizeof (int))) == NULL)
1426 if (map[aggvar]) {
1435 * map from one position to another.)
1450 assert(aggvars[(map[aggvar] - 1 + sortpos) %
1453 remap[i] = map[aggva
[all...]
H A Ddt_consume.c968 const prmap_t *map; local
988 (P != NULL && ((map = Paddr_to_map(P, pc[i])) == NULL ||
989 (map->pr_mflags & MA_WRITE)))) {
/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.h373 COLOURMAP map; member in struct:_RDP_COLCACHE_ORDER
H A Drdp.c1353 COLOURMAP map; local
1358 in_uint16_le(s, map.ncolours);
1361 map.colours = (COLOURENTRY *) xmalloc(sizeof(COLOURENTRY) * map.ncolours);
1363 DEBUG(("PALETTE(c=%d)\n", map.ncolours));
1365 for (i = 0; i < map.ncolours; i++)
1367 entry = &map.colours[i];
1373 hmap = ui_create_colourmap(&map);
1376 xfree(map.colours);
H A Dscard.c1492 SERVER_DWORD map[7], linkedLen; local
1504 in_uint32_le(in, map[0]);
1506 in_uint32_le(in, map[1]);
1511 in_uint32_le(in, map[2]);
1513 in_uint32_le(in, map[3]);
1514 in_uint32_le(in, map[4]);
1515 in_uint32_le(in, map[5]);
1517 if (map[0] & INPUT_LINKED)
1524 if (map[2] & INPUT_LINKED)
1541 if (map[
2102 SERVER_DWORD map[3]; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dinputstr.h161 CARD8 map[MAP_LENGTH]; member in struct:_ButtonClassRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmxinputinit.h89 int freemap; /**< If non-zero, free keySyms.map */
90 CARD8 modMap[MAP_LENGTH]; /**< Modifier map */
100 unsigned char map[DMX_MAX_BUTTONS]; /**< Button map */ member in struct:_DMXLocalInitInfo
260 DMXEventMap map[DMX_MAP_ENTRIES]; /**< XInput device id map */ member in struct:_DMXLocalInputInfo
262 * map
H A Dxf86drm.h240 drmAddress map; member in struct:_drmRegion
H A Dinputstr.h161 CARD8 map[MAP_LENGTH]; member in struct:_ButtonClassRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmxinputinit.h89 int freemap; /**< If non-zero, free keySyms.map */
90 CARD8 modMap[MAP_LENGTH]; /**< Modifier map */
100 unsigned char map[DMX_MAX_BUTTONS]; /**< Button map */ member in struct:_DMXLocalInitInfo
260 DMXEventMap map[DMX_MAP_ENTRIES]; /**< XInput device id map */ member in struct:_DMXLocalInputInfo
262 * map
H A Dxf86drm.h240 drmAddress map; member in struct:_drmRegion
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dinputstr.h159 CARD8 map[MAP_LENGTH]; member in struct:_ButtonClassRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dinputstr.h172 CARD8 map[MAP_LENGTH]; member in struct:_ButtonClassRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dinputstr.h173 CARD8 map[MAP_LENGTH]; member in struct:_ButtonClassRec
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c472 ERR("Failed to allocate constant map memory.\n");
774 DWORD map = 1 << max; local
775 map |= map - 1;
776 map &= reg_maps->shader_version.major < 3 ? ~reg_maps->texcoord : ~reg_maps->input_registers;
778 return wined3d_log2i(map);
1685 WORD map = shader->baseShader.reg_maps.input_registers; local
1688 for (i = 0; map; map >>= 1, ++i)
1690 if (!(map
1784 WORD map; local
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_pointers.c302 int crdlm_pointers_PixelMapfv( struct instancePixelMapfv *instance, GLenum map, GLsizei mapsize, const GLfloat *values ) argument
308 int crdlm_pointers_PixelMapuiv( struct instancePixelMapuiv *instance, GLenum map, GLsizei mapsize, const GLuint *values ) argument
314 int crdlm_pointers_PixelMapusv( struct instancePixelMapusv *instance, GLenum map, GLsizei mapsize, const GLushort *values ) argument
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp1447 /* Update the map of pressed host-combo keys: */
1637 XModifierKeymap* map = XGetModifierMapping(QX11Info::display()); local
1641 if (keyCodeNum != NoSymbol && map->modifiermap[map->max_keypermod * i] == keyCodeNum)
1645 XFreeModifiermap(map);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dstax-ex.jar ... Cinit%3E" <init> () private static char[] initEncodeMap () char[] map int i public static char encode (int) int i public ...
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86drm.h212 drmAddress map; member in struct:_drmRegion
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c472 ERR("Failed to allocate constant map memory.\n");
774 DWORD map = 1 << max; local
775 map |= map - 1;
776 map &= reg_maps->shader_version.major < 3 ? ~reg_maps->texcoord : ~reg_maps->input_registers;
778 return wined3d_log2i(map);
1681 WORD map = shader->baseShader.reg_maps.input_registers; local
1684 for (i = 0; map; map >>= 1, ++i)
1686 if (!(map
1780 WORD map; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader.c521 ERR("Failed to allocate constant map memory.\n");
873 DWORD map = 1 << max; local
874 map |= map - 1;
875 map &= reg_maps->shader_version.major < 3 ? ~reg_maps->texcoord : ~reg_maps->input_registers;
877 return wined3d_log2i(map);
1859 WORD map = shader->reg_maps.input_registers; local
1862 for (i = 0; map; map >>= 1, ++i)
1864 if (!(map
1949 WORD map; local
[all...]

Completed in 125 milliseconds

12345678