Searched refs:map (Results 26 - 50 of 286) sorted by relevance

1234567891011>>

/haiku/headers/private/kernel/arch/ppc/
H A Darch_vm_translation_map.h14 void ppc_translation_map_change_asid(VMTranslationMap *map);
/haiku/headers/private/kernel/arch/m68k/
H A Darch_vm_translation_map.h14 void m68k_translation_map_change_asid(VMTranslationMap *map);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.h9 #include <map>
27 typedef std::map<BString, IMAPFolder*> FolderMap;
67 typedef std::map<IMAPFolder*, IMAPConnectionWorker*> WorkerMap;
68 typedef std::map<ino_t, IMAPFolder*> FolderNodeMap;
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A DKernelExport_ext.h25 // get memory map of iovec
31 physical_entry *map, // resulting memory map
32 uint32 max_entries, // max number of entries in map
33 uint32 *num_entries, // actual number of map entries used
34 size_t *mapped_len // actual number of bytes described by map
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.cpp115 TRACE(("Volume::Mount: partition map %d (type %d):\n", i,
118 TRACE(("Volume::Mount: map type -> physical\n"));
119 physical_partition_map* map = (physical_partition_map *)header; local
123 if (map->partition_number() ==
132 = new(nothrow) PhysicalPartition(map->partition_number(),
138 map->partition_number(), descriptor->start(),
149 // Figure out what kind of type 2 partition map we have based
155 TRACE(("map type: virtual\n"));
156 virtual_partition_map* map = local
159 (void)map; // kil
162 sparable_partition_map* map = local
168 metadata_partition_map* map = local
[all...]
/haiku/src/servers/input/
H A DMouseSettings.cpp117 printf("map:\t\tleft = %" B_PRIu32 " : middle = %" B_PRIu32 " : "
119 fSettings.map.button[0], fSettings.map.button[2],
120 fSettings.map.button[1]);
175 fSettings.map.button[i] = B_MOUSE_BUTTON(i + 1);
217 return fSettings.map.button[index];
222 MouseSettings::Mapping(mouse_map &map) const
224 map = fSettings.map;
231 fSettings.map
236 SetMapping(mouse_map &map) argument
[all...]
H A DMouseSettings.h28 #include <map>
54 void Mapping(mouse_map &map) const;
56 void SetMapping(mouse_map &map);
109 typedef std::map<BString, MouseSettings*> mouse_settings_object;
/haiku/src/build/libbe/interface/
H A DSystemPalette.cpp93 FillColorMap(const rgb_color *palette, color_map *map) argument
95 memcpy(map->color_list, palette, sizeof(map->color_list));
97 // init index map
105 map->index_map[color] = FindClosestColor(rgbColor, palette);
108 // init inversion map
110 rgb_color inverted = InvertColor(map->color_list[index]);
111 map->inversion_map[index] = FindClosestColor(inverted, palette);
/haiku/src/servers/app/
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);
/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/headers/private/app/
H A DTokenSpace.h13 #include <map>
62 typedef std::map<int32, token_info> TokenMap;
/haiku/headers/tools/cppunit/
H A DThreadedTestCase.h7 #include <map>
52 std::map<thread_id, ThreadSubTestInfo*> fNumberMap;
/haiku/src/tools/fs_shell/
H A Dfssh.h11 #include <map>
67 typedef std::map<std::string, Command*> CommandMap;
/haiku/src/preferences/input/
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;
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp45 // for the whole map.
46 // TODO: it would be nice if we could free a file map in low memory situations.
122 mutex_init(&fLock, "file map");
310 /*! Invalidates or removes the specified part of the file map.
438 // We now have cached the map of this file as far as we need it, now
502 FileMap* map = (FileMap*)parse_expression(argv[argc - 1]); local
503 if (map == NULL) {
504 kprintf("invalid file map!\n");
508 kprintf("FileMap %p\n", map);
509 kprintf(" size %" B_PRIdOFF "\n", map
548 FileMap* map = iterator.Next(); local
621 FileMap* map = (FileMap*)_map; local
633 FileMap* map = (FileMap*)_map; local
644 FileMap* map = (FileMap*)_map; local
655 FileMap* map = (FileMap*)_map; local
670 FileMap* map = (FileMap*)_map; local
[all...]
/haiku/headers/tools/cppunit/cppunit/extensions/
H A DTestFactoryRegistry.h12 #include <map>
20 template class CPPUNIT_API map<string, TestFactory *>; member in namespace:CppUnit
133 typedef std::map<std::string, TestFactory *> Factories;
/haiku/src/servers/media/
H A DMediaFilesManager.h9 #include <map>
69 typedef std::map<BString, item_info> ItemMap;
70 typedef std::map<BString, ItemMap> TypeMap;
/haiku/headers/private/storage/mime/
H A DAssociatedTypes.h11 #include <map>
52 std::map<std::string, std::set<std::string> > fFileExtensions; // mime type => set of associated file extensions
53 std::map<std::string, std::set<std::string> > fAssociatedTypes; // file extension => set of associated mime types
H A DInstalledTypes.h14 #include <map>
46 std::map<std::string, Supertype>::iterator &i);
64 std::map<std::string, Supertype> fSupertypes;
/haiku/src/servers/net/
H A DServices.h15 #include <map>
22 typedef std::map<std::string, service*> ServiceNameMap;
23 typedef std::map<int, service_connection*> ServiceSocketMap;
/haiku/src/preferences/network/
H A DNetworkWindow.h13 #include <map>
71 typedef std::map<BString, BListItem*> ItemMap;
72 typedef std::map<BListItem*, BNetworkSettingsItem*> SettingsMap;
/haiku/src/servers/notification/
H A DNotificationWindow.h13 #include <map>
28 typedef std::map<BString, AppGroupView*> appview_t;
29 typedef std::map<BString, AppUsage*> appfilter_t;
/haiku/src/apps/devices/
H A DDevicesView.h19 #include <map>
40 typedef std::map<Category, Device*> CategoryMap;
41 typedef std::map<Category, Device*>::const_iterator CategoryMapIterator;
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyInfos.cpp125 key_map* map; local
127 get_key_map(&map, &keys);
129 if (map == NULL || keys == NULL)
137 int32 keyCode = map->normal_map[j];
166 free(map);
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp129 dprintf("cannot map physical memory range "
159 dprintf("cannot map physical memory range "
251 //TRACE("map: va = %p -> %p, mode = %d, hash = %lu\n",
265 //TRACE("map: va = %p -> %p, mode = %d, second hash = %lu\n",
317 struct translation_map *map = &translations[i]; local
319 TRACE("%i: map: %p, length %d -> physical: %p, mode %d\n", i,
320 map->virtual_address, map->length,
321 map->physical_address, map
[all...]

Completed in 664 milliseconds

1234567891011>>