Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c7227 #define zend_ffi_expr_int_math(val, op2, OP) do { \ macro
7394 zend_ffi_expr_int_math(val, op2, |);
7400 zend_ffi_expr_int_math(val, op2, ^);
7406 zend_ffi_expr_int_math(val, op2, &);
7448 zend_ffi_expr_int_math(val, op2, <<);
7454 zend_ffi_expr_int_math(val, op2, >>);
7484 zend_ffi_expr_int_math(val, op2, %); // ???

Completed in 21 milliseconds