Home
last modified time | relevance | path

Searched defs:JERRY_ALIGNUP (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/jrt/
H A Djrt.h136 #define JERRY_ALIGNUP(value, alignment) (((value) + ((alignment) - 1)) & ~((alignment) - 1)) macro

Completed in 1 milliseconds