/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | sem_open.c | 148 const struct inuse_sem *bs = (const struct inuse_sem *) b; in __sem_search() local 150 if (as->ino != bs->ino) in __sem_search() 152 return as->ino < bs->ino ? -1 : (as->ino == bs->ino ? 0 : 1); in __sem_search() 154 if (as->dev != bs->dev) in __sem_search() 156 return as->dev < bs->dev ? -1 : (as->dev == bs->dev ? 0 : 1); in __sem_search() 158 return strcmp (as->name, bs->name); in __sem_search()
|
/l4re-core-master/sigma0/server/src/ |
A D | region.h | 57 static Region bs(unsigned long start, unsigned long size, unsigned owner = 0, 68 { return bs(start, end - start, owner, rights); }
|
A D | memmap.cc | 123 addr = m->alloc(Region::bs(send_addr, 1UL << send_order, t)); in map_mem() 130 r = Region::bs(send_addr, 1UL << send_order); in map_mem() 167 Region r = Region::bs(l4_trunc_page(pfa), L4_PAGESIZE, t, dr); in handle_page_fault()
|
A D | ioports_x86.cc | 42 io_ports.alloc(Region::bs(port, 1UL << size, t, L4_FPAGE_RW)); in handle_io_page_fault()
|
A D | mem_man.cc | 365 Region a = Region::bs(l4_round_page(n->end() - L4_PAGESIZE - 1), in morecore() 407 Region a = Region::bs((n->start() + size - 1) & ~(size - 1), size, owner); in alloc_first()
|
/l4re-core-master/moe/server/src/ |
A D | dataspace.h | 54 unsigned long bs() const throw() { return fpage.raw & L4_FPAGE_ADDR_MASK; } in bs() function 60 T adr() const throw() { return (T)(bs() + offs); } in adr() 62 void *adr() const throw() { return (void*)(bs() + offs); } in adr()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | cow-stdexcept.cc | 234 bs_type *bs = (bs_type*) that; in _txnal_cow_string_C1_for_exceptions() local 270 new (&bs->_M_dataplus) bs_type::_Alloc_hider(rep->_M_refdata(), in _txnal_cow_string_C1_for_exceptions() 295 const bs_type *bs = (const bs_type*) that; in _txnal_cow_string_c_str() local 297 return (const char*) txnal_read_ptr((void**)&bs->_M_dataplus._M_p); in _txnal_cow_string_c_str()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | cow-stdexcept.cc | 234 bs_type *bs = (bs_type*) that; in _txnal_cow_string_C1_for_exceptions() local 270 new (&bs->_M_dataplus) bs_type::_Alloc_hider(rep->_M_refdata(), in _txnal_cow_string_C1_for_exceptions() 295 const bs_type *bs = (const bs_type*) that; in _txnal_cow_string_c_str() local 297 return (const char*) txnal_read_ptr((void**)&bs->_M_dataplus._M_p); in _txnal_cow_string_c_str()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | cow-stdexcept.cc | 234 bs_type *bs = (bs_type*) that; in _txnal_cow_string_C1_for_exceptions() local 270 new (&bs->_M_dataplus) bs_type::_Alloc_hider(rep->_M_refdata(), in _txnal_cow_string_C1_for_exceptions() 295 const bs_type *bs = (const bs_type*) that; in _txnal_cow_string_c_str() local 297 return (const char*) txnal_read_ptr((void**)&bs->_M_dataplus._M_p); in _txnal_cow_string_c_str()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | cow-stdexcept.cc | 268 bs_type *bs = (bs_type*) that; in _txnal_cow_string_C1_for_exceptions() local 304 new (&bs->_M_dataplus) bs_type::_Alloc_hider(rep->_M_refdata(), in _txnal_cow_string_C1_for_exceptions() 329 const bs_type *bs = (const bs_type*) that; in _txnal_cow_string_c_str() local 331 return (const char*) txnal_read_ptr((void**)&bs->_M_dataplus._M_p); in _txnal_cow_string_c_str()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | cow-stdexcept.cc | 268 bs_type *bs = (bs_type*) that; in _txnal_cow_string_C1_for_exceptions() local 304 new (&bs->_M_dataplus) bs_type::_Alloc_hider(rep->_M_refdata(), in _txnal_cow_string_C1_for_exceptions() 329 const bs_type *bs = (const bs_type*) that; in _txnal_cow_string_c_str() local 331 return (const char*) txnal_read_ptr((void**)&bs->_M_dataplus._M_p); in _txnal_cow_string_c_str()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | cow-stdexcept.cc | 268 bs_type *bs = (bs_type*) that; in _txnal_cow_string_C1_for_exceptions() local 304 new (&bs->_M_dataplus) bs_type::_Alloc_hider(rep->_M_refdata(), in _txnal_cow_string_C1_for_exceptions() 329 const bs_type *bs = (const bs_type*) that; in _txnal_cow_string_c_str() local 331 return (const char*) txnal_read_ptr((void**)&bs->_M_dataplus._M_p); in _txnal_cow_string_c_str()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/po/ |
A D | Makefile.in | 42 bs=\\; \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/python/ |
A D | Makefile.in | 43 bs=\\; \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/po/ |
A D | Makefile.in | 42 bs=\\; \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/po/ |
A D | Makefile.in | 42 bs=\\; \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/python/ |
A D | Makefile.in | 43 bs=\\; \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/python/ |
A D | Makefile.in | 43 bs=\\; \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/ |
A D | Makefile.in | 43 bs=\\; \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/ |
A D | Makefile.in | 43 bs=\\; \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/ |
A D | Makefile.in | 43 bs=\\; \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++20/ |
A D | Makefile.in | 43 bs=\\; \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/ |
A D | Makefile.in | 43 bs=\\; \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | Makefile.in | 43 bs=\\; \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/ |
A D | Makefile.in | 43 bs=\\; \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|