Searched refs:map (Results 251 - 275 of 286) sorted by last modified time

<<1112

/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map.cpp56 m68k_translation_map_get_pgdir(VMTranslationMap *map)
58 return get_vm_ops()->m68k_translation_map_get_pgdir(map);
155 // XXX currently assumes this translation map is active
H A Darch_vm_translation_map_impl.cpp25 a 1-bit first level (2 entries top level table) that would map kernel
119 #define IS_KERNEL_MAP(map) (map->arch_data->rtdir_phys == sKernelPhysicalPageRoot)
125 static void flush_tmap(vm_translation_map *map);
130 _m68k_translation_map_get_pgdir(vm_translation_map *map) argument
132 return map->arch_data->rtdir_phys;
270 /*! Acquires the map's recursive lock, and resets the invalidate pages counter
274 lock_tmap(vm_translation_map *map) argument
276 TRACE(("lock_tmap: map %p\n", map));
294 unlock_tmap(vm_translation_map *map) argument
309 destroy_tmap(vm_translation_map *map) argument
517 map_tmap(vm_translation_map *map, addr_t va, addr_t pa, uint32 attributes) argument
646 unmap_tmap(vm_translation_map *map, addr_t start, addr_t end) argument
722 query_tmap_interrupt(vm_translation_map *map, addr_t va, addr_t *_physical, uint32 *_flags) argument
778 query_tmap(vm_translation_map *map, addr_t va, addr_t *_physical, uint32 *_flags) argument
861 get_mapped_size_tmap(vm_translation_map *map) argument
868 protect_tmap(vm_translation_map *map, addr_t start, addr_t end, uint32 attributes) argument
948 clear_flags_tmap(vm_translation_map *map, addr_t va, uint32 flags) argument
1031 flush_tmap(vm_translation_map *map) argument
1163 m68k_vm_translation_map_init_map(vm_translation_map *map, bool kernel) argument
1229 m68k_vm_translation_map_init_kernel_map_post_sem(vm_translation_map *map) argument
[all...]
/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_builtin.c41 } map[] = variable in typeref:struct:builtin_map
67 for (cnt = 0; cnt < sizeof (map) / sizeof (map[0]); ++cnt)
68 if (strcmp (name, map[cnt].name) == 0)
71 assert (cnt < sizeof (map) / sizeof (map[0]));
73 step->__fct = map[cnt].fct;
74 step->__btowc_fct = map[cnt].btowc_fct;
80 step->__min_needed_from = map[cnt].min_needed_from;
81 step->__max_needed_from = map[cn
[all...]
/haiku/src/kits/media/
H A DTimeSourceObjectManager.h9 #include <map>
31 typedef std::map<media_node_id, BTimeSource*> NodeMap;
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.h61 bool char_map(FT_Encoding map);
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c273 memreq_t *req = &arg2.win_info.map;
/haiku/src/bin/rc/
H A Dparser.y27 #include <map>
50 typedef std::map<const char*, int32, ident_compare_t> sym_tab_t;
53 typedef std::map<const char*, type_t, ident_compare_t> type_tab_t;
56 typedef std::map<const char*, define_t, ident_compare_t> define_tab_t;
/haiku/src/apps/cortex/support/
H A DProfileTarget.h40 #include <map>
70 typedef map<BString, block_entry> block_entry_map;
/haiku/src/apps/diskusage/
H A DPieView.h16 #include <map>
31 using std::map;
80 typedef map<int, SegmentList> MouseOverInfo;
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp14 #include <map>
19 using std::map;
34 map<uint32, BBitmap *> stash;
60 for (map<uint32, BBitmap *>::iterator i = stash.begin();
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMapParser.h35 status_t Parse(const uint8* block, PartitionMap* map);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp159 PRINT(("CRadeon::CRadeon() - Can't map memory apertures\n"));
590 area_id *cloned_area, void ** map)
592 int res = clone_area( name, map, B_ANY_ADDRESS,
589 CloneArea(const char * name, area_id src_area, area_id *cloned_area, void ** map) argument
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DBufferMixer.h11 #include <map>
25 std::map<int32, BBuffer *> groupedBuffers;
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPCapabilities.h19 #include <map>
44 typedef map<int32, GPArray<struct BaseCap> > DriverSpecificCapabilitiesType;
H A DGPJobConfiguration.h13 #include <map>
32 map<string, string> fStringSettings;
33 map<string, bool> fBooleanSettings;
34 map<string, int32> fIntSettings;
35 map<string, int32> fDimensionSettings;
36 map<string, double> fDoubleSettings;
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.h87 #include <map>
555 typedef std::map<media_node_id, NodeRef*> node_ref_map;
/haiku/src/apps/cortex/Persistence/
H A DXML.h58 #include <map>
153 typedef std::map<BString, DocumentType*> doc_type_map;
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.h57 // node. Build a map of ID -> media_node_id.
76 #include <map>
219 typedef std::map<uint64, MediaIcon*> icon_map;
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A DDMA.c51 physical_entry map[16]; local
77 get_memory_map( target, 1, map, 16 );
79 map[0].size = size;
81 get_memory_map( target, size, map, 16 );
85 phys_addr_t address = map[i].address;
86 size_t contig_size = map[i].size;
/haiku/headers/cpp/
H A Dmap.h34 using __STD::map;
H A Dstl.h9 #include <map>
H A Dstl_map.h48 class map { class
61 friend class map<_Key,_Tp,_Compare,_Alloc>;
74 _Rep_type _M_t; // red-black tree representing map
90 map() : _M_t(_Compare(), allocator_type()) {} function in class:map
91 explicit map(const _Compare& __comp, function in class:map
97 map(_InputIterator __first, _InputIterator __last) function in class:map
102 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp, function in class:map
106 map(const value_type* __first, const value_type* __last) function in class:map
110 map(const value_type* __first, function in class:map
115 map(const_iterato function in class:map
119 map(const_iterator __first, const_iterator __last, const _Compare& __comp, function in class:map
125 map(const map<_Key,_Tp,_Compare,_Alloc>& __x) argument
127 operator =(const map<_Key, _Tp, _Compare, _Alloc>& __x) argument
210 operator ==(const map<_Key,_Tp,_Compare,_Alloc>& __x, const map<_Key,_Tp,_Compare,_Alloc>& __y) argument
216 operator <(const map<_Key,_Tp,_Compare,_Alloc>& __x, const map<_Key,_Tp,_Compare,_Alloc>& __y) argument
[all...]
/haiku/headers/libs/print/libprint/
H A DJobData.h13 #include <map>
H A DJobSetupDlg.h10 #include <map>
175 std::map<PrinterCap::CapID, BPopUpMenu*> fDriverSpecificPopUpMenus;
176 std::map<string, BCheckBox*> fDriverSpecificCheckBoxes;
177 std::map<PrinterCap::CapID, IntRange> fDriverSpecificIntSliders;
178 std::map<PrinterCap::CapID, DoubleRange> fDriverSpecificDoubleSliders;
/haiku/headers/os/drivers/pcmcia/
H A Dds.h45 memreq_t map; member in struct:win_info_t

Completed in 214 milliseconds

<<1112