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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-msp430-elf/
H A Dvalid-map.d1 # source: valid-map-foo.s
2 # source: valid-map.s
3 # ld: -Map=valid-map.map --code-region=lower --script=msp430.ld
4 # map: valid-map.map
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-map.c1 /* objc-map.c -- Implementation of map data structures for ObjC compiler
24 #include "objc-map.h"
58 objc_map_t map = ggc_cleared_alloc<objc_map_private> (); local
59 if (map == NULL)
64 map->number_of_slots = initial_capacity;
65 map->mask = initial_capacity - 1;
66 map->maximum_load_factor = 70;
67 map->max_number_of_non_empty_slots = (initial_capacity * map
82 objc_map_set_maximum_load_factor(objc_map_t map, int number_between_zero_and_one_hundred) argument
92 objc_map_maximum_load_factor(objc_map_t map) argument
98 objc_map_private_resize(objc_map_t map, size_t new_number_of_slots) argument
155 objc_map_private_grow(struct objc_map_private *map) argument
[all...]
H A Dobjc-map.h1 /* objc-map.h -- Implementation of map data structures for ObjC compiler
23 /* A map is a data structure that maps a key to a value. In this file
24 we currently have maps that can map a GCC identifier (a tree) to
47 that can be currently stored in the map before resizing. This is
50 map, we round up the size to the next power of 2. This allows us
81 /* Private functions used to resize the map. They may be called by
84 objc_map_private_grow (struct objc_map_private *map);
88 ** The definition of a map.
94 ** Creating a map
137 objc_map_get(objc_map_t map, tree key) argument
173 objc_map_put(objc_map_t map, tree key, tree value) argument
267 objc_map_iterator_move_to_next(objc_map_t map, objc_map_iterator_t *i) argument
290 objc_map_iterator_current_key(objc_map_t map, objc_map_iterator_t i) argument
303 objc_map_iterator_current_value(objc_map_t map, objc_map_iterator_t i) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-map.cc1 /* objc-map.cc -- Implementation of map data structures for ObjC compiler
24 #include "objc-map.h"
58 objc_map_t map = ggc_cleared_alloc<objc_map_private> (); local
59 if (map == NULL)
64 map->number_of_slots = initial_capacity;
65 map->mask = initial_capacity - 1;
66 map->maximum_load_factor = 70;
67 map->max_number_of_non_empty_slots = (initial_capacity * map
82 objc_map_set_maximum_load_factor(objc_map_t map, int number_between_zero_and_one_hundred) argument
92 objc_map_maximum_load_factor(objc_map_t map) argument
98 objc_map_private_resize(objc_map_t map, size_t new_number_of_slots) argument
155 objc_map_private_grow(struct objc_map_private *map) argument
[all...]
H A Dobjc-map.h1 /* objc-map.h -- Implementation of map data structures for ObjC compiler
23 /* A map is a data structure that maps a key to a value. In this file
24 we currently have maps that can map a GCC identifier (a tree) to
47 that can be currently stored in the map before resizing. This is
50 map, we round up the size to the next power of 2. This allows us
81 /* Private functions used to resize the map. They may be called by
84 objc_map_private_grow (struct objc_map_private *map);
88 ** The definition of a map.
94 ** Creating a map
137 objc_map_get(objc_map_t map, tree key) argument
173 objc_map_put(objc_map_t map, tree key, tree value) argument
267 objc_map_iterator_move_to_next(objc_map_t map, objc_map_iterator_t *i) argument
290 objc_map_iterator_current_key(objc_map_t map, objc_map_iterator_t i) argument
303 objc_map_iterator_current_value(objc_map_t map, objc_map_iterator_t i) argument
[all...]
/netbsd-current/external/mit/xorg/share/fonts/font-util/
H A DMakefile6 INCS= map-ISO8859-1 map-ISO8859-2 map-ISO8859-3 map-ISO8859-4 \
7 map-ISO8859-5 map-ISO8859-6 map-ISO8859-7 map-ISO8859-8 \
8 map-ISO8859-9 map
[all...]
/netbsd-current/external/bsd/pdisk/dist/
H A Dvalidate.h57 void validate_map(partition_map_header *map);
/netbsd-current/sys/external/bsd/drm2/include/drm/
H A Ddrm_iomap_netbsd.h41 DRM_IS_BUS_SPACE(struct drm_local_map *map) argument
43 switch (map->type) {
64 * map->handle, so maybe that's right.
77 DRM_READ8(struct drm_local_map *map, bus_size_t offset) argument
79 if (DRM_IS_BUS_SPACE(map))
80 return bus_space_read_1(map->lm_data.bus_space.bst,
81 map->lm_data.bus_space.bsh, offset);
83 return *(volatile uint8_t *)((vaddr_t)map->handle + offset);
87 DRM_READ16(struct drm_local_map *map, bus_size_t offset) argument
89 if (DRM_IS_BUS_SPACE(map))
97 DRM_READ32(struct drm_local_map *map, bus_size_t offset) argument
107 DRM_READ64(struct drm_local_map *map, bus_size_t offset) argument
132 DRM_WRITE8(struct drm_local_map *map, bus_size_t offset, uint8_t value) argument
142 DRM_WRITE16(struct drm_local_map *map, bus_size_t offset, uint16_t value) argument
152 DRM_WRITE32(struct drm_local_map *map, bus_size_t offset, uint32_t value) argument
162 DRM_WRITE64(struct drm_local_map *map, bus_size_t offset, uint64_t value) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-gc/
H A Dskip-map-discarded.d1 #name: Check --no-print-map-discarded linker option
2 #ld: -e 0 --gc-sections --no-print-map-discarded
3 #map: skip-map-discarded.map
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dremap.c41 -fdebug-prefix-map and must be of the form OLD=NEW. */
46 debug_prefix_map *map; local
53 as_fatal (_("invalid argument '%s' to -fdebug-prefix-map"), arg);
56 map = XNEW (debug_prefix_map);
58 map->old_prefix = o;
59 map->old_len = p - arg;
60 o[map->old_len] = 0;
62 map->new_prefix = xstrdup (p);
63 map->new_len = strlen (p);
64 map
75 debug_prefix_map *map; local
[all...]
/netbsd-current/external/mit/isl/dist/
H A Dclosure.c2 #include <isl/map.h>
8 struct isl_map *map; local
21 map = isl_map_read_from_file(ctx, stdin);
22 map = isl_map_transitive_closure(map, &exact);
25 p = isl_printer_print_map(p, map);
27 map = isl_map_compute_divs(map);
28 map = isl_map_coalesce(map);
[all...]
H A Dset_from_map.c3 /* Return the set that was treated as the map "map".
5 static __isl_give isl_set *set_from_map(__isl_take isl_map *map) argument
7 return (isl_set *) map;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dpr24008.d1 #ld: -T pr24008.t -Map tmpdir/pr24008.map
3 #map: pr24008.map
H A Dprovide-5.d4 #map: provide-5.map
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfile-prefix-map.c1 /* Implementation of file prefix remapping support (-f*-prefix-map options).
22 #include "file-prefix-map.h"
36 /* Record a file prefix mapping in the specified map. ARG is the argument to
37 -f*-prefix-map and must be of the form OLD=NEW. OPT is the option name
42 file_prefix_map *map; local
73 map = XNEW (file_prefix_map);
74 map->old_prefix = old;
75 map->old_len = oldlen;
77 map->new_prefix = xstrdup (p);
78 map
90 file_prefix_map *map; local
168 file_prefix_map *map; local
205 debug_regex_map *map; local
247 debug_regex_map *map; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfile-prefix-map.cc1 /* Implementation of file prefix remapping support (-f*-prefix-map options).
22 #include "file-prefix-map.h"
36 /* Record a file prefix mapping in the specified map. ARG is the argument to
37 -f*-prefix-map and must be of the form OLD=NEW. OPT is the option name
42 file_prefix_map *map; local
73 map = XNEW (file_prefix_map);
74 map->old_prefix = old;
75 map->old_len = oldlen;
77 map->new_prefix = xstrdup (p);
78 map
90 file_prefix_map *map; local
177 file_prefix_map *map; local
214 debug_regex_map *map; local
256 debug_regex_map *map; local
[all...]
/netbsd-current/lib/libc/arch/ia64/gen/
H A Dflt_rounds.c11 static const int map[] = { variable
24 return (map[(x >> 10) & 0x03]);
/netbsd-current/external/mit/expat/dist/xmlwf/
H A Dcodepage.h35 int codepageMap(int cp, int *map);
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dremap.c41 -fdebug-prefix-map and must be of the form OLD=NEW. */
46 debug_prefix_map *map; local
53 as_fatal (_("invalid argument '%s' to -fdebug-prefix-map"), arg);
56 map = XNEW (debug_prefix_map);
58 map->old_prefix = o;
59 map->old_len = p - arg;
60 o[map->old_len] = 0;
62 map->new_prefix = xstrdup (p);
63 map->new_len = strlen (p);
64 map
75 debug_prefix_map *map; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dremap.c41 -fdebug-prefix-map and must be of the form OLD=NEW. */
46 debug_prefix_map *map; local
53 as_fatal (_("invalid argument '%s' to -fdebug-prefix-map"), arg);
56 map = XNEW (debug_prefix_map);
58 map->old_prefix = o;
59 map->old_len = p - arg;
60 o[map->old_len] = 0;
62 map->new_prefix = xstrdup (p);
63 map->new_len = strlen (p);
64 map
75 debug_prefix_map *map; local
[all...]
/netbsd-current/external/bsd/am-utils/bin/mk-amd-map/
H A DMakefile5 PROG= mk-amd-map
7 DIST= ${IDIST}/mk-amd-map
10 SRCS= mk-amd-map.c
11 MAN+= mk-amd-map.8
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_test_config.h22 #include <map>
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dicf_test.sh36 /^Memory map/ { discard = 0; }
48 check icf_test.map "folded_func" "kept_func"
H A Dicf_test_pr21066.sh33 /^Memory map/ { discard = 0; }
48 check icf_test_pr21066.map "first_exception" "second_exception"
/netbsd-current/external/mit/libcbor/dist/test/
H A Dtype_5_test.c18 cbor_item_t *map; variable
24 map = cbor_load(empty_map, 1, &res);
25 assert_non_null(map);
26 assert_true(cbor_typeof(map) == CBOR_TYPE_MAP);
27 assert_true(cbor_isa_map(map));
28 assert_true(cbor_map_size(map) == 0);
30 assert_int_equal(cbor_map_allocated(map), 0);
31 cbor_decref(&map);
32 assert_null(map);
39 map
[all...]

Completed in 421 milliseconds

1234567891011>>