Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h47 … SAME_VAR(op1, op2) ((((op1 ## _type & IS_VAR) && (op2 ## _type & IS_VAR)) || (op1 ## _type == IS_…
H A Dzend_optimizer.c124 target ## _type = src ## _type; \
H A Dblock_pass.c540 # define VAR_NUM_EX(op) ((op ## _type & (IS_TMP_VAR|IS_VAR))?VAR_NUM((op).var):(op).var)
545 # define VAR_UNSET(op) do { if (op ## _type & (IS_TMP_VAR|IS_VAR)) {VAR_SOURCE(op) = NULL;}} while …
1851 if ((op ## _type & (IS_VAR | IS_TMP_VAR)) && \
1857 # define NEVER_USED(op) ((op ## _type & (IS_VAR | IS_TMP_VAR)) && !usage[VAR_NUM(op.var)]) /* !used…
/PHP-5.6/ext/openssl/
H A Dopenssl.c3534 #define OPENSSL_PKEY_GET_BN(_type, _name) do { \ argument
3535 if (pkey->pkey._type->_name != NULL) { \
3536 int len = BN_num_bytes(pkey->pkey._type->_name); \
3538 BN_bn2bin(pkey->pkey._type->_name, (unsigned char*)str); \
3540 add_assoc_stringl(_type, #_name, str, len, 0); \
3544 #define OPENSSL_PKEY_SET_BN(_ht, _type, _name) do { \ argument
3548 _type->_name = BN_bin2bn( \
/PHP-5.6/Zend/
H A Dzend_compile.h38 #define SET_UNUSED(op) op ## _type = IS_UNUSED
H A Dzend_compile.c40 target ## _type = (src)->op_type; \
49 (target)->op_type = src ## _type; \
59 target ## _type = src ## _type; \

Completed in 60 milliseconds