HelenOS sources

set               103 kernel/arch/sparc64/include/arch/sun4v/hypercall.h 	set function_number, %o5; \
set               247 kernel/genarch/include/genarch/drivers/omap/irc.h 	const unsigned set = inum / 32;
set               249 kernel/genarch/include/genarch/drivers/omap/irc.h 	regs->interrupts[set].mir_clear = (1 << pos);
set               260 kernel/genarch/include/genarch/drivers/omap/irc.h 	const unsigned set = inum / 32;
set               262 kernel/genarch/include/genarch/drivers/omap/irc.h 	regs->interrupts[set].mir_set = (1 << pos);
set               341 uspace/app/tetris/screen.c void scr_msg(char *s, bool set)
set               347 uspace/app/tetris/screen.c 	if (set)
set               321 uspace/dist/src/c/demos/tetris/screen.c void scr_msg(char *s, bool set)
set               327 uspace/dist/src/c/demos/tetris/screen.c 	if (set)
set               121 uspace/drv/block/ata_bd/ata_bd.c static errno_t wait_status(ata_ctrl_t *ctrl, unsigned set, unsigned n_reset,
set              1315 uspace/drv/block/ata_bd/ata_bd.c static errno_t wait_status(ata_ctrl_t *ctrl, unsigned set, unsigned n_reset,
set              1330 uspace/drv/block/ata_bd/ata_bd.c 	while ((status & ~n_reset) != 0 || (status & set) != set) {
set              1339 uspace/drv/block/ata_bd/ata_bd.c 	while ((status & ~n_reset) != 0 || (status & set) != set) {
set                55 uspace/drv/bus/usb/xhci/debug.c #define DUMP_REG_INNER(set, title, field, size, type, ...) \
set                56 uspace/drv/bus/usb/xhci/debug.c 	DUMP_REG_##type(&(set)->field, title, size, ##__VA_ARGS__)
set                58 uspace/drv/bus/usb/xhci/debug.c #define DUMP_REG(set, c) DUMP_REG_INNER(set, #c, c)
set                76 uspace/drv/bus/usb/xhci/hw_struct/common.h 	const uint32_t set = host2xhci(32, value << lo);
set                77 uspace/drv/bus/usb/xhci/hw_struct/common.h 	*storage = (*storage & ~mask) | set;
set                92 uspace/drv/bus/usb/xhci/hw_struct/common.h 	const uint64_t set = host2xhci(64, value << lo);
set                93 uspace/drv/bus/usb/xhci/hw_struct/common.h 	*storage = (*storage & ~mask) | set;
set               130 uspace/lib/cpp/include/__bits/adt/bitset.hpp                         set(i, false);
set               132 uspace/lib/cpp/include/__bits/adt/bitset.hpp                         set(i, true);
set               182 uspace/lib/cpp/include/__bits/adt/bitset.hpp                         set(i - 1, false);
set               184 uspace/lib/cpp/include/__bits/adt/bitset.hpp                         set(i - 1, test(i - 1 - pos));
set               195 uspace/lib/cpp/include/__bits/adt/bitset.hpp                         set(i, false);
set               197 uspace/lib/cpp/include/__bits/adt/bitset.hpp                         set(i, test(i + pos));
set               206 uspace/lib/cpp/include/__bits/adt/bitset.hpp                     set(i);
set               251 uspace/lib/cpp/include/__bits/adt/bitset.hpp                 return set(pos, !test(pos));
set               433 uspace/lib/cpp/include/__bits/adt/bitset.hpp         size_t operator()(const bitset<N>& set) const noexcept
set               435 uspace/lib/cpp/include/__bits/adt/bitset.hpp             return hash<unsigned long long>{}(set.to_ullong());
set               466 uspace/lib/cpp/include/__bits/adt/bitset.hpp     operator>>(basic_istream<Char, Traits>& is, bitset<N>& set)
set               494 uspace/lib/cpp/include/__bits/adt/bitset.hpp         set = bitset<N>{str};
set               501 uspace/lib/cpp/include/__bits/adt/bitset.hpp     operator<<(basic_ostream<Char, Traits>& os, const bitset<N>& set)
set               503 uspace/lib/cpp/include/__bits/adt/bitset.hpp         return os << set.template to_string<Char, Traits, allocator<Char>>(
set                80 uspace/lib/cpp/include/__bits/adt/set.hpp                 : set{key_compare{}}
set                92 uspace/lib/cpp/include/__bits/adt/set.hpp                 : set{comp, alloc}
set                97 uspace/lib/cpp/include/__bits/adt/set.hpp             set(const set& other)
set                98 uspace/lib/cpp/include/__bits/adt/set.hpp                 : set{other, other.allocator_}
set               101 uspace/lib/cpp/include/__bits/adt/set.hpp             set(set&& other)
set               109 uspace/lib/cpp/include/__bits/adt/set.hpp             set(const set& other, const allocator_type& alloc)
set               113 uspace/lib/cpp/include/__bits/adt/set.hpp             set(set&& other, const allocator_type& alloc)
set               120 uspace/lib/cpp/include/__bits/adt/set.hpp                 : set{comp, alloc}
set               128 uspace/lib/cpp/include/__bits/adt/set.hpp                 : set{first, last, key_compare{}, alloc}
set               133 uspace/lib/cpp/include/__bits/adt/set.hpp                 : set{init, key_compare{}, alloc}
set               139 uspace/lib/cpp/include/__bits/adt/set.hpp             set& operator=(const set& other)
set               147 uspace/lib/cpp/include/__bits/adt/set.hpp             set& operator=(set&& other)
set               157 uspace/lib/cpp/include/__bits/adt/set.hpp             set& operator=(initializer_list<value_type>& init)
set               310 uspace/lib/cpp/include/__bits/adt/set.hpp             void swap(set& other)
set               471 uspace/lib/cpp/include/__bits/adt/set.hpp             friend bool operator==(const set<K, C, A>&,
set               472 uspace/lib/cpp/include/__bits/adt/set.hpp                                    const set<K, C, A>&);
set               476 uspace/lib/cpp/include/__bits/adt/set.hpp     bool operator==(const set<Key, Compare, Allocator>& lhs,
set               477 uspace/lib/cpp/include/__bits/adt/set.hpp                     const set<Key, Compare, Allocator>& rhs)
set               483 uspace/lib/cpp/include/__bits/adt/set.hpp     bool operator<(const set<Key, Compare, Allocator>& lhs,
set               484 uspace/lib/cpp/include/__bits/adt/set.hpp                    const set<Key, Compare, Allocator>& rhs)
set               494 uspace/lib/cpp/include/__bits/adt/set.hpp     bool operator!=(const set<Key, Compare, Allocator>& lhs,
set               495 uspace/lib/cpp/include/__bits/adt/set.hpp                     const set<Key, Compare, Allocator>& rhs)
set               501 uspace/lib/cpp/include/__bits/adt/set.hpp     bool operator>(const set<Key, Compare, Allocator>& lhs,
set               502 uspace/lib/cpp/include/__bits/adt/set.hpp                    const set<Key, Compare, Allocator>& rhs)
set               508 uspace/lib/cpp/include/__bits/adt/set.hpp     bool operator>=(const set<Key, Compare, Allocator>& lhs,
set               509 uspace/lib/cpp/include/__bits/adt/set.hpp                     const set<Key, Compare, Allocator>& rhs)
set               515 uspace/lib/cpp/include/__bits/adt/set.hpp     bool operator<=(const set<Key, Compare, Allocator>& lhs,
set               516 uspace/lib/cpp/include/__bits/adt/set.hpp                     const set<Key, Compare, Allocator>& rhs)
set                68 uspace/lib/cpp/include/__bits/thread/shared_state.hpp             void mark_set(bool set = true) noexcept
set                70 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                 value_set_ = set;
set                78 uspace/lib/cpp/include/__bits/thread/shared_state.hpp             void set_exception(exception_ptr ptr, bool set = true)
set                81 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                 has_exception_ = set;
set               199 uspace/lib/cpp/include/__bits/thread/shared_state.hpp             void set_value(const R& val, bool set)
set               208 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                 value_set_ = set;
set               211 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                 if (set)
set               215 uspace/lib/cpp/include/__bits/thread/shared_state.hpp             void set_value(R&& val, bool set = true)
set               219 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                 value_set_ = set;
set               222 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                 if (set)
set               156 uspace/lib/cpp/src/__bits/test/bitset.cpp         b1.set(3);
set               182 uspace/lib/cpp/src/__bits/test/bitset.cpp         b1.set();
set                62 uspace/lib/cpp/src/__bits/test/set.cpp         std::set<int> s1{src1};
set                70 uspace/lib/cpp/src/__bits/test/set.cpp         std::set<int> s2{src1.begin(), src1.end()};
set                77 uspace/lib/cpp/src/__bits/test/set.cpp         std::set<int> s3{s1};
set                84 uspace/lib/cpp/src/__bits/test/set.cpp         std::set<int> s4{std::move(s1)};
set               118 uspace/lib/cpp/src/__bits/test/set.cpp         std::set<int> set1{};
set               136 uspace/lib/cpp/src/__bits/test/set.cpp         std::set<std::string> set2{};
set               161 uspace/lib/cpp/src/__bits/test/set.cpp         std::set<int> set3{};
set               182 uspace/lib/cpp/src/__bits/test/set.cpp         std::set<int> set{};
set               184 uspace/lib/cpp/src/__bits/test/set.cpp             set.insert(i);
set               186 uspace/lib/cpp/src/__bits/test/set.cpp             set.insert(i);
set               188 uspace/lib/cpp/src/__bits/test/set.cpp         auto res1 = set.lower_bound(5);
set               191 uspace/lib/cpp/src/__bits/test/set.cpp         auto res2 = set.lower_bound(13);
set               194 uspace/lib/cpp/src/__bits/test/set.cpp         auto res3 = set.upper_bound(7);
set               197 uspace/lib/cpp/src/__bits/test/set.cpp         auto res4 = set.upper_bound(12);
set               200 uspace/lib/cpp/src/__bits/test/set.cpp         auto res5 = set.equal_range(4);
set               204 uspace/lib/cpp/src/__bits/test/set.cpp         auto res6 = set.equal_range(14);
set               264 uspace/lib/cpp/src/__bits/test/set.cpp         std::set<int> set{src2};
set               268 uspace/lib/cpp/src/__bits/test/set.cpp             set.rbegin(), set.rend()
set                52 uspace/lib/nic/include/nic_addr_db.h 	hash_table_t set;
set               129 uspace/lib/nic/src/nic_addr_db.c 	if (!hash_table_create(&db->set, 0, 0, &set_ops))
set               144 uspace/lib/nic/src/nic_addr_db.c 	hash_table_clear(&db->set);
set               155 uspace/lib/nic/src/nic_addr_db.c 	hash_table_destroy(&db->set);
set               178 uspace/lib/nic/src/nic_addr_db.c 	if (hash_table_find(&db->set, &key))
set               188 uspace/lib/nic/src/nic_addr_db.c 	hash_table_insert(&db->set, &entry->link);
set               210 uspace/lib/nic/src/nic_addr_db.c 	if (hash_table_remove(&db->set, &key))
set               233 uspace/lib/nic/src/nic_addr_db.c 	return 0 != hash_table_find(&db->set, &key);
set               267 uspace/lib/nic/src/nic_addr_db.c 	hash_table_apply((hash_table_t *)&db->set, nic_addr_db_fe_helper, &hs);
set               215 uspace/lib/posix/include/posix/signal.h extern int sigemptyset(sigset_t *set);
set               216 uspace/lib/posix/include/posix/signal.h extern int sigfillset(sigset_t *set);
set               217 uspace/lib/posix/include/posix/signal.h extern int sigaddset(sigset_t *set, int signo);
set               218 uspace/lib/posix/include/posix/signal.h extern int sigdelset(sigset_t *set, int signo);
set               219 uspace/lib/posix/include/posix/signal.h extern int sigismember(const sigset_t *set, int signo);
set               221 uspace/lib/posix/include/posix/signal.h extern int thread_sigmask(int how, const sigset_t *__restrict__ set,
set               223 uspace/lib/posix/include/posix/signal.h extern int sigprocmask(int how, const sigset_t *__restrict__ set,
set               164 uspace/lib/posix/src/signal.c int sigemptyset(sigset_t *set)
set               166 uspace/lib/posix/src/signal.c 	assert(set != NULL);
set               168 uspace/lib/posix/src/signal.c 	*set = 0;
set               178 uspace/lib/posix/src/signal.c int sigfillset(sigset_t *set)
set               180 uspace/lib/posix/src/signal.c 	assert(set != NULL);
set               182 uspace/lib/posix/src/signal.c 	*set = UINT32_MAX;
set               193 uspace/lib/posix/src/signal.c int sigaddset(sigset_t *set, int signo)
set               195 uspace/lib/posix/src/signal.c 	assert(set != NULL);
set               197 uspace/lib/posix/src/signal.c 	*set |= (1 << signo);
set               208 uspace/lib/posix/src/signal.c int sigdelset(sigset_t *set, int signo)
set               210 uspace/lib/posix/src/signal.c 	assert(set != NULL);
set               212 uspace/lib/posix/src/signal.c 	*set &= ~(1 << signo);
set               223 uspace/lib/posix/src/signal.c int sigismember(const sigset_t *set, int signo)
set               225 uspace/lib/posix/src/signal.c 	assert(set != NULL);
set               227 uspace/lib/posix/src/signal.c 	return (*set & (1 << signo)) != 0;
set               514 uspace/lib/posix/src/signal.c int thread_sigmask(int how, const sigset_t *restrict set,
set               522 uspace/lib/posix/src/signal.c 	if (set != NULL) {
set               525 uspace/lib/posix/src/signal.c 			_signal_mask |= *set;
set               528 uspace/lib/posix/src/signal.c 			_signal_mask &= ~*set;
set               531 uspace/lib/posix/src/signal.c 			_signal_mask = *set;
set               554 uspace/lib/posix/src/signal.c int sigprocmask(int how, const sigset_t *restrict set,
set               557 uspace/lib/posix/src/signal.c 	int result = thread_sigmask(how, set, oset);
HelenOS homepage, sources at GitHub