Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/jrt/
Djrt-bit-fields.h41 #define JRT_SET_BIT_FIELD_VALUE(type, container, new_bit_field_value, lsb, width) \ argument
42 …(((container) & ~(((((type) 1) << (width)) - 1) << (lsb))) | (((type) new_bit_field_value) << (lsb…