Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/jrt/
H A Djrt.h149 #define JERRY__LOG2_4(n) (((n) >= 1 << 4) ? (4 + JERRY__LOG2_2 ((n) >> 4)) : JERRY__LOG2_2 (n)) macro

Completed in 1 milliseconds