Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/standard/
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 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
/PHP-5.5/ext/gd/libgd/
H A Dgd_crop.c88 int x; in gdImageCrop() local
119 int x,y; in gdImageCropAuto() local
232 int x,y; in gdImageCropThreshold() local
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
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h228 #define SLJIT_LIKELY(x) __builtin_expect((x), 1) argument
229 #define SLJIT_UNLIKELY(x) __builtin_expect((x), 0) argument
231 #define SLJIT_LIKELY(x) (x) argument
232 #define SLJIT_UNLIKELY(x) (x) argument
672 #define SLJIT_ASSERT(x) \ argument
698 #define SLJIT_ASSERT(x) \ argument
708 #define SLJIT_COMPILE_ASSERT(x, description) \ argument
H A DsljitLir.c254 #define CHECK_ARGUMENT(x) \ argument
263 #define CHECK(x) \ argument
271 #define CHECK_PTR(x) \ argument
279 #define CHECK_REG_INDEX(x) \ argument
295 #define CHECK(x) x argument
296 #define CHECK_PTR(x) x argument
304 #define CHECK(x) x argument
305 #define CHECK_PTR(x) x argument
311 #define CHECK(x) argument
312 #define CHECK_PTR(x) argument
[all …]
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dconfig.h19 #define TOKEN_PASTE(x,y) x##y argument
23 #define NORETURN(x) __declspec(noreturn) x argument
25 #define NORETURN(x) x argument
79 #define RSHIFT(x,y) ((x)>>(int)y) argument
/PHP-5.5/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.5/scripts/dev/
H A Dfind_tested.php212 function filter_functions($x) {
216 function map_token_value($x) {
/PHP-5.5/Zend/
H A Dzend_config.w32.h57 #define zend_finite(x) _finite(x) argument
58 #define zend_isnan(x) _isnan(x) argument
H A Dzend_signal.c282 int x; in zend_signal_activate() local
298 int x; in zend_signal_deactivate() local
325 size_t x; in zend_signal_globals_ctor() local
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker.c38 …#define SPOOFCHECKER_EXPOSE_CLASS_CONST(x) zend_declare_class_constant_long(Spoofchecker_ce_ptr, Z… in spoofchecker_register_constants() argument
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_maketables.c137 int x = 0; in pcre_maketables() local
H A Dpcre_xclass.c102 pcre_uint32 x, y; in PRIV() local
/PHP-5.5/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.5/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.5/ext/pdo/
H A Dpdo.php6 $x = new PDO("sqlite::memory:"); variable
/PHP-5.5/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

Completed in 91 milliseconds

123456