Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_private.h300 # define IR_BITSET_ONE 1U macro
306 # define IR_BITSET_ONE 1ui64 macro
308 # define IR_BITSET_ONE 1UL macro
328 set[n / IR_BITSET_BITS] |= IR_BITSET_ONE << (n % IR_BITSET_BITS); in ir_bitset_incl()
333 set[n / IR_BITSET_BITS] &= ~(IR_BITSET_ONE << (n % IR_BITSET_BITS)); in ir_bitset_excl()
338 return (set[(n / IR_BITSET_BITS)] & (IR_BITSET_ONE << (n % IR_BITSET_BITS))) != 0; in ir_bitset_in()
629 q->set[i] |= IR_BITSET_ONE << (n % IR_BITSET_BITS); in ir_bitqueue_add()

Completed in 9 milliseconds