Home
last modified time | relevance | path

Searched defs:a (Results 101 – 125 of 151) sorted by relevance

1234567

/PHP-5.5/Zend/
H A Dmicro_bench.php25 static $a = 0; variable in Foo
H A Dzend_hash.c73 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__); argument
76 #define IS_CONSISTENT(a) argument
H A Dzend_ini.c148 static int ini_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in ini_key_compare()
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c48 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) argument
50 #define EATTWO(a, b) ((SEETWO(a, b)) ? (NEXT2(), 1) : 0) argument
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c393 #define MCRYPT_ENTRY2_2_4(a,b) REGISTER_STRING_CONSTANT("MCRYPT_" #a, b, CONST_PERSISTENT) argument
394 #define MCRYPT_ENTRY2_4(a) MCRYPT_ENTRY_NAMED(a, a) argument
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c113 #define A(a) (reg_map[a] << 16) argument
716 #define ARCH_32_64(a, b) a argument
720 #define ARCH_32_64(a, b) b argument
H A DsljitNativeSPARC_common.c476 #define ARCH_32_64(a, b) a argument
478 #define ARCH_32_64(a, b) b argument
H A DsljitNativeMIPS_common.c666 #define ARCH_32_64(a, b) a argument
668 #define ARCH_32_64(a, b) b argument
/PHP-5.5/main/
H A Dphp_network.h48 # define ftruncate(a, b) chsize(a, b) argument
H A Dnetwork.c404 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.h11 #define PM2STR(a) (a == PM_STYLE_STATIC ? "static" : (a == PM_STYLE_DYNAMIC ? "dynamic" : "ondemand… argument
/PHP-5.5/ext/sockets/
H A Dsockets.c56 # define IS_INVALID_SOCKET(a) (a->bsd_socket < 0) argument
57 # define set_errno(a) (errno = a) argument
/PHP-5.5/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
H A Dphp_cli.c183 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) /* {{{ */ in module_name_cmp()
/PHP-5.5/ext/gd/
H A Dgd.c1408 #define FLIPWORD(a) (((a & 0xff000000) >> 24) | ((a & 0x00ff0000) >> 8) | ((a & 0x0000ff00) << 8) |… argument
4284 #define max(a, b) (a > b ? a : b) in PHP_FUNCTION() argument
4285 #define min(a, b) (a < b ? a : b) in PHP_FUNCTION() argument
4286 #define new_x(a, b) (int) ((a) * cos_a - (b) * sin_a) in PHP_FUNCTION() argument
4287 #define new_y(a, b) (int) ((a) * sin_a + (b) * cos_a) in PHP_FUNCTION() argument
4691 long a = 0; in php_image_filter_colorize() local
/PHP-5.5/ext/standard/
H A Dinfo.c889 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
H A Dfilters.c328 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
329 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) argument
631 #define bmask(a) (0xffff >> (16 - a)) argument
/PHP-5.5/
H A Dserver-tests.php729 function test_sort($a, $b) {
/PHP-5.5/ext/gmp/
H A Dgmp.c469 #define gmp_zval_binary_ui_op(r, a, b, o, u) gmp_zval_binary_ui_op_ex(r, a, b, o, u, 0, 0, 0 TSRMLS… argument
470 #define gmp_zval_binary_ui_op2(r, a, b, o, u) gmp_zval_binary_ui_op2_ex(r, a, b, o, u, 0, 0, 0 TSRM… argument
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c49 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
H A Dgd_gd2.c357 int a = chunkBuf[chunkPos++] << 24; in gdImageCreateFromGd2Ctx() local
/PHP-5.5/ext/zip/lib/
H A Dzipint.h68 #define open(a, b, c) _open((a), (b)) argument
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c50 # define signal(a, b) NULL argument
53 # define signal(a, b) NULL argument
/PHP-5.5/ext/snmp/
H A Dsnmp.c101 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
450 #define PHP_SNMP_SESSION_FREE(a) { \ argument
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c75 #define print_block(a,b,c) argument

Completed in 142 milliseconds

1234567