Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/Optimizer/
H A Dcompact_literals.c50 #define LITERAL_NUM_SLOTS_MASK 0x00f0 macro
54 #define LITERAL_NUM_SLOTS(info) ((info & LITERAL_NUM_SLOTS_MASK) >> LITERAL_NUM_SLOTS_SHIFT)

Completed in 5 milliseconds