Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 135) sorted by last modified time

123456

/PHP-7.0/win32/
H A Dparam.h15 #define howmany(x,y) (((x)+((y)-1))/(y)) argument
16 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) argument
/PHP-7.0/scripts/dev/
H A Dfind_tested.php218 function filter_functions($x) {
222 function map_token_value($x) {
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_sigsafe.c6 #define STR(x) #x in ZEND_EXTERN_MODULE_GLOBALS() argument
7 #define EXP_STR(x) STR(x) in ZEND_EXTERN_MODULE_GLOBALS() argument
H A Dphpdbg_watch.c340 #define return_and_free_watch(x) { \ in phpdbg_create_watchpoint() argument
H A Dphpdbg_lexer.c15 #define YYSETCONDITION(x) LEX(state) = x; argument
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.c3468 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3469 #define F2(x, y, z) F1(z, x, y) argument
3470 #define F3(x, y, z) (x ^ y ^ z) argument
3471 #define F4(x, y, z) (y ^ (x | ~z)) argument
3474 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_config.h14 # define __attribute__(x) /*NOTHING*/ argument
/PHP-7.0/sapi/embed/
H A Dphp_embed.h30 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
/PHP-7.0/main/
H A Dwin95nt.h36 #define lstat(x, y) php_sys_lstat(x, y) argument
H A Dreentrancy.c46 #define local_lock(x) tsrm_mutex_lock(reentrant_locks[x]) argument
47 #define local_unlock(x) tsrm_mutex_unlock(reentrant_locks[x]) argument
51 #define local_lock(x) argument
52 #define local_unlock(x) argument
H A Dnetwork.c112 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
114 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
H A Dphp.h260 #define php_ignore_value(x) ZEND_IGNORE_VALUE(x) argument
/PHP-7.0/ext/zip/lib/
H A Dzipint.h190 #define ZIP_CM_IS_DEFAULT(x) ((x) == ZIP_CM_DEFAULT || (x) == ZIP_CM_REPLACED_DEFAULT) argument
458 #define ZIP_ENTRY_DATA_CHANGED(x) ((x)->source != NULL) argument
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c214 #define XMLRPC_IS_NUMBER(x) if (x < '0' || x > '9') return -1; in date_from_ISO8601() argument
/PHP-7.0/ext/standard/
H A Durl.c562 register size_t x, y; local
H A Durl_scanner_ex.c291 #define scdebug(x) printf x argument
293 #define scdebug(x) argument
H A Dversioning.c54 #define isdig(x) (isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
55 #define isndig(x) (!isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
56 #define isspecialver(x) ((x)=='-'||(x)=='_'||(x)=='+') in php_canonicalize_version() argument
H A Dstring.c370 #define REGISTER_NL_LANGINFO_CONSTANT(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS | CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
H A Dscanf.c98 #define UCHAR(x) (zend_uchar)(x) argument
H A Dsha1.c119 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
120 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
121 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
122 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
126 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
260 php_uint32 d = state[3], e = state[4], x[16], tmp; local
H A Dphp_smart_string.h32 #define smart_string_0(x) do { \ argument
H A Dmath.c245 static double php_acosh(double x) in php_acosh()
277 static double php_log1p(double x) in php_log1p()
289 static double php_expm1(double x) in php_expm1()
H A Dmd5.c149 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
150 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
151 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
152 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
157 #define STEP(f, a, b, c, d, x, t, s) \ argument
H A Dcrypt_sha256.c142 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
143 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
144 #define S0(x) (CYCLIC (x, 2) ^ CYCLIC (x, 13) ^ CYCLIC (x, 22)) in sha256_process_block() argument
145 #define S1(x) (CYCLIC (x, 6) ^ CYCLIC (x, 11) ^ CYCLIC (x, 25)) in sha256_process_block() argument
146 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) in sha256_process_block() argument
147 #define R1(x) (CYCLIC (x, 17) ^ CYCLIC (x, 19) ^ (x >> 10)) in sha256_process_block() argument
H A Dexec.c281 register int x, y; in php_escape_shell_cmd() local
388 int x, y = 0; in php_escape_shell_arg() local

Completed in 132 milliseconds

123456