Home
last modified time | relevance | path

Searched defs:a (Results 51 – 75 of 160) sorted by relevance

1234567

/PHP-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c104 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) argument
118 #define F(a, b, c) fmtcheck((b)->desc, (c)) argument
120 #define F(a, b, c) ((b)->desc) argument
1741 const unsigned char *a = (const unsigned char *)s1; in file_strncmp() local
1796 file_strncmp16(const char *a, const char *b, size_t len, uint32_t flags) in file_strncmp16()
H A Dprint.c55 #define SZOF(a) (sizeof(a) / sizeof(a[0])) argument
/PHP-7.1/main/
H A Dphp.h153 #define CREATE_MUTEX(a, b) argument
154 #define SET_MUTEX(a) argument
155 #define FREE_MUTEX(a) argument
H A Dmergesort.c240 #define swap(a, b) { \ argument
336 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void *)) in insertionsort()
/PHP-7.1/ext/standard/
H A Dlcg.c51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument
H A Dmicrotime.c134 #define PHP_RUSAGE_PARA(a) \ in PHP_FUNCTION() argument
H A Dmd5.c157 #define STEP(f, a, b, c, d, x, t, s) \ argument
193 uint32_t a, b, c, d; in body() local
H A Dphp_smart_string.h47 #define SMART_STRING_REALLOC(a,b,c) realloc((a),(b)) argument
49 #define SMART_STRING_REALLOC(a,b,c) perealloc((a),(b),(c)) argument
H A Dpageinfo.c43 #define getgroups(a, b) 0 argument
H A Dcrypt_sha512.c44 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
47 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
135 uint64_t a = ctx->H[0]; in sha512_process_block() local
H A Dcrypt_sha256.c56 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
59 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
111 uint32_t a = ctx->H[0]; in sha256_process_block() local
H A Dphp_filestat.h76 #define getgroups(a, b) 0 argument
/PHP-7.1/ext/calendar/
H A Deaster.c38 time_t a; in _cal_easter() local
/PHP-7.1/Zend/
H A Dbench.php25 function hallo($a) {
40 function hallo2($a) {
H A Dzend_config.w32.h55 #define zend_isinf(a) ((_fpclass(a) == _FPCLASS_PINF) || (_fpclass(a) == _FPCLASS_NINF)) argument
/PHP-7.1/ext/zip/lib/
H A Dzip_string.c56 _zip_string_equal(const zip_string_t *a, const zip_string_t *b) in _zip_string_equal()
/PHP-7.1/ext/phar/
H A Dshortarc.php74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt); variable
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h120 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
/PHP-7.1/sapi/apache2handler/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-7.1/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dbase64.c150 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_ssa.c26 static zend_bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates()
217 static inline zend_bool add_will_overflow(zend_long a, zend_long b) { in add_will_overflow()
221 static inline zend_bool sub_will_overflow(zend_long a, zend_long b) { in sub_will_overflow()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_lexer.c23 #define YYDEBUG(a, b) argument
/PHP-7.1/ext/gd/libgd/
H A Dgd_io_ss.c132 static void sinkPutchar (gdIOCtx * ctx, int a) in sinkPutchar()

Completed in 61 milliseconds

1234567