Home
last modified time | relevance | path

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

/PHP-5.5/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.c96 target ## _type = src ## _type; \
H A Dblock_pass.c536 # define VAR_NUM_EX(op) ((op ## _type & (IS_TMP_VAR|IS_VAR))?VAR_NUM((op).var):(op).var)
541 # define VAR_UNSET(op) do { if (op ## _type & (IS_TMP_VAR|IS_VAR)) {VAR_SOURCE(op) = NULL;}} while …
1844 if ((op ## _type & (IS_VAR | IS_TMP_VAR)) && \
1850 # define NEVER_USED(op) ((op ## _type & (IS_VAR | IS_TMP_VAR)) && !usage[VAR_NUM(op.var)]) /* !used…
/PHP-5.5/ext/openssl/
H A Dopenssl.c3066 #define OPENSSL_PKEY_GET_BN(_type, _name) do { \ argument
3067 if (pkey->pkey._type->_name != NULL) { \
3068 int len = BN_num_bytes(pkey->pkey._type->_name); \
3070 BN_bn2bin(pkey->pkey._type->_name, (unsigned char*)str); \
3072 add_assoc_stringl(_type, #_name, str, len, 0); \
3076 #define OPENSSL_PKEY_SET_BN(_ht, _type, _name) do { \ argument
3080 _type->_name = BN_bin2bn( \
/PHP-5.5/Zend/
H A Dzend_compile.h37 #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 57 milliseconds