Home
last modified time | relevance | path

Searched refs:runtime_roundupsize (Results 1 – 15 of 15) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dgo-string-to-byte-array.c19 cap = runtime_roundupsize (str.len); in __go_string_to_byte_array()
H A Dgo-string-to-int-array.c39 mem = runtime_roundupsize (c * sizeof (uint32_t)); in __go_string_to_int_array()
H A Dgo-append.c61 capmem = runtime_roundupsize (m * element_size); in __go_append()
H A Dmsize.c164 runtime_roundupsize(uintptr size) in runtime_roundupsize() function
H A Dmalloc.h295 uintptr runtime_roundupsize(uintptr);
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dgo-string-to-byte-array.c19 cap = runtime_roundupsize (str.len); in __go_string_to_byte_array()
H A Dgo-string-to-int-array.c39 mem = runtime_roundupsize (c * sizeof (uint32_t)); in __go_string_to_int_array()
H A Dgo-append.c61 capmem = runtime_roundupsize (m * element_size); in __go_append()
H A Dmsize.c164 runtime_roundupsize(uintptr size) in runtime_roundupsize() function
H A Dmalloc.h295 uintptr runtime_roundupsize(uintptr);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dgo-string-to-byte-array.c19 cap = runtime_roundupsize (str.len); in __go_string_to_byte_array()
H A Dgo-string-to-int-array.c39 mem = runtime_roundupsize (c * sizeof (uint32_t)); in __go_string_to_int_array()
H A Dgo-append.c61 capmem = runtime_roundupsize (m * element_size); in __go_append()
H A Dmsize.c164 runtime_roundupsize(uintptr size) in runtime_roundupsize() function
H A Dmalloc.h295 uintptr runtime_roundupsize(uintptr);