Searched defs:JERRY__LOG2_2 (Results 1 - 1 of 1) sorted by relevance
/third_party/jerryscript/jerry-core/jrt/ | ||
H A D | jrt.h | 148 #define JERRY__LOG2_2(n) (((n) >= 1 << 2) ? (2 + JERRY__LOG2_1 ((n) >> 2)) : JERRY__LOG2_1 (n)) macro |
Completed in 2 milliseconds