Home
last modified time | relevance | path

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

1234567

/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c348 sljit_si a, sljit_sw imma, in emit_x86_instruction()
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
/PHP-5.6/ext/gd/libgd/
H A Dgd_io_dp.c216 static void dynamicPutchar (struct gdIOCtx *ctx, int a) in dynamicPutchar()
H A Dgd_gif_in.c49 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
/PHP-5.6/ext/phar/
H A Ddirstream.c155 static int phar_compare_dir_name(const void *a, const void *b TSRMLS_DC) /* {{{ */ in phar_compare_dir_name()
/PHP-5.6/ext/interbase/
H A Dphp_ibase_udf.c103 #define min(a,b) ((a)<(b)?(a):(b)) argument
/PHP-5.6/ext/session/
H A Dmod_mm.c70 # define ps_mm_debug(a) argument
/PHP-5.6/ext/zip/lib/
H A Dzip_open.c497 zip_int64_t a, i; in _zip_find_central_dir() local
/PHP-5.6/main/streams/
H A Dstreams.c2259 PHPAPI int php_stream_dirent_alphasort(const char **a, const char **b)
2267 PHPAPI int php_stream_dirent_alphasortr(const char **a, const char **b)
2275 PHPAPI int _php_stream_scandir(const char *dirname, char **namelist[], int flags, php_stream_contex…
/PHP-5.6/ext/standard/
H A Dpack.c56 #define INC_OUTPUTPOS(a,b) \ argument
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.6/Zend/
H A Dmicro_bench.php25 static $a = 0; variable in Foo
H A Dzend_ini.c148 static int ini_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in ini_key_compare()
H A Dzend_hash.c79 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__); argument
82 #define IS_CONSISTENT(a) argument
/PHP-5.6/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.6/ext/mcrypt/
H A Dmcrypt.c360 #define MCRYPT_ENTRY2_2_4(a,b) REGISTER_STRING_CONSTANT("MCRYPT_" #a, b, CONST_PERSISTENT) argument
361 #define MCRYPT_ENTRY2_4(a) MCRYPT_ENTRY_NAMED(a, a) argument
/PHP-5.6/main/
H A Dphp_network.h48 # define ftruncate(a, b) chsize(a, b) argument
/PHP-5.6/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.6/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.6/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
/PHP-5.6/ext/gd/
H A Dgd.c1444 #define FLIPWORD(a) (((a & 0xff000000) >> 24) | ((a & 0x00ff0000) >> 8) | ((a & 0x0000ff00) << 8) |… argument
4335 #define max(a, b) (a > b ? a : b) in PHP_FUNCTION() argument
4336 #define min(a, b) (a < b ? a : b) in PHP_FUNCTION() argument
4337 #define new_x(a, b) (int) ((a) * cos_a - (b) * sin_a) in PHP_FUNCTION() argument
4338 #define new_y(a, b) (int) ((a) * sin_a + (b) * cos_a) in PHP_FUNCTION() argument
4761 long a = 0; in php_image_filter_colorize() local
/PHP-5.6/
H A Dserver-tests.php729 function test_sort($a, $b) {
/PHP-5.6/ext/mysql/
H A Dphp_mysql.c50 # define signal(a, b) NULL argument
53 # define signal(a, b) NULL argument

Completed in 115 milliseconds

1234567