Home
last modified time | relevance | path

Searched refs:dot_state (Results 1 – 11 of 11) sorted by relevance

/dports/math/spot/spot-2.10.2/tests/core/
H A Dngraph.cc27 dot_state(std::ostream& out, const spot::digraph<SL, TL>& g, unsigned n) in dot_state() function
34 dot_state(std::ostream& out, const spot::digraph<void, TL>&, unsigned) in dot_state() function
41 dot_state(std::ostream& out, const spot::digraph<SL, TL>& g, unsigned n, in dot_state() function
49 dot_state(std::ostream& out, const spot::digraph<void, TL>&, unsigned, in dot_state() function
80 dot_state(out, g, s); in dot()
100 dot_state(out, gg, s, g.get_name(s)); in dot()
H A Dgraph.cc26 dot_state(std::ostream& out, spot::digraph<SL, TL>& g, unsigned n) in dot_state() function
33 dot_state(std::ostream& out, spot::digraph<void, TL>&, unsigned) in dot_state() function
62 dot_state(out, g, s); in dot()
/dports/math/py-spot/spot-2.10.2/tests/core/
H A Dngraph.cc27 dot_state(std::ostream& out, const spot::digraph<SL, TL>& g, unsigned n) in dot_state() function
34 dot_state(std::ostream& out, const spot::digraph<void, TL>&, unsigned) in dot_state() function
41 dot_state(std::ostream& out, const spot::digraph<SL, TL>& g, unsigned n, in dot_state() function
49 dot_state(std::ostream& out, const spot::digraph<void, TL>&, unsigned, in dot_state() function
80 dot_state(out, g, s); in dot()
100 dot_state(out, gg, s, g.get_name(s)); in dot()
H A Dgraph.cc26 dot_state(std::ostream& out, spot::digraph<SL, TL>& g, unsigned n) in dot_state() function
33 dot_state(std::ostream& out, spot::digraph<void, TL>&, unsigned) in dot_state() function
62 dot_state(out, g, s); in dot()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/e2fsck/
H A Dpass2.c1047 int dot_state; in check_dir_block() local
1139 dot_state = 2; in check_dir_block()
1141 dot_state = 0; in check_dir_block()
1395 if (dot_state == 0) { in check_dir_block()
1418 if (dot_state == 0) { in check_dir_block()
1421 } else if (dot_state == 1) { in check_dir_block()
1594 if (dot_state > 1 && in check_dir_block()
1617 if (dot_state > 1) in check_dir_block()
1640 if ((dot_state > 1) && in check_dir_block()
1688 if (dot_state == 1) { in check_dir_block()
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/e2fsck/
H A Dpass2.c1047 int dot_state; in check_dir_block() local
1139 dot_state = 2; in check_dir_block()
1141 dot_state = 0; in check_dir_block()
1395 if (dot_state == 0) { in check_dir_block()
1418 if (dot_state == 0) { in check_dir_block()
1421 } else if (dot_state == 1) { in check_dir_block()
1594 if (dot_state > 1 && in check_dir_block()
1617 if (dot_state > 1) in check_dir_block()
1640 if ((dot_state > 1) && in check_dir_block()
1688 if (dot_state == 1) { in check_dir_block()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/e2fsck/
H A Dpass2.c1047 int dot_state; in check_dir_block() local
1139 dot_state = 2; in check_dir_block()
1141 dot_state = 0; in check_dir_block()
1395 if (dot_state == 0) { in check_dir_block()
1418 if (dot_state == 0) { in check_dir_block()
1421 } else if (dot_state == 1) { in check_dir_block()
1594 if (dot_state > 1 && in check_dir_block()
1617 if (dot_state > 1) in check_dir_block()
1640 if ((dot_state > 1) && in check_dir_block()
1688 if (dot_state == 1) { in check_dir_block()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/firewire/digi00x/
H A Damdtp-dot.c37 struct dot_state { struct
45 struct dot_state state; argument
101 static void dot_encode_step(struct dot_state *state, __be32 *const buffer) in dot_encode_step()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/firewire/digi00x/
H A Damdtp-dot.c37 struct dot_state { struct
45 struct dot_state state; argument
101 static void dot_encode_step(struct dot_state *state, __be32 *const buffer) in dot_encode_step()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/firewire/digi00x/
H A Damdtp-dot.c37 struct dot_state { struct
45 struct dot_state state; argument
101 static void dot_encode_step(struct dot_state *state, __be32 *const buffer) in dot_encode_step()
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Drcsolve.py92 dot_energy, dot_state = Hsys.eigenstates(sparse=sparse)