/l4re-core-master/cxx/lib/util/src/ |
A D | alloc_list.cc | 65 Elem **min = 0; in alloc() local 70 if ((*c)->size >= size && (!min || (*min)->size > (*c)->size)) in alloc() 71 min = c; in alloc() 76 if (!min) in alloc() 80 if ((*min)->size > size) in alloc() 82 r = reinterpret_cast<char*>(*min) + ((*min)->size - size); in alloc() 83 (*min)->size -= size; in alloc() 87 r = *min; in alloc() 88 *min = (*min)->next; in alloc()
|
/l4re-core-master/l4re/util/libs/ |
A D | dataspace_svr.cc | 44 Dataspace::Map_addr min, in map() argument 48 int err = map_hook(offs, flags, min, max); in map() 65 min = l4_trunc_page(min); in map() 81 if (map_base < min) in map() 110 unsigned long sz = ds_size = cxx::min(ds_size, round_size() - offs); in clear() 115 unsigned long b_sz = cxx::min(ds_size - offs, sz); in clear()
|
/l4re-core-master/moe/server/src/ |
A D | dataspace_util.cc | 18 using cxx::min; 41 unsigned long b_sz = min(min(src_size, dst_size), sz); in __do_real_copy() 120 size = min(min(size, dst_sz - dst_offs), src_sz - src_offs); in __do_eager_copy() 161 = min(min(size, dst_sz - dst_offs), src_sz - src_offs); in __do_lazy_copy() 165 unsigned long cp_sz = min(copy_sz, dst_pg_sz - dst_align); in __do_lazy_copy() 221 = min(min(size, dst_sz - dst_offs), src_sz - src_offs); in __do_lazy_copy2() 225 unsigned long cp_sz = min(copy_sz, dst_pg_sz - dst_align); in __do_lazy_copy2()
|
A D | dataspace_cont.cc | 33 l4_addr_t min, l4_addr_t max) const in address() argument 38 min = l4_trunc_page(min); in address() 54 if (map_base < min) in address() 112 *size = cxx::min(*size, (l4_size_t)(this->size() - offset)); in dma_map()
|
A D | dataspace.cc | 25 using cxx::min; 29 l4_addr_t min, l4_addr_t max, L4::Ipc::Snd_fpage &memory) in map() argument 48 Address adr = address(offs, flags, hot_spot, min, max); in map() 127 unsigned long sz = min(size, round_size() - offs); in clear() 132 unsigned long b_sz = min(dst_a.sz() - dst_a.of(), sz); in clear()
|
/l4re-core-master/l4util/include/ |
A D | assert.h | 93 #define ASSERT_GREATER_EQ(val, min) \ argument 96 typeof(min) _min = min; \ 99 ASSERT_PRINTF(" "#val" (%lx) < "#min" (%lx)\n", (unsigned long)_val, (unsigned long)_min); \ 105 #define ASSERT_BETWEEN(val, min, max) \ argument 107 ASSERT_GREATER_EQ((val), (min));
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | random.h | 93 min() const in _GLIBCXX_VISIBILITY() 165 min() const in _GLIBCXX_VISIBILITY() 304 min() const in _GLIBCXX_VISIBILITY() 419 min() const in _GLIBCXX_VISIBILITY() 596 min() const in _GLIBCXX_VISIBILITY() 791 min() const in _GLIBCXX_VISIBILITY() 963 min() const in _GLIBCXX_VISIBILITY() 1173 min() const in _GLIBCXX_VISIBILITY() 1363 min() const in _GLIBCXX_VISIBILITY() 1515 min() const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/ |
A D | random.h | 93 min() const in _GLIBCXX_VISIBILITY() 165 min() const in _GLIBCXX_VISIBILITY() 304 min() const in _GLIBCXX_VISIBILITY() 419 min() const in _GLIBCXX_VISIBILITY() 596 min() const in _GLIBCXX_VISIBILITY() 791 min() const in _GLIBCXX_VISIBILITY() 963 min() const in _GLIBCXX_VISIBILITY() 1173 min() const in _GLIBCXX_VISIBILITY() 1363 min() const in _GLIBCXX_VISIBILITY() 1515 min() const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/ |
A D | random.h | 93 min() const in _GLIBCXX_VISIBILITY() 165 min() const in _GLIBCXX_VISIBILITY() 304 min() const in _GLIBCXX_VISIBILITY() 419 min() const in _GLIBCXX_VISIBILITY() 596 min() const in _GLIBCXX_VISIBILITY() 791 min() const in _GLIBCXX_VISIBILITY() 963 min() const in _GLIBCXX_VISIBILITY() 1173 min() const in _GLIBCXX_VISIBILITY() 1363 min() const in _GLIBCXX_VISIBILITY() 1515 min() const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/ |
A D | random.h | 93 min() const in _GLIBCXX_VISIBILITY() 165 min() const in _GLIBCXX_VISIBILITY() 300 min() const in _GLIBCXX_VISIBILITY() 415 min() const in _GLIBCXX_VISIBILITY() 592 min() const in _GLIBCXX_VISIBILITY() 787 min() const in _GLIBCXX_VISIBILITY() 959 min() const in _GLIBCXX_VISIBILITY() 1169 min() const in _GLIBCXX_VISIBILITY() 1359 min() const in _GLIBCXX_VISIBILITY() 1511 min() const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/ |
A D | random.h | 93 min() const in _GLIBCXX_VISIBILITY() 165 min() const in _GLIBCXX_VISIBILITY() 300 min() const in _GLIBCXX_VISIBILITY() 415 min() const in _GLIBCXX_VISIBILITY() 592 min() const in _GLIBCXX_VISIBILITY() 787 min() const in _GLIBCXX_VISIBILITY() 959 min() const in _GLIBCXX_VISIBILITY() 1169 min() const in _GLIBCXX_VISIBILITY() 1359 min() const in _GLIBCXX_VISIBILITY() 1511 min() const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/ |
A D | random.h | 93 min() const in _GLIBCXX_VISIBILITY() 165 min() const in _GLIBCXX_VISIBILITY() 300 min() const in _GLIBCXX_VISIBILITY() 415 min() const in _GLIBCXX_VISIBILITY() 592 min() const in _GLIBCXX_VISIBILITY() 787 min() const in _GLIBCXX_VISIBILITY() 959 min() const in _GLIBCXX_VISIBILITY() 1169 min() const in _GLIBCXX_VISIBILITY() 1359 min() const in _GLIBCXX_VISIBILITY() 1511 min() const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/ |
A D | random.h | 93 min() const in _GLIBCXX_VISIBILITY() 165 min() const in _GLIBCXX_VISIBILITY() 300 min() const in _GLIBCXX_VISIBILITY() 415 min() const in _GLIBCXX_VISIBILITY() 592 min() const in _GLIBCXX_VISIBILITY() 787 min() const in _GLIBCXX_VISIBILITY() 959 min() const in _GLIBCXX_VISIBILITY() 1169 min() const in _GLIBCXX_VISIBILITY() 1359 min() const in _GLIBCXX_VISIBILITY() 1511 min() const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | random.h | 93 min() const in _GLIBCXX_VISIBILITY() 165 min() const in _GLIBCXX_VISIBILITY() 304 min() const in _GLIBCXX_VISIBILITY() 419 min() const in _GLIBCXX_VISIBILITY() 596 min() const in _GLIBCXX_VISIBILITY() 791 min() const in _GLIBCXX_VISIBILITY() 963 min() const in _GLIBCXX_VISIBILITY() 1173 min() const in _GLIBCXX_VISIBILITY() 1363 min() const in _GLIBCXX_VISIBILITY() 1515 min() const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_attr_setschedparam.c | 34 int min = sched_get_priority_min (iattr->schedpolicy); in __pthread_attr_setschedparam() local 36 if (min == -1 || max == -1 in __pthread_attr_setschedparam() 37 || param->sched_priority > max || param->sched_priority < min) in __pthread_attr_setschedparam()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | features.h | 135 # define __GNUC_PREREQ(maj, min) \ argument 136 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min)) 138 # define __GNUC_PREREQ(maj, min) 0 argument 399 #define __GLIBC_PREREQ(maj, min) \ argument 400 ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/profile/impl/ |
A D | profiler_container_size.h | 88 _M_min = std::min(_M_min, __o._M_min); in __merge() 89 _M_item_min = std::min(_M_item_min, __o._M_item_min); in __merge() 110 _M_min = std::min(_M_min, __num); in __destruct() 111 _M_item_min = std::min(_M_item_min, __inum); in __destruct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/profile/impl/ |
A D | profiler_container_size.h | 88 _M_min = std::min(_M_min, __o._M_min); in __merge() 89 _M_item_min = std::min(_M_item_min, __o._M_item_min); in __merge() 110 _M_min = std::min(_M_min, __num); in __destruct() 111 _M_item_min = std::min(_M_item_min, __inum); in __destruct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/profile/impl/ |
A D | profiler_container_size.h | 88 _M_min = std::min(_M_min, __o._M_min); in __merge() 89 _M_item_min = std::min(_M_item_min, __o._M_item_min); in __merge() 110 _M_min = std::min(_M_min, __num); in __destruct() 111 _M_item_min = std::min(_M_item_min, __inum); in __destruct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/profile/impl/ |
A D | profiler_container_size.h | 88 _M_min = std::min(_M_min, __o._M_min); in __merge() 89 _M_item_min = std::min(_M_item_min, __o._M_item_min); in __merge() 110 _M_min = std::min(_M_min, __num); in __destruct() 111 _M_item_min = std::min(_M_item_min, __inum); in __destruct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/profile/impl/ |
A D | profiler_container_size.h | 88 _M_min = std::min(_M_min, __o._M_min); in __merge() 89 _M_item_min = std::min(_M_item_min, __o._M_item_min); in __merge() 110 _M_min = std::min(_M_min, __num); in __destruct() 111 _M_item_min = std::min(_M_item_min, __inum); in __destruct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/parallel/ |
A D | find.h | 200 __sequential_search_size = std::min<_DifferenceType> in __find_template() 237 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template() 276 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template() 328 _DifferenceType __sequential_search_size = std::min<_DifferenceType> in __find_template() 359 _DifferenceType __stop = std::min<_DifferenceType>(__length, in __find_template() 391 __stop = std::min<_DifferenceType>(__length, in __find_template()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/parallel/ |
A D | find.h | 200 __sequential_search_size = std::min<_DifferenceType> in __find_template() 237 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template() 276 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template() 328 _DifferenceType __sequential_search_size = std::min<_DifferenceType> in __find_template() 359 _DifferenceType __stop = std::min<_DifferenceType>(__length, in __find_template() 391 __stop = std::min<_DifferenceType>(__length, in __find_template()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/parallel/ |
A D | find.h | 200 __sequential_search_size = std::min<_DifferenceType> in __find_template() 237 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template() 276 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template() 328 _DifferenceType __sequential_search_size = std::min<_DifferenceType> in __find_template() 359 _DifferenceType __stop = std::min<_DifferenceType>(__length, in __find_template() 391 __stop = std::min<_DifferenceType>(__length, in __find_template()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/parallel/ |
A D | find.h | 200 __sequential_search_size = std::min<_DifferenceType> in __find_template() 237 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template() 276 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template() 328 _DifferenceType __sequential_search_size = std::min<_DifferenceType> in __find_template() 359 _DifferenceType __stop = std::min<_DifferenceType>(__length, in __find_template() 391 __stop = std::min<_DifferenceType>(__length, in __find_template()
|