Searched refs:map (Results 1 - 25 of 2309) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/macros/urm/
H A Durm.vim0 map * 1G/INIT j"iT@i1G/INIT dG
4 map g 1G/^[(as;.] i >,mkkmw@k
7 map T y$
8 map F yl
9 map = 'kf,
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/backward/
H A Dmap.h61 #include <map>
63 using std::map;
H A Dmultimap.h61 #include <map>
/macosx-10.9.5/pdisk-9/
H A Dvalidate.h57 void validate_map(partition_map_header *map);
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIDeviceMappedIO.cpp38 UInt32 IOPCIDevice::ioRead32( UInt16 offset, IOMemoryMap * map )
42 if (0 == map)
44 map = ioMap;
45 if (0 == map)
49 value = OSReadLittleInt32( (volatile void *)map->getVirtualAddress(), offset);
55 UInt16 IOPCIDevice::ioRead16( UInt16 offset, IOMemoryMap * map )
59 if (0 == map)
61 map = ioMap;
62 if (0 == map)
66 value = OSReadLittleInt16( (volatile void *)map
[all...]
H A DIOPCIDeviceI386.cpp37 UInt32 IOPCIDevice::ioRead32( UInt16 offset, IOMemoryMap * map )
41 if (0 == map)
42 map = ioMap;
48 value = inl( map->getVirtualAddress() + offset );
53 UInt16 IOPCIDevice::ioRead16( UInt16 offset, IOMemoryMap * map )
57 if (0 == map)
58 map = ioMap;
60 value = inw( map->getVirtualAddress() + offset );
65 UInt8 IOPCIDevice::ioRead8( UInt16 offset, IOMemoryMap * map )
69 if (0 == map)
[all...]
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_omap.rb13 map = Psych::Omap.new
14 map['foo'] = 'bar'
15 map['self'] = map
16 assert_equal(map, Psych.load(Psych.dump(map)))
20 map = Psych::Omap.new
21 map['foo'] = 'bar'
22 assert_equal 'bar', map['foo']
26 map
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/dl/callback/
H A Dextconf.rb4 callbacks = (0..8).map{|i| "callback-#{i}"}.unshift("callback")
5 callback_srcs = callbacks.map{|basename| "#{basename}.c"}
6 callback_objs = callbacks.map{|basename| "#{basename}.o"}
/macosx-10.9.5/expat-12/expat/xmlwf/
H A Dcodepage.h5 int codepageMap(int cp, int *map);
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dcodepage.h31 int codepageMap(int cp, int *map);
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dcodepage.h21 int codepageMap(int cp, int *map);
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dcoder.rb13 @map = {}
16 @type = :map
32 # Emit a map. The coder will be yielded to the block.
33 def map tag = @tag, style = @style method in class:Psych.Coder
37 @map
52 # Emit a sequence with +map+ and +tag+
53 def represent_map tag, map
55 self.map = map
71 # Emit a map wit
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dxterm.el46 ;; function-key-map. This substitution is needed because if a key
47 ;; definition is found in function-key-map, there are no further
49 (substitute-key-definition [f13] [S-f1] function-key-map)
50 (substitute-key-definition [f14] [S-f2] function-key-map)
51 (substitute-key-definition [f15] [S-f3] function-key-map)
52 (substitute-key-definition [f16] [S-f4] function-key-map)
53 (substitute-key-definition [f17] [S-f5] function-key-map)
54 (substitute-key-definition [f18] [S-f6] function-key-map)
55 (substitute-key-definition [f19] [S-f7] function-key-map)
56 (substitute-key-definition [f20] [S-f8] function-key-map)
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/librewrite/
H A Dmap.c29 #include "rewrite-map.h"
42 struct rewrite_map *map = NULL; local
55 * Go to the end of the map invocation (the right closing brace)
60 * '%' marks the beginning of a new map
66 * of an old map
87 * Copy the map invocation
98 * Isolate the map name (except for variable deref)
117 * Check for special map types
164 * Isolate the argument of the map (except for variable deref)
180 * Compile the substitution pattern of the map argumen
359 rewrite_map_apply( struct rewrite_info *info, struct rewrite_op *op, struct rewrite_map *map, struct berval *key, struct berval *val ) argument
482 struct rewrite_builtin_map *map = ( struct rewrite_builtin_map * )tmp; local
498 struct rewrite_map *map; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dmap_test.c37 #include "map.h"
55 atf_map_t map; local
57 RE(atf_map_init(&map));
58 ATF_REQUIRE_EQ(atf_map_size(&map), 0);
59 atf_map_fini(&map);
65 atf_map_t map; local
67 RE(atf_map_init_charpp(&map, NULL));
68 ATF_REQUIRE_EQ(atf_map_size(&map), 0);
69 atf_map_fini(&map);
76 atf_map_t map; local
87 atf_map_t map; local
110 atf_map_t map; local
128 atf_map_t map; local
166 atf_map_t map; local
194 atf_map_t map; local
208 atf_map_t map; local
243 atf_map_t map; local
286 atf_map_t map; local
327 atf_map_t map; local
374 atf_map_t map; local
[all...]
/macosx-10.9.5/groff-38/groff/font/devdvi/generate/
H A DMakefile45 TR: $(srcdir)/texr.map
47 $(tfmdir)/cmr10.tfm $(srcdir)/texr.map $@
51 TI: $(srcdir)/texi.map
53 $(tfmdir)/cmti10.tfm $(srcdir)/texi.map $@
55 TB: $(srcdir)/texb.map
57 $(tfmdir)/cmbx10.tfm $(srcdir)/texb.map $@
59 TBI: $(srcdir)/texi.map
61 $(tfmdir)/cmbxti10.tfm $(srcdir)/texi.map $@
65 CW: $(srcdir)/textt.map
67 $(tfmdir)/cmtt10.tfm $(srcdir)/textt.map
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dfileio.c153 struct map_struct *map; local
155 if (!(map = new(struct map_struct)))
161 memset(map, 0, sizeof map[0]);
162 map->fd = fd;
163 map->file_size = len;
164 map->def_window_size = read_size;
166 return map;
171 char *map_ptr(struct map_struct *map, OFF_T offset, int32 len) argument
186 if (offset >= map
257 unmap_file(struct map_struct *map) argument
[all...]
/macosx-10.9.5/vim-53/runtime/macros/hanoi/
H A Dhanoi.vim6 map t 7
7 map! t 7
8 map L 1G/t X/^0 $P1GJ$An$BGC0e$X0E0F$X/T @f @h $A1GJ@f0l$Xn$PU
14 map g IL
16 map J /^0[^t]*$
17 map X x
18 map P p
19 map U L
20 map A "fyl
21 map
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map_store.c33 first_free_is_valid_store( vm_map_t map )
35 return(first_free_is_valid_ll( map ));
50 register vm_map_t map,
55 return (vm_map_store_lookup_entry_ll( map, address, entry ));
57 return (vm_map_store_lookup_entry_rb( map, address, entry ));
62 vm_map_store_update( vm_map_t map, vm_map_entry_t entry, int update_type ) argument
68 if((entry) == (map)->first_free) {
69 (map)->first_free = vm_map_to_entry(map);
71 if((entry) == (map)
49 vm_map_store_lookup_entry( register vm_map_t map, register vm_map_offset_t address, vm_map_entry_t *entry) argument
80 vm_map_store_copy_insert( vm_map_t map, vm_map_entry_t after_where, vm_map_copy_t copy) argument
116 vm_map_store_entry_link( vm_map_t map, vm_map_entry_t after_where, vm_map_entry_t entry) argument
144 vm_map_store_entry_unlink( vm_map_t map, vm_map_entry_t entry) argument
176 vm_map_store_update_first_free( vm_map_t map, vm_map_entry_t first_free) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Plugins/Netscape/
H A DPluginInformation.cpp109 void getPluginModuleInformation(const PluginModuleInfo& plugin, ImmutableDictionary::MapType& map) argument
112 map.set(pluginInformationPathKey(), WebString::create(plugin.path));
113 map.set(pluginInformationDisplayNameKey(), WebString::create(plugin.info.name));
114 map.set(pluginInformationDefaultLoadPolicyKey(), WebUInt64::create(toWKPluginLoadPolicy(PluginInfoStore::defaultLoadPolicyForPlugin(plugin))));
116 getPlatformPluginModuleInformation(plugin, map);
122 ImmutableDictionary::MapType map; local
123 getPluginModuleInformation(plugin, map);
125 return ImmutableDictionary::adopt(map);
130 ImmutableDictionary::MapType map; local
131 getPluginModuleInformation(plugin, map);
150 ImmutableDictionary::MapType map; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/-test-/debug/
H A Dextconf.rb2 inits = $srcs.map {|s| File.basename(s, ".*")}
4 inits.map! {|s|"X(#{s})"}
/macosx-10.9.5/ruby-104/ruby/ext/-test-/exception/
H A Dextconf.rb2 inits = $srcs.map {|s| File.basename(s, ".*")}
4 inits.map! {|s|"X(#{s})"}
/macosx-10.9.5/ruby-104/ruby/ext/-test-/method/
H A Dextconf.rb2 inits = $srcs.map {|s| File.basename(s, ".*")}
4 inits.map! {|s|"X(#{s})"}
/macosx-10.9.5/ruby-104/ruby/ext/-test-/path_to_class/
H A Dextconf.rb2 inits = $srcs.map {|s| File.basename(s, ".*")}
4 inits.map! {|s|"X(#{s})"}
/macosx-10.9.5/ruby-104/ruby/ext/-test-/string/
H A Dextconf.rb2 inits = $srcs.map {|s| File.basename(s, ".*")}
4 inits.map! {|s|"X(#{s})"}

Completed in 289 milliseconds

1234567891011>>