Home
last modified time | relevance | path

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

123456

/PHP-7.2/ext/gd/libgd/
H A Dgd_transform.c5 register int x, y; in gdImageFlipVertical() local
34 int x, y; in gdImageFlipHorizontal() local
H A Dgd_crop.c88 int x; in gdImageCrop() local
119 int x,y; in gdImageCropAuto() local
227 int x,y; in gdImageCropThreshold() local
H A Dgd_xbm.c46 int bit, x = 0, y = 0; in gdImageCreateFromXbm() local
181 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
H A Dgd_color_match.c20 int x,y; in gdImageColorMatch() local
H A Dgdparttopng.c15 int x, y, w, h; in main() 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()
630 int x, y, row, col, pc, pcr; local
811 double ptsize, double angle, int x, int y, char *string)
817 …ge * im, int *brect, int fg, char *fontlist, double ptsize, double angle, int x, int y, char *stri…
H A Dgd_gd.c168 int x, y; in gdImageCreateFromGdCtx() local
249 int x, y; in _gdImageGd() local
/PHP-7.2/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_lexer.l13 #define YYSETCONDITION(x) LEX(state) = x; argument
/PHP-7.2/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.c167 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
168 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
169 #define S0(x) (CYCLIC (x, 28) ^ CYCLIC (x, 34) ^ CYCLIC (x, 39)) in sha512_process_block() argument
170 #define S1(x) (CYCLIC (x, 14) ^ CYCLIC (x, 18) ^ CYCLIC (x, 41)) in sha512_process_block() argument
171 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) in sha512_process_block() argument
172 #define R1(x) (CYCLIC (x, 19) ^ CYCLIC (x, 61) ^ (x >> 6)) in sha512_process_block() 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
/PHP-7.2/Zend/
H A Dzend_strtod_int.h130 #define ACQUIRE_DTOA_LOCK(x) \ argument
137 #define FREE_DTOA_LOCK(x) \ argument
H A Dzend_config.w32.h56 #define zend_finite(x) _finite(x) argument
57 #define zend_isnan(x) _isnan(x) argument
H A Dzend_signal.c323 size_t x; in zend_signal_activate() local
341 size_t x; in zend_signal_deactivate() local
378 size_t x; in zend_signal_globals_ctor() local
/PHP-7.2/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-7.2/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h220 #define SLJIT_LIKELY(x) __builtin_expect((x), 1) argument
221 #define SLJIT_UNLIKELY(x) __builtin_expect((x), 0) argument
223 #define SLJIT_LIKELY(x) (x) argument
224 #define SLJIT_UNLIKELY(x) (x) argument
685 #define SLJIT_ASSERT(x) \ argument
711 #define SLJIT_ASSERT(x) \ argument
720 #define SLJIT_COMPILE_ASSERT(x, description) \ argument
/PHP-7.2/scripts/dev/
H A Dfind_tested.php218 function filter_functions($x) {
222 function map_token_value($x) {
/PHP-7.2/ext/com_dotnet/
H A Dcom_extension.c401 #define COM_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS|CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
403 #define COM_ERR_CONST(x) { \ in PHP_MINIT_FUNCTION() argument
/PHP-7.2/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-7.2/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 uint32_t x[32]; in PHP_3HAVALTransform() local
181 uint32_t x[32]; in PHP_4HAVALTransform() local
218 uint32_t x[32]; in PHP_5HAVALTransform() local
/PHP-7.2/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-7.2/sapi/embed/
H A Dphp_embed.h30 #define PHP_EMBED_START_BLOCK(x,y) { \ argument

Completed in 59 milliseconds

123456