Searched refs:map (Results 226 - 250 of 286) sorted by path

1234567891011>>

/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp35 #include <map>
55 using std::map;
129 typedef map<DIR*, AttributeDirectory*> AttrDirMap;
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp585 get_mouse_map(mouse_map *map) argument
598 memcpy(map, data, count);
605 set_mouse_map(mouse_map *map) argument
610 status_t err = command.AddData("mousemap", B_RAW_TYPE, map,
860 get_key_map(key_map **map, char **key_buffer) argument
862 _get_key_map(map, key_buffer, NULL);
867 _get_key_map(key_map **map, char **key_buffer, ssize_t *key_buffer_size) argument
879 *map = 0; *key_buffer = 0;
885 *map = 0; *key_buffer = 0;
889 *map
[all...]
/haiku/src/kits/locale/
H A DCountry.cpp24 #include <map>
H A DFormattingConventions.cpp29 #include <map>
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp13 #include <map>
161 std::map<Host, int32> fConnectionCount;
168 std::map<int, BHttpSession::Request> connectionMap;
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.h9 #include <map>
84 typedef std::map<Id, BSolverPackage*> SolvableMap;
85 typedef std::map<BSolverPackage*, Id> PackageMap;
/haiku/src/kits/storage/mime/
H A DAssociatedTypes.cpp257 for (std::map<std::string, std::set<std::string> >::const_iterator i = fAssociatedTypes.begin();
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp45 #include <map>
1212 std::map<RelationCachingModelProxy*, BString> labels;
H A DPoseView.cpp40 #include <map>
3123 // see if we need to map icons into new mode
6154 BObjectList<entry_ref>* noTrashList, std::map<int32, bool>* deviceHasTrash)
6156 std::map<int32, bool> &deviceHasTrashTmp = *deviceHasTrash;
6167 // cache up the result in a map so that we don't have to keep calling
6183 BObjectList<entry_ref>* noTrashList, std::map<int32, bool>* deviceHasTrash)
6215 std::map<int32, bool> deviceHasTrash;
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c893 bus_dmamap_t *map; local
931 map = fl->ifl_sds.ifsd_map;
963 map[nic_i], addr);
965 /* buffer has changed, reload map */
967 map[nic_i], addr);
969 bus_dmamap_sync(fl->ifl_buf_tag, map[nic_i],
1127 /* buffer has changed, reload map */
1370 * In netmap mode, set the map for the packet buffer.
1709 * mbuf map. TX DMA maps (non-TSO/TSO) and TX mbuf map ar
1831 bus_dmamap_t map; local
2724 bus_dmamap_t map; local
3516 bus_dmamap_t map; local
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dbus_dma.cpp197 _prepare_bounce_buffer(bus_dmamap_t map, bus_size_t reqsize, int flags) argument
199 if (map->buffer_type == bus_dmamap::BUFFER_PROHIBITED) {
203 if (map->buffer_type != bus_dmamap::BUFFER_NONE) {
208 if (map->bounce_buffer_size >= reqsize)
211 if (map->bounce_buffer != NULL) {
212 kernel_contigfree(map->bounce_buffer, map->bounce_buffer_size, 0);
213 map->bounce_buffer = NULL;
217 int error = bus_dmamem_alloc(map->dmat, &map
228 bus_dmamap_destroy(bus_dma_tag_t dmat, bus_dmamap_t map) argument
310 bus_dmamem_free(bus_dma_tag_t dmat, void* vaddr, bus_dmamap_t map) argument
386 bus_dmamap_load(bus_dma_tag_t dmat, bus_dmamap_t map, void *buf, bus_size_t buflen, bus_dmamap_callback_t *callback, void *callback_arg, int flags) argument
427 bus_dmamap_load_mbuf_sg(bus_dma_tag_t dmat, bus_dmamap_t map, struct mbuf* mb, bus_dma_segment_t* segs, int* _nsegs, int flags) argument
469 bus_dmamap_load_mbuf(bus_dma_tag_t dmat, bus_dmamap_t map, struct mbuf* mb, bus_dmamap_callback2_t* callback, void* callback_arg, int flags) argument
486 bus_dmamap_unload(bus_dma_tag_t dmat, bus_dmamap_t map) argument
498 bus_dmamap_sync(bus_dma_tag_t dmat, bus_dmamap_t map, bus_dmasync_op_t op) argument
527 bus_dmamap_sync_etc(bus_dma_tag_t dmat, bus_dmamap_t map, bus_addr_t offset, bus_size_t length, bus_dmasync_op_t op) argument
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbus_dma.h91 #define BUS_DMA_COHERENT 0x04 /* hint: map memory in a coherent way */
156 * maxsegsz: Maximum size of a segment in the map.
176 * A function that processes a successfully loaded dma map or an error
177 * from a delayed load map.
182 * Like bus_dmamap_callback but includes map size in bytes. This is
198 int bus_dmamap_destroy(bus_dma_tag_t dmat, bus_dmamap_t map);
212 void bus_dmamem_free(bus_dma_tag_t dmat, void *vaddr, bus_dmamap_t map);
218 * Map the buffer buf into bus space using the dmamap map.
220 int bus_dmamap_load(bus_dma_tag_t dmat, bus_dmamap_t map, void *buf,
228 int bus_dmamap_load_mbuf(bus_dma_tag_t dmat, bus_dmamap_t map,
[all...]
/haiku/src/preferences/input/
H A DMouseSettings.cpp92 if (get_mouse_map(&fSettings.map) != B_OK)
139 printf("button[%d]: %" B_PRId32 "\n", i, fSettings.map.button[i]);
190 mouse_map map; local
191 if (get_mouse_map(&map) != B_OK) {
193 map.button[0] = B_PRIMARY_MOUSE_BUTTON;
194 map.button[1] = B_SECONDARY_MOUSE_BUTTON;
195 map.button[2] = B_TERTIARY_MOUSE_BUTTON;
196 map.button[3] = B_MOUSE_BUTTON(4);
197 map.button[4] = B_MOUSE_BUTTON(5);
198 map
325 SetMapping(mouse_map& map) argument
[all...]
H A DMouseSettings.h14 #include <map>
53 void Mapping(mouse_map &map) const;
55 void SetMapping(mouse_map &map);
111 typedef std::map<BString, MouseSettings*> mouse_settings_object;
H A DMouseView.cpp267 mouse_map map; local
268 fSettings.Mapping(map);
286 bool pressed = (fButtons & map.button[_ConvertFromVisualOrder(i)]) != 0;
303 int32 number = getMappingNumber(map.button[_ConvertFromVisualOrder(i)]);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp216 // ToDo: Pop up a list of alternative characters to map
233 const key_map& map = fKeymap->Map(); local
240 map.left_shift_key, key->code);
242 if (key->code == map.left_shift_key)
247 map.left_control_key, key->code);
249 if (key->code == map.left_control_key)
254 map.left_option_key, key->code);
256 if (key->code == map.left_option_key)
261 map.left_command_key, key->code);
263 if (key->code == map
873 _SpecialKeyLabel(const key_map& map, uint32 code, bool abbreviated) argument
996 const key_map& map = fKeymap->Map(); local
1021 const key_map& map = fKeymap->Map(); local
[all...]
H A DKeyboardLayoutView.h74 const char* _SpecialKeyLabel(const key_map& map,
/haiku/src/preferences/network/
H A DNetworkWindow.cpp373 typedef std::map<BString, BPath> PathMap;
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp80 MetaKeyStateMap& map = GetNthKeyMap(column); local
82 int stateCount = map.GetNumStates();
85 popup->AddItem(new BMenuItem(map.GetNthStateDesc(i), NULL));
/haiku/src/preferences/time/
H A DZoneView.cpp22 #include <map>
273 typedef std::map<BString, TimeZoneListItem*, TimeZoneItemLess> ZoneItemMap;
286 // Since the zone-map contains translated country-names (we get those from
287 // ICU), we need to use translated region names in the zone-map, too:
288 typedef std::map<BString, BString> TranslatedRegionMap;
304 typedef std::map<BString, std::vector<const char*> > ZonesByCountyMap;
/haiku/src/servers/app/
H A DServerApp.h120 typedef std::map<int32, BReference<ServerBitmap> > BitmapMap;
121 typedef std::map<int32, BReference<ServerPicture> > PictureMap;
H A DSystemPalette.cpp95 FillColorMap(const rgb_color *palette, color_map *map) argument
97 memcpy((void*)map->color_list, palette, sizeof(map->color_list));
99 // init index map
107 map->index_map[color] = FindClosestColor(rgbColor, palette);
110 // init inversion map
112 rgb_color inverted = InvertColor(map->color_list[index]);
113 map->inversion_map[index] = FindClosestColor(inverted, palette);
H A DVirtualScreen.cpp58 typedef std::map<Screen*, display_mode> ScreenModeMap;
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp287 const color_map *map = SystemColorMap(); local
288 uint32 count = (uint32)B_COUNT_OF(map->color_list);
292 const rgb_color &color = map->color_list[i];
/haiku/src/servers/debug/
H A DDebugServer.cpp11 #include <map>
51 using std::map;
352 typedef map<team_id, TeamDebugHandler*> TeamDebugHandlerMap;
378 typedef map<team_id, TeamDebugHandler*> TeamDebugHandlerMap;

Completed in 194 milliseconds

1234567891011>>