Home
last modified time | relevance | path

Searched defs:x (Results 26 – 50 of 121) sorted by relevance

12345

/PHP-5.3/main/
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
/PHP-5.3/scripts/dev/
H A Dfind_tested.php212 function filter_functions($x) {
216 function map_token_value($x) {
/PHP-5.3/ext/standard/
H A Dcrypt_sha512.c173 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
174 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
175 #define S0(x) (CYCLIC (x, 28) ^ CYCLIC (x, 34) ^ CYCLIC (x, 39)) in sha512_process_block() argument
176 #define S1(x) (CYCLIC (x, 14) ^ CYCLIC (x, 18) ^ CYCLIC (x, 41)) in sha512_process_block() argument
177 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) in sha512_process_block() argument
178 #define R1(x) (CYCLIC (x, 19) ^ CYCLIC (x, 61) ^ (x >> 6)) in sha512_process_block() argument
H A Dcrypt_sha256.c148 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
149 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
150 #define S0(x) (CYCLIC (x, 2) ^ CYCLIC (x, 13) ^ CYCLIC (x, 22)) in sha256_process_block() argument
151 #define S1(x) (CYCLIC (x, 6) ^ CYCLIC (x, 11) ^ CYCLIC (x, 25)) in sha256_process_block() argument
152 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) in sha256_process_block() argument
153 #define R1(x) (CYCLIC (x, 17) ^ CYCLIC (x, 19) ^ (x >> 10)) in sha256_process_block() argument
H A Dexec.c281 register int x, y, l = strlen(str); in php_escape_shell_cmd() local
372 int x, y = 0, l = strlen(str); in php_escape_shell_arg() local
/PHP-5.3/Zend/
H A Dzend_config.w32.h57 #define zend_finite(x) _finite(x) argument
58 #define zend_isnan(x) _isnan(x) argument
/PHP-5.3/ext/gd/libgd/
H A Dxbm.c45 int bit, x = 0, y = 0; in gdImageCreateFromXbm() local
176 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
H A Dgd_arc.c19 int x=0,mx1=0,mx2=0,my1=0,my2=0; in gdImageEllipse() local
58 int x=0,mx1=0,mx2=0,my1=0,my2=0; in gdImageFilledEllipse() local
H A Dgd_color.c20 int x,y; in gdImageColorMatch() local
H A Dgdparttopng.c15 int x, y, w, h; in main() local
H A Dgd2time.c17 int x, y, w, h; in main() local
H A Dgd_gd.c168 int x, y; in gdImageCreateFromGdCtx() local
249 int x, y; in _gdImageGd() local
H A Dgd_pixelate.c5 int x, y; in gdImagePixelate() local
H A Dgdft.c40 double ptsize, double angle, int x, int y, char *string) in gdImageStringTTF()
49 double ptsize, double angle, int x, int y, char *string, in gdImageStringFTEx()
57 double ptsize, double angle, int x, int y, char *string) in gdImageStringFT()
594 int x, y, row, col, pc, pcr; local
767 double ptsize, double angle, int x, int y, char *string)
773 …ge * im, int *brect, int fg, char *fontlist, double ptsize, double angle, int x, int y, char *stri…
H A Dwebpng.c190 int maxx, maxy, x, y, alpha, pix, nalpha = 0; in main() local
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_maketables.c132 int x = 0; in pcre_maketables() local
H A Dpcre_xclass.c97 pcre_uint32 x, y; in PRIV() local
/PHP-5.3/ext/pdo_dblib/
H A Ddb.php17 $x = $stmt->execute(); variable
/PHP-5.3/ext/hash/
H A Dhash_gost.c89 #define A(x, l, r) \ argument
101 #define AA(x, l, r) \ argument
115 #define C(x) \ argument
H A Dhash_haval.c139 #define ROTR(x,n) (((x) >> (n)) | ((x) << (32 - (n)))) argument
147 php_hash_uint32 x[32]; in PHP_3HAVALTransform() local
181 php_hash_uint32 x[32]; in PHP_4HAVALTransform() local
218 php_hash_uint32 x[32]; in PHP_5HAVALTransform() local
/PHP-5.3/ext/intl/collator/
H A Dcollator_is_numeric.c25 #define _do_alloca(x, y) do_alloca((x)) argument
26 #define _free_alloca(x, y) free_alloca((x)) argument
/PHP-5.3/ext/pdo/
H A Dpdo.php6 $x = new PDO("sqlite::memory:"); variable
/PHP-5.3/ext/intl/common/
H A Dcommon_error.c94 #define INTL_EXPOSE_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS) in intl_expose_icu_error_codes() argument
/PHP-5.3/ext/spl/
H A Dphp_spl.h33 #define SPL_DEBUG(x) argument
/PHP-5.3/ext/mysqli/
H A Dphp_mysqli_structs.h181 #define L64(x) x##i64 argument
195 #define L64(x) x##LL argument
312 #define my_estrdup(x) (x) ? estrdup(x) : NULL argument
313 #define my_efree(x) if (x) efree(x) argument

Completed in 46 milliseconds

12345