Home
last modified time | relevance | path

Searched refs:first_set (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoBitmask.cpp439 first_set = (b.first_set < b.num_bits) ? b.first_set : num_bits; in Copy()
449 if ((b.first_set < first_set) && in Add()
451 first_set = b.first_set; in Add()
461 if (first_set >= b.first_set) in Subtract()
482 first_set = b.first_set; in XCopy()
500 if (b.first_set > first_set) in Multiply()
502 first_set = b.first_set; in Multiply()
505 else if (first_set > b.first_set) in Multiply()
520 if (b.first_set == first_set) in Xor()
524 else if (b.first_set < first_set) in Xor()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-descriptor.c120 int first_set = -1, num_set = 0, last_set = -1, i; in mono_gc_make_descr_for_object() local
126 if (first_set < 0) in mono_gc_make_descr_for_object()
127 first_set = i; in mono_gc_make_descr_for_object()
133 if (first_set < 0) { in mono_gc_make_descr_for_object()
156 if (first_set < 256 && num_set < 256 && (first_set + num_set == last_set + 1)) { in mono_gc_make_descr_for_object()
176 if (first_set < 0) in mono_gc_make_descr_for_array()
177 first_set = i; in mono_gc_make_descr_for_array()
183 if (first_set < 0) { in mono_gc_make_descr_for_array()
219 int first_set = (d >> 16) & 0xff; in mono_gc_get_bitmap_for_descr() local
225 for (i = first_set; i < first_set + num_set; ++i) in mono_gc_get_bitmap_for_descr()
[all …]
/dports/deskutils/ical/ical-tcl/types/
H A Dtestbv.C26 ASSERT(v.first_set() == size); in check_ops()
32 ASSERT(v.first_set() == 0); in check_ops()
48 ASSERT(v.first_set() == i); in check_ops()
54 ASSERT(v.first_set() == ((i == 0) ? 1 : 0)); in check_ops()
58 ASSERT(v.first_set() == size); in check_ops()
82 ASSERT(v.first_set() == i); in check_ops()
93 ASSERT(v.first_set() == j); in check_ops()
97 ASSERT(v.first_set() == size); in check_ops()
110 ASSERT(v.first_set() == 0); in check_ops()
119 ASSERT(v.first_set() == size); in check_ops()
/dports/cad/geda/geda-gaf-1.8.2/gnetlist/src/
H A Ds_rename.c63 static SET * first_set = NULL; variable
68 if (first_set) in s_rename_init()
80 for (; first_set;) in s_rename_destroy_all()
82 for (temp = first_set->first_rename; temp;) in s_rename_destroy_all()
90 to_free = first_set; in s_rename_destroy_all()
91 first_set = first_set->next_set; in s_rename_destroy_all()
103 if (first_set) in s_rename_next_set()
110 first_set = last_set = new_set; in s_rename_next_set()
244 if (first_set == NULL) in s_rename_add()
248 first_set = last_set = new_set; in s_rename_add()
[all …]
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoBitmask.h34 first_set = num_bits; in Clear()
40 first_set = 0; in Reset()
43 bool IsSet() const {return (first_set < num_bits);} in IsSet()
46 index = first_set; in GetFirstSet()
69 (index < first_set) ? (first_set = index) : 0; in Set()
82 (index == first_set) ? first_set = GetNextSet(first_set) ? first_set : num_bits : 0; in Unset()
117 UINT32 first_set; // index of lowest _set_ bit variable
/dports/sysutils/ipmitool/ipmitool-1.8.18/lib/
H A Dipmi_lanp6.c198 .is_set = 0, .first_set = 0, .has_blocks = 0, .first_block = 0,
203 .is_set = 0, .first_set = 0, .has_blocks = 0, .first_block = 0,
208 .is_set = 0, .first_set = 0, .has_blocks = 0, .first_block = 0,
213 .is_set = 0, .first_set = 0, .has_blocks = 0, .first_block = 0,
218 .is_set = 0, .first_set = 0, .has_blocks = 0, .first_block = 0,
223 .is_set = 0, .first_set = 0, .has_blocks = 0, .first_block = 0,
229 .is_set = 1, .first_set = 0, .has_blocks = 0, .first_block = 0,
234 .is_set = 0, .first_set = 0, .has_blocks = 0, .first_block = 0,
239 .is_set = 1, .first_set = 0, .has_blocks = 1, .first_block = 0,
244 .is_set = 1, .first_set = 0, .has_blocks = 0, .first_block = 0,
[all …]
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/lib/
H A Dbipartitions.cpp37 for (auto i = m_leaves.first_set(); i < m_leaves.last_set(); i = m_leaves.next_set(i)) { in get_first_set()
54 auto first_set = get_first_set(bip, alloc); in get_both_sets() local
55 auto second_set = first_set; in get_both_sets()
57 return {std::move(first_set), std::move(second_set)}; in get_both_sets()
H A Dsupertree_helpers.cpp9 for (auto c_i = c_occ.first_set(); c_i < c_occ.last_set(); c_i = c_occ.next_set(c_i)) { in filter_constraints()
21 for (auto c_i = c_occ.first_set(); c_i < c_occ.last_set(); c_i = c_occ.next_set(c_i)) { in apply_constraints()
H A Dbitvector.hpp77 index first_set() const;
124 return {*this, first_set()}; in begin()
177 index basic_bitvector<Alloc>::first_set() const { in first_set() function in terraces::basic_bitvector
/dports/www/phpbb3/phpBB3/phpbb/db/extractor/
H A Dmysql_extractor.php119 $first_set = true;
126 if ($first_set)
158 $first_set = true;
162 $first_set = false;
168 if (!$first_set && $query)
/dports/databases/postgis31/postgis-3.1.4/deps/wagyu/include/mapbox/geometry/wagyu/
H A Dwagyu.hpp76 bool first_set = false; in get_bounds() local
79 if (!first_set) { in get_bounds()
82 first_set = true; in get_bounds()
95 if (!first_set) { in get_bounds()
98 first_set = true; in get_bounds()
/dports/databases/postgis30/postgis-3.0.4/deps/wagyu/include/mapbox/geometry/wagyu/
H A Dwagyu.hpp76 bool first_set = false; in get_bounds() local
79 if (!first_set) { in get_bounds()
82 first_set = true; in get_bounds()
95 if (!first_set) { in get_bounds()
98 first_set = true; in get_bounds()
/dports/databases/postgis32/postgis-3.2.0/deps/wagyu/include/mapbox/geometry/wagyu/
H A Dwagyu.hpp76 bool first_set = false; in get_bounds() local
79 if (!first_set) { in get_bounds()
82 first_set = true; in get_bounds()
95 if (!first_set) { in get_bounds()
98 first_set = true; in get_bounds()
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/test/
H A Dbitvector.cpp40 CHECK(b.first_set() == 1);
79 CHECK(b.first_set() == 1);
80 CHECK(b2.first_set() == 128);
81 CHECK(b3.first_set() == 1042);
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dblkmap64_rb.c709 int first_set = -1; in rb_set_bmap_range() local
717 if (first_set == -1) in rb_set_bmap_range()
718 first_set = i; in rb_set_bmap_range()
722 if ((c == 0x00) && (first_set == -1)) { in rb_set_bmap_range()
728 if (first_set == -1) in rb_set_bmap_range()
729 first_set = i; in rb_set_bmap_range()
732 if (first_set == -1) in rb_set_bmap_range()
736 i - first_set, bp); in rb_set_bmap_range()
738 first_set = -1; in rb_set_bmap_range()
740 if (first_set != -1) { in rb_set_bmap_range()
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dblkmap64_rb.c709 int first_set = -1; in rb_set_bmap_range() local
717 if (first_set == -1) in rb_set_bmap_range()
718 first_set = i; in rb_set_bmap_range()
722 if ((c == 0x00) && (first_set == -1)) { in rb_set_bmap_range()
728 if (first_set == -1) in rb_set_bmap_range()
729 first_set = i; in rb_set_bmap_range()
732 if (first_set == -1) in rb_set_bmap_range()
736 i - first_set, bp); in rb_set_bmap_range()
738 first_set = -1; in rb_set_bmap_range()
740 if (first_set != -1) { in rb_set_bmap_range()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dblkmap64_rb.c709 int first_set = -1; in rb_set_bmap_range() local
717 if (first_set == -1) in rb_set_bmap_range()
718 first_set = i; in rb_set_bmap_range()
722 if ((c == 0x00) && (first_set == -1)) { in rb_set_bmap_range()
728 if (first_set == -1) in rb_set_bmap_range()
729 first_set = i; in rb_set_bmap_range()
732 if (first_set == -1) in rb_set_bmap_range()
736 i - first_set, bp); in rb_set_bmap_range()
738 first_set = -1; in rb_set_bmap_range()
740 if (first_set != -1) { in rb_set_bmap_range()
[all …]
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/generate/build_tables/
H A Ditem_set_builder.rs83 let first_set = &mut result.first_sets.entry(symbol).or_insert(TokenSet::new()); in new() localVariable
89 first_set.insert(current_symbol); in new()
259 pub fn first_set(&self, symbol: &Symbol) -> &TokenSet { in first_set() method
297 for (symbol, first_set) in &self.first_sets { in fmt()
308 TokenSetDisplay(first_set, &self.syntax_grammar, &self.lexical_grammar) in fmt()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/lr1/first/
H A Dmod.rs24 let first_set = this.map.entry(nt.clone()).or_insert_with(TokenSet::new); in new() localVariable
25 changed |= first_set.union_with(&lookahead); in new()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/lr1/first/
H A Dmod.rs24 let first_set = this in new() localVariable
28 changed |= first_set.union_with(&lookahead); in new()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/lr1/first/
H A Dmod.rs24 let first_set = this.map.entry(nt.clone()).or_insert_with(TokenSet::new); in new() localVariable
25 changed |= first_set.union_with(&lookahead); in new()
/dports/graphics/py-piexif/piexif-1.1.3/piexif/
H A D_dump.py90 first_set = _dict_to_bytes(first_ifd, "1st", offset)
132 thumbnail_pointer = (pointer_value + len(first_set[0]) + 24 +
133 4 + len(first_set[1]))
138 first_bytes = (first_set[0] + thumbnail_p_bytes +
140 first_set[1] + thumbnail)
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/search/
H A Dutils.py52 first_set = balanced_reduce(operator, seq[:break_point])
54 return operator(first_set, second_set)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c371 struct mlxsw_afa_set *first_set; member
417 if (!block->first_set) in mlxsw_afa_block_create()
427 block->cur_set->prev = block->first_set; in mlxsw_afa_block_create()
428 block->first_set->next = block->cur_set; in mlxsw_afa_block_create()
430 block->cur_set = block->first_set; in mlxsw_afa_block_create()
436 mlxsw_afa_set_destroy(block->first_set); in mlxsw_afa_block_create()
445 struct mlxsw_afa_set *set = block->first_set; in mlxsw_afa_block_destroy()
487 block->first_set = set; in mlxsw_afa_block_commit()
494 return block->first_set->ht_key.enc_actions; in mlxsw_afa_block_first_set()
509 if (WARN_ON(!block->first_set->next)) in mlxsw_afa_block_first_kvdl_index()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c371 struct mlxsw_afa_set *first_set; member
417 if (!block->first_set) in mlxsw_afa_block_create()
427 block->cur_set->prev = block->first_set; in mlxsw_afa_block_create()
428 block->first_set->next = block->cur_set; in mlxsw_afa_block_create()
430 block->cur_set = block->first_set; in mlxsw_afa_block_create()
436 mlxsw_afa_set_destroy(block->first_set); in mlxsw_afa_block_create()
445 struct mlxsw_afa_set *set = block->first_set; in mlxsw_afa_block_destroy()
487 block->first_set = set; in mlxsw_afa_block_commit()
494 return block->first_set->ht_key.enc_actions; in mlxsw_afa_block_first_set()
509 if (WARN_ON(!block->first_set->next)) in mlxsw_afa_block_first_kvdl_index()
[all …]

12345678910>>...13