Home
last modified time | relevance | path

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

1234567

/PHP-7.0/ext/gd/
H A Dgd.c1336 #define FLIPWORD(a) (((a & 0xff000000) >> 24) | ((a & 0x00ff0000) >> 8) | ((a & 0x0000ff00) << 8) |… argument
4308 zend_long a = 0; in php_image_filter_colorize() local
/PHP-7.0/ext/pgsql/
H A Dpgsql.c796 #define PGSQLfree(a) PQfreemem(a) argument
801 #define PGSQLfree(a) efree(a) argument
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c350 #define push_inst(a, b) push_inst_debug(a, b, __LINE__) argument
H A DsljitNativeTILEGX-encoder.c9594 const struct tilegx_spr *a = (const struct tilegx_spr *) a_ptr; in tilegx_spr_compare() local
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c277 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp()
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.c3484 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h9811 const unsigned char *a; member

Completed in 115 milliseconds

1234567