Searched refs:mapping (Results 1 - 25 of 127) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A DWsequence-point-1.C8 void t_test1 (C* mapping) argument
10 delete [] mapping;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A DWsequence-point-1.C8 void t_test1 (C* mapping) argument
10 delete [] mapping;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dmapping.s3 .global mapping
4 mapping: label
6 bl mapping
H A Dmapdir.s1 # Test that .arm / .thumb do not cause mapping symbols to be
2 # generated. This could lead to duplicate mapping symbols at
20 # Make sure that mapping symbols are placed in the correct section.
H A Dnomapping.s11 @ Obsolete mapping symbols generated by armcc.
H A Ddis-data3.d1 # name: Data disassembler test (with mapping symbol)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dcorefile-n.h40 core_mapping *mapping = core_map_find_mapping(map, local
46 if (WITH_CALLBACK_MEMORY && mapping->device != NULL) {
48 if (device_io_read_buffer(mapping->device,
50 mapping->space,
55 device_error(mapping->device, "internal error - core_read_N() - io_read_buffer should not fail");
59 return T2H_N(*(unsigned_N*)core_translate(mapping, addr));
71 core_mapping *mapping = core_map_find_mapping(map, local
77 if (WITH_CALLBACK_MEMORY && mapping->device != NULL) {
79 if (device_io_write_buffer(mapping->device,
81 mapping
[all...]
H A Dcorefile.c175 /* find the insertion point for this additional mapping and insert */
206 /* create/insert the new mapping */
285 core_mapping *mapping = map->first; local
288 while (mapping != NULL) {
289 if (addr >= mapping->base
290 && (addr + (nr_bytes - 1)) <= mapping->bound)
291 return mapping;
292 mapping = mapping->next;
303 core_translate(core_mapping *mapping, argument
320 core_mapping *mapping = local
362 core_mapping *mapping = core_map_find_mapping(map, local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwmconf.c49 struct ldapmapping *mapping; local
78 if ( rwm_map_init( map, &mapping ) != LDAP_SUCCESS ) {
109 mapping = (struct ldapmapping *)ch_calloc( 2,
111 if ( mapping == NULL ) {
117 ber_str2bv( src, 0, 1, &mapping[0].m_src );
118 ber_str2bv( dst, 0, 1, &mapping[0].m_dst );
119 mapping[1].m_src = mapping[0].m_dst;
120 mapping[1].m_dst = mapping[
[all...]
H A Drwmmap.c3 /* rwmmap.c - rewrite/mapping routines */
72 struct ldapmapping *mapping; local
80 mapping = (struct ldapmapping *)ch_calloc( 2,
82 if ( mapping == NULL ) {
89 rc = slap_str2ad( "objectClass", &mapping[0].m_src_ad, &text );
91 ch_free( mapping );
95 mapping[0].m_dst_ad = mapping[0].m_src_ad;
96 ber_dupbv( &mapping[0].m_src, &mapping[
156 struct ldapmapping *mapping; local
401 struct ldapmapping *mapping = NULL; local
1265 struct ldapmapping *mapping = v_mapping; local
1275 struct ldapmapping *mapping = v_mapping; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Dnobits-1.d7 Section to Segment mapping:
H A Dnote-1.d7 Section to Segment mapping:
H A Dseg.d15 Section to Segment mapping:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr26515.c9 struct a *mapping; member in struct:p
20 if ((p->mapping != i->i_mapping))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-core.c189 /* find the insertion point for this additional mapping and then
262 /* create/insert the new mapping */
475 sim_core_mapping *mapping = core->map[map].first; local
479 while (mapping != NULL)
481 if (addr >= mapping->base
482 && (addr + (nr_bytes - 1)) <= mapping->bound)
483 return mapping;
484 mapping = mapping->next;
497 sim_core_translate (sim_core_mapping *mapping, argument
523 sim_core_mapping *mapping = local
589 sim_core_mapping *mapping = local
813 sim_core_mapping *mapping = local
[all...]
H A Dsim-n-core.h156 sim_core_mapping *mapping; local
164 mapping = sim_core_find_mapping (core, map, addr, N, read_transfer, 1 /*abort*/, cpu, cia);
168 if (WITH_CALLBACK_MEMORY && mapping->device != NULL)
171 if (device_io_read_buffer (mapping->device, &data, mapping->space, addr, N, CPU_STATE (cpu), cpu, cia) != N)
172 device_error (mapping->device, "internal error - %s - io_read_buffer should not fail",
179 if (WITH_CALLBACK_MEMORY && mapping->device != NULL)
182 sim_cpu_hw_io_read_buffer (cpu, cia, mapping->device, &data, mapping->space, addr, N);
187 val = T2H_M (*(unsigned_M*) sim_core_translate (mapping, add
287 sim_core_mapping *mapping; local
[all...]
H A Dsim-memopt.c57 /* Memory mapping; see OPTION_MEMORY_MAPFILE. */
171 /* Autosize the mapping to the file length. */
555 sim_core_mapping *mapping = map->first; local
557 if (!mapping)
566 if (mapping->space != 0)
567 sim_io_printf (sd, "0x%x:", mapping->space);
568 sim_io_printf (sd, "0x%08lx", (long) mapping->base);
569 if (mapping->level != 0)
570 sim_io_printf (sd, "@0x%x", mapping->level);
571 sim_io_printf (sd, ",0x%lx", (long) mapping
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dset.s1 # Test the 'r'-type operand and the mapping of SET to OR(I) and SETL.
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dgetch.c234 if (map->mapping[i] >= 0) {
235 if (map->key[map->mapping[i]]->type == KEYMAP_MULTI)
237 map->key[map->mapping[i]]->value.next);
269 if (current->mapping[(unsigned char) chr] < 0) {
270 if (current->mapping[(unsigned char) chr] == MAPPING_UNUSED) {
272 current->mapping[(unsigned char) chr] =
294 /* the mapping was used but freed, reuse it */
295 ki = - current->mapping[(unsigned char) chr];
296 current->mapping[(unsigned char) chr] = ki;
334 the_key = current->key[current->mapping[(unsigne
549 int c, mapping; local
[all...]
H A Dkeymap.h87 * Unused mapping flag.
93 short mapping[MAX_CHAR]; /* mapping of key to allocated structs */ member in struct:keymap
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c262 int mapping[3];
409 mapping[0] = 0;
410 mapping[1] = 3 - common;
411 mapping[2] = common;
415 rev_mapping[mapping[i]] = i;
482 = output_diff3_edscript (diff3, mapping, rev_mapping,
489 conflicts_found = output_diff3_merge (mfp, diff3, mapping, rev_mapping,
498 output_diff3 (diff3, mapping, rev_mapping);
1441 output_diff3 (diff, mapping, rev_mapping)
1443 int const mapping[
260 int mapping[3]; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dnoov.d8 # address-mapping macros.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-scripts/
H A Dempty-aligned.d12 Section to Segment mapping:
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dmap.c3 /* map.c - ldap backend mapping routines */
91 struct ldapmapping *mapping; local
97 mapping = (struct ldapmapping *)ch_calloc( 2,
99 if ( mapping == NULL ) {
103 ber_str2bv( "objectclass", STRLENOF("objectclass"), 1, &mapping[0].src);
104 ber_dupbv( &mapping[0].dst, &mapping[0].src );
105 mapping[1].src = mapping[0].src;
106 mapping[
153 struct ldapmapping *mapping; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Darm_cortex_a8_blx.s31 # We have no mapping symbols for stubs. This make the disassembler

Completed in 134 milliseconds

123456