Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/jrt/
Djrt.h150 #define JERRY__LOG2_8(n) (((n) >= 1 << 8) ? (8 + JERRY__LOG2_4 ((n) >> 8)) : JERRY__LOG2_4 (n)) macro
151 #define JERRY_LOG2(n) (((n) >= 1 << 16) ? (16 + JERRY__LOG2_8 ((n) >> 16)) : JERRY__LOG2_8 (n))