Searched refs:roundup (Results 1 – 9 of 9) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/generic/ |
A D | libc-tls.c | 103 GL(dl_tls_static_size) = roundup (memsz + GL(dl_tls_static_size), in init_static_tls() 150 tcb_offset = roundup (memsz + GL(dl_tls_static_size), tcbalign); in __libc_setup_tls() 153 tcb_offset = roundup (tcbsize, align ?: 1); in __libc_setup_tls() 174 - roundup (memsz, align ?: 1)); in __libc_setup_tls() 175 static_map.l_tls_offset = roundup (memsz, align ?: 1); in __libc_setup_tls() 215 memsz = roundup (memsz, align ?: 1); in __libc_setup_tls()
|
A D | dl-tls.c | 120 size_t offset = roundup (_dl_tls_static_used, map->l_tls_align); in _dl_allocate_static_tls() 276 off = roundup (freetop + slotinfo[cnt].map->l_tls_blocksize in _dl_determine_tlsoffset() 290 off = roundup (offset + slotinfo[cnt].map->l_tls_blocksize - firstbyte, in _dl_determine_tlsoffset() 306 GL(dl_tls_static_size) = (roundup (offset + TLS_STATIC_SURPLUS, max_align) in _dl_determine_tlsoffset() 324 off = roundup (freebottom, slotinfo[cnt].map->l_tls_align); in _dl_determine_tlsoffset() 336 off = roundup (offset, slotinfo[cnt].map->l_tls_align); in _dl_determine_tlsoffset() 351 GL(dl_tls_static_size) = roundup (offset + TLS_STATIC_SURPLUS, in _dl_determine_tlsoffset()
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/generic/ |
A D | libc-tls.cc | 111 GL(dl_tls_static_size) = roundup (memsz + GL(dl_tls_static_size), in init_static_tls() 173 tcb_offset = roundup (memsz + GL(dl_tls_static_size), tcbalign); in __libc_setup_tls() 176 tcb_offset = roundup (tcbsize, align ?: 1); in __libc_setup_tls() 198 - roundup (memsz, align ?: 1)); in __libc_setup_tls() 199 static_map.l_tls_offset = roundup (memsz, align ?: 1); in __libc_setup_tls() 238 memsz = roundup (memsz, align ?: 1); in __libc_setup_tls()
|
A D | dl-tls.c | 120 size_t offset = roundup (_dl_tls_static_used, map->l_tls_align); in _dl_allocate_static_tls() 276 off = roundup (freetop + slotinfo[cnt].map->l_tls_blocksize in _dl_determine_tlsoffset() 290 off = roundup (offset + slotinfo[cnt].map->l_tls_blocksize - firstbyte, in _dl_determine_tlsoffset() 306 GL(dl_tls_static_size) = (roundup (offset + TLS_STATIC_SURPLUS, max_align) in _dl_determine_tlsoffset() 324 off = roundup (freebottom, slotinfo[cnt].map->l_tls_align); in _dl_determine_tlsoffset() 336 off = roundup (offset, slotinfo[cnt].map->l_tls_align); in _dl_determine_tlsoffset() 351 GL(dl_tls_static_size) = roundup (offset + TLS_STATIC_SURPLUS, in _dl_determine_tlsoffset()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | param.h | 64 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ macro 68 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | poll.c | 86 max_fd_size = roundup (f->fd, __NFDBITS);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | attr.c | 186 guardsize = roundup (guardsize, ps); in libpthread_hidden_def()
|
A D | manager.c | 373 stacksize = MIN(stacksize, roundup(attr->__stacksize, pagesize)); in pthread_allocate_stack()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | init.c | 388 __static_tls_size = roundup (__static_tls_size, static_tls_align); in __pthread_initialize_minimal_internal()
|
Completed in 22 milliseconds