Home
last modified time | relevance | path

Searched refs:map_value (Results 1 – 25 of 950) sorted by relevance

12345678910>>...38

/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/lib/
H A Dlibieee.c85 uint32_t map_value = bits_00_23; // default is OUI-24 in libieee_map_oui28_oui36_iab() local
96 map_value = 0x1000000 | (ieee_mapping[i].mapping << 12) | bits_24_36; in libieee_map_oui28_oui36_iab()
101 map_value = 0x1000000 | (ieee_mapping[i].mapping << 12) | (bits_24_36 & 0xf00); in libieee_map_oui28_oui36_iab()
108 return (map_value); in libieee_map_oui28_oui36_iab()
118 uint32_t map_index = (map_value & 0xfff000) >> 12; in libieee_unmap_oui28_oui36_iab()
123 DEBUGPRINT_WA(DEBUG_libieee, "called with map_value=%08x", map_value); in libieee_unmap_oui28_oui36_iab()
131 *bits_24_36_p = map_value & 0xfff; in libieee_unmap_oui28_oui36_iab()
184 int libieee_unmap_oui_macaddr(ipv6calc_macaddr *macaddrp, uint32_t map_value) { in libieee_unmap_oui_macaddr() argument
191 libieee_unmap_oui28_oui36_iab(map_value, &bits_00_23, &bits_24_36); in libieee_unmap_oui_macaddr()
211 int libieee_unmap_oui_eui64addr(ipv6calc_eui64addr *eui64addrp, uint32_t map_value) { in libieee_unmap_oui_eui64addr() argument
[all …]
/dports/graphics/gegl/gegl-0.4.34/gegl/
H A Dgegl-metadatastore.c706 GeglMetadataMapValue *map_value; in metadata_map_new() local
712 return map_value; in metadata_map_new()
720 g_free (map_value->local_name); in metadata_map_free()
721 g_free (map_value->name); in metadata_map_free()
757 GeglMetadataMapValue *map_value; in gegl_metadata_store_register() local
874 if (map_value == NULL) in gegl_metadata_store_iter_lookup()
882 if (map_value == NULL) in gegl_metadata_store_iter_lookup()
888 iter->user_data3 = map_value; in gegl_metadata_store_iter_lookup()
921 map_value = *pdata++; in gegl_metadata_store_iter_next()
997 map_value = iter->user_data3; in gegl_metadata_store_iter_set_value()
[all …]
/dports/textproc/syck/syck-0.70/tests/
H A DBasic.c78 CuAssert( tc, "Invalid value at '0'", 24557 == syck_map_read( n, map_value, 0 ) ); in TestSyckMapAlloc()
79 CuAssert( tc, "Invalid value at '1'", 24559 == syck_map_read( n, map_value, 1 ) ); in TestSyckMapAlloc()
80 CuAssert( tc, "Invalid value at '2'", 24659 == syck_map_read( n, map_value, 2 ) ); in TestSyckMapAlloc()
81 CuAssert( tc, "Invalid value at '3'", 24759 == syck_map_read( n, map_value, 3 ) ); in TestSyckMapAlloc()
82 CuAssert( tc, "Invalid value at '4'", 24859 == syck_map_read( n, map_value, 4 ) ); in TestSyckMapAlloc()
83 CuAssert( tc, "Invalid value at '5'", 24959 == syck_map_read( n, map_value, 5 ) ); in TestSyckMapAlloc()
84 CuAssert( tc, "Invalid value at '6'", 24059 == syck_map_read( n, map_value, 6 ) ); in TestSyckMapAlloc()
85 CuAssert( tc, "Invalid value at '7'", 24159 == syck_map_read( n, map_value, 7 ) ); in TestSyckMapAlloc()
106 CuAssert( tc, "Invalid value at '2'", 51127 == syck_map_read( n1, map_value, 2 ) ); in TestSyckMapUpdate()
107 CuAssert( tc, "Invalid value at '3'", 51129 == syck_map_read( n1, map_value, 3 ) ); in TestSyckMapUpdate()
/dports/databases/xtrabackup/boost_1_59_0/libs/unordered/test/unordered/
H A Dcompile_map.cpp141 std::pair<int const, int> map_value(0, 0); in UNORDERED_AUTO_TEST() local
152 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
154 unordered_copyable_test(map, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST()
157 unordered_unique_test(map2, map_value); in UNORDERED_AUTO_TEST()
171 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
175 unordered_equivalent_test(multimap2, map_value); in UNORDERED_AUTO_TEST()
191 map_value_type map_value(assignable, assignable); in UNORDERED_AUTO_TEST() local
202 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
205 unordered_map_member_test(map, map_value); in UNORDERED_AUTO_TEST()
227 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/unordered/test/unordered/
H A Dcompile_map.cpp141 std::pair<int const, int> map_value(0, 0); in UNORDERED_AUTO_TEST() local
152 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
154 unordered_copyable_test(map, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST()
157 unordered_unique_test(map2, map_value); in UNORDERED_AUTO_TEST()
171 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
175 unordered_equivalent_test(multimap2, map_value); in UNORDERED_AUTO_TEST()
191 map_value_type map_value(assignable, assignable); in UNORDERED_AUTO_TEST() local
202 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
205 unordered_map_member_test(map, map_value); in UNORDERED_AUTO_TEST()
227 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/unordered/test/unordered/
H A Dcompile_map.cpp141 std::pair<int const, int> map_value(0, 0); in UNORDERED_AUTO_TEST() local
152 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
154 unordered_copyable_test(map, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST()
157 unordered_unique_test(map2, map_value); in UNORDERED_AUTO_TEST()
171 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
175 unordered_equivalent_test(multimap2, map_value); in UNORDERED_AUTO_TEST()
191 map_value_type map_value(assignable, assignable); in UNORDERED_AUTO_TEST() local
202 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
205 unordered_map_member_test(map, map_value); in UNORDERED_AUTO_TEST()
227 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/unordered/test/unordered/
H A Dcompile_map.cpp141 std::pair<int const, int> map_value(0, 0); in UNORDERED_AUTO_TEST() local
152 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
154 unordered_copyable_test(map, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST()
157 unordered_unique_test(map2, map_value); in UNORDERED_AUTO_TEST()
171 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
175 unordered_equivalent_test(multimap2, map_value); in UNORDERED_AUTO_TEST()
191 map_value_type map_value(assignable, assignable); in UNORDERED_AUTO_TEST() local
202 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
205 unordered_map_member_test(map, map_value); in UNORDERED_AUTO_TEST()
227 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/unordered/test/unordered/
H A Dcompile_map.cpp141 std::pair<int const, int> map_value(0, 0); in UNORDERED_AUTO_TEST() local
152 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
154 unordered_copyable_test(map, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST()
157 unordered_unique_test(map2, map_value); in UNORDERED_AUTO_TEST()
171 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
175 unordered_equivalent_test(multimap2, map_value); in UNORDERED_AUTO_TEST()
191 map_value_type map_value(assignable, assignable); in UNORDERED_AUTO_TEST() local
202 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
205 unordered_map_member_test(map, map_value); in UNORDERED_AUTO_TEST()
227 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/unordered/test/unordered/
H A Dcompile_map.cpp130 std::pair<int const, int> map_value(0, 0); in UNORDERED_AUTO_TEST() local
140 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
142 unordered_copyable_test(map, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST()
145 unordered_unique_test(map2, map_value); in UNORDERED_AUTO_TEST()
158 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
162 unordered_equivalent_test(multimap2, map_value); in UNORDERED_AUTO_TEST()
177 map_value_type map_value(assignable, assignable); in UNORDERED_AUTO_TEST() local
187 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
190 unordered_map_member_test(map, map_value); in UNORDERED_AUTO_TEST()
211 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/unordered/test/unordered/
H A Dcompile_map.cpp130 std::pair<int const, int> map_value(0, 0); in UNORDERED_AUTO_TEST() local
140 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
142 unordered_copyable_test(map, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST()
145 unordered_unique_test(map2, map_value); in UNORDERED_AUTO_TEST()
158 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
162 unordered_equivalent_test(multimap2, map_value); in UNORDERED_AUTO_TEST()
177 map_value_type map_value(assignable, assignable); in UNORDERED_AUTO_TEST() local
187 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
190 unordered_map_member_test(map, map_value); in UNORDERED_AUTO_TEST()
211 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/unordered/test/unordered/
H A Dcompile_map.cpp130 std::pair<int const, int> map_value(0, 0); in UNORDERED_AUTO_TEST() local
140 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
142 unordered_copyable_test(map, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST()
145 unordered_unique_test(map2, map_value); in UNORDERED_AUTO_TEST()
158 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
162 unordered_equivalent_test(multimap2, map_value); in UNORDERED_AUTO_TEST()
177 map_value_type map_value(assignable, assignable); in UNORDERED_AUTO_TEST() local
187 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
190 unordered_map_member_test(map, map_value); in UNORDERED_AUTO_TEST()
211 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/unordered/test/unordered/
H A Dcompile_map.cpp130 std::pair<int const, int> map_value(0, 0); in UNORDERED_AUTO_TEST() local
140 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
142 unordered_copyable_test(map, value, map_value, hash, equal_to); in UNORDERED_AUTO_TEST()
145 unordered_unique_test(map2, map_value); in UNORDERED_AUTO_TEST()
158 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
162 unordered_equivalent_test(multimap2, map_value); in UNORDERED_AUTO_TEST()
177 map_value_type map_value(assignable, assignable); in UNORDERED_AUTO_TEST() local
187 unordered_unique_test(map, map_value); in UNORDERED_AUTO_TEST()
190 unordered_map_member_test(map, map_value); in UNORDERED_AUTO_TEST()
211 unordered_equivalent_test(multimap, map_value); in UNORDERED_AUTO_TEST()
[all …]
/dports/net-p2p/libtorrent/libtorrent-0.13.8/test/torrent/
H A Dobject_static_map_test.cc352 test_single_type map_value; in test_write_single() local
354 CPPUNIT_ASSERT(static_map_write_bencode(map_value, "de")); in test_write_single()
356 map_value[key_single_a] = (int64_t)1; in test_write_single()
357 CPPUNIT_ASSERT(static_map_write_bencode(map_value, "d1:bi1ee")); in test_write_single()
359 map_value[key_single_a] = "test"; in test_write_single()
360 CPPUNIT_ASSERT(static_map_write_bencode(map_value, "d1:b4:teste")); in test_write_single()
362 map_value[key_single_a] = torrent::Object::create_list(); in test_write_single()
363 map_value[key_single_a].as_list().push_back("test"); in test_write_single()
366 map_value[key_single_a] = torrent::raw_bencode("i1e", 3); in test_write_single()
367 CPPUNIT_ASSERT(static_map_write_bencode(map_value, "d1:bi1ee")); in test_write_single()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dread-rtl.c38 struct map_value { struct
39 struct map_value *next; argument
59 struct map_value *values; argument
126 static struct map_value **add_map_value (struct map_value **,
283 struct map_value *v; in map_attr_string()
319 struct map_value *mv; in mode_attr_index()
351 struct map_value *pm; in apply_mode_maps()
362 struct map_value *v; in apply_mode_maps()
382 struct map_value *v; in apply_macro_to_string()
575 struct map_value *v; in apply_macro_traverse()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dload_bytes_relative.c20 __u32 map_value = 0; in test_load_bytes_relative() local
57 err = bpf_map_lookup_elem(map_fd, &map_key, &map_value); in test_load_bytes_relative()
61 CHECK(map_value != 1, "bpf", "bpf program returned failure"); in test_load_bytes_relative()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dload_bytes_relative.c20 __u32 map_value = 0; in test_load_bytes_relative() local
57 err = bpf_map_lookup_elem(map_fd, &map_key, &map_value); in test_load_bytes_relative()
61 CHECK(map_value != 1, "bpf", "bpf program returned failure"); in test_load_bytes_relative()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dload_bytes_relative.c20 __u32 map_value = 0; in test_load_bytes_relative() local
57 err = bpf_map_lookup_elem(map_fd, &map_key, &map_value); in test_load_bytes_relative()
61 CHECK(map_value != 1, "bpf", "bpf program returned failure"); in test_load_bytes_relative()
/dports/archivers/rvm/rvm-1.11/
H A Dtest-rconfig-049.cc47 assert(config.default_job().rsync_behavior.map_value().size() == 0); in test()
53 assert(config.jobs()[0].rsync_behavior.map_value().size() == 0); in test()
56 assert(config.jobs()[1].rsync_behavior.map_value().size() == 0); in test()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dread-rtl.c35 struct map_value { struct
36 struct map_value *next; argument
52 struct map_value *values; argument
282 static struct map_value *
289 struct map_value *v; in map_attr_string()
345 struct map_value *v; in apply_iterator_to_string()
476 struct map_value *v; in apply_attribute_uses()
514 struct map_value *v; in apply_iterators()
626 static struct map_value **
629 struct map_value *value; in add_map_value()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dread-rtl.c35 struct map_value { struct
36 struct map_value *next; argument
52 struct map_value *values; argument
282 static struct map_value *
289 struct map_value *v; in map_attr_string()
345 struct map_value *v; in apply_iterator_to_string()
478 struct map_value *v; in apply_attribute_uses()
516 struct map_value *v; in apply_iterators()
628 static struct map_value **
631 struct map_value *value; in add_map_value()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dread-rtl.c35 struct map_value { struct
36 struct map_value *next; argument
52 struct map_value *values; argument
282 static struct map_value *
289 struct map_value *v; in map_attr_string()
345 struct map_value *v; in apply_iterator_to_string()
476 struct map_value *v; in apply_attribute_uses()
514 struct map_value *v; in apply_iterators()
626 static struct map_value **
629 struct map_value *value; in add_map_value()
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/keama/
H A Ddata.c428 return &e->value.map_value; in mapValue()
522 TAILQ_INIT(&elem->value.map_value); in createMap()
601 TAILQ_INIT(&e->value.map_value); in resetMap()
636 TAILQ_INIT(&e->value.map_value); in resetBy()
637 TAILQ_CONCAT(&e->value.map_value, &o->value.map_value); in resetBy()
767 TAILQ_FOREACH(elem, &m->value.map_value) { in mapGet()
807 TAILQ_REMOVE(&m->value.map_value, elem); in mapRemove()
859 TAILQ_REMOVE(&o->value.map_value, elem); in merge()
1180 TAILQ_FOREACH(item, &m->value.map_value) in copyMap()
1199 item = TAILQ_FIRST(&m->value.map_value); in mapPop()
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/keama/
H A Ddata.c428 return &e->value.map_value; in mapValue()
522 TAILQ_INIT(&elem->value.map_value); in createMap()
601 TAILQ_INIT(&e->value.map_value); in resetMap()
636 TAILQ_INIT(&e->value.map_value); in resetBy()
637 TAILQ_CONCAT(&e->value.map_value, &o->value.map_value); in resetBy()
767 TAILQ_FOREACH(elem, &m->value.map_value) { in mapGet()
807 TAILQ_REMOVE(&m->value.map_value, elem); in mapRemove()
859 TAILQ_REMOVE(&o->value.map_value, elem); in merge()
1180 TAILQ_FOREACH(item, &m->value.map_value) in copyMap()
1199 item = TAILQ_FIRST(&m->value.map_value); in mapPop()
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/keama/
H A Ddata.c428 return &e->value.map_value; in mapValue()
522 TAILQ_INIT(&elem->value.map_value); in createMap()
601 TAILQ_INIT(&e->value.map_value); in resetMap()
636 TAILQ_INIT(&e->value.map_value); in resetBy()
637 TAILQ_CONCAT(&e->value.map_value, &o->value.map_value); in resetBy()
767 TAILQ_FOREACH(elem, &m->value.map_value) { in mapGet()
807 TAILQ_REMOVE(&m->value.map_value, elem); in mapRemove()
859 TAILQ_REMOVE(&o->value.map_value, elem); in merge()
1180 TAILQ_FOREACH(item, &m->value.map_value) in copyMap()
1199 item = TAILQ_FIRST(&m->value.map_value); in mapPop()
[all …]
/dports/graphics/pfstools/pfstools-2.1.0/src/octave/
H A Dpfsput.cpp55 octave_map pfsStream = args(0).map_value();
106 channels = pfsStream.contents( itChannels )(0).map_value();
145 octave_map tags = pfsStream.contents( itTags )(0).map_value();
165 octave_map tagChannels = pfsStream.contents( itChTags )(0).map_value();
176 octave_map tags = tagChannels.contents( itCh )(0).map_value();

12345678910>>...38