Home
last modified time | relevance | path

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

123456

/PHP-7.3/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.3/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_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_crop.c83 int x,y; in gdImageCropAuto() local
191 int x,y; in gdImageCropThreshold() 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
H A Dgd_color_match.c20 int x,y; in gdImageColorMatch() local
/PHP-7.3/ext/standard/
H A Dversioning.c52 #define isdig(x) (isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
53 #define isndig(x) (!isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
54 #define isspecialver(x) ((x)=='-'||(x)=='_'||(x)=='+') in php_canonicalize_version() argument
H A Dcrypt_sha256.c137 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
138 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
139 #define S0(x) (CYCLIC (x, 2) ^ CYCLIC (x, 13) ^ CYCLIC (x, 22)) in sha256_process_block() argument
140 #define S1(x) (CYCLIC (x, 6) ^ CYCLIC (x, 11) ^ CYCLIC (x, 25)) in sha256_process_block() argument
141 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) in sha256_process_block() argument
142 #define R1(x) (CYCLIC (x, 17) ^ CYCLIC (x, 19) ^ (x >> 10)) in sha256_process_block() argument
H A Dcrypt_sha512.c162 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
163 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
164 #define S0(x) (CYCLIC (x, 28) ^ CYCLIC (x, 34) ^ CYCLIC (x, 39)) in sha512_process_block() argument
165 #define S1(x) (CYCLIC (x, 14) ^ CYCLIC (x, 18) ^ CYCLIC (x, 41)) in sha512_process_block() argument
166 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) in sha512_process_block() argument
167 #define R1(x) (CYCLIC (x, 19) ^ CYCLIC (x, 61) ^ (x >> 6)) in sha512_process_block() argument
H A Dnet.c154 # define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x)) in PHP_FUNCTION() argument
155 # define FREE(x) HeapFree(GetProcessHeap(), 0, (x)) in PHP_FUNCTION() argument
/PHP-7.3/main/
H A Dreentrancy.c44 #define local_lock(x) tsrm_mutex_lock(reentrant_locks[x]) argument
45 #define local_unlock(x) tsrm_mutex_unlock(reentrant_locks[x]) argument
49 #define local_lock(x) argument
50 #define local_unlock(x) argument
/PHP-7.3/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.h54 #define zend_finite(x) _finite(x) argument
55 #define zend_isnan(x) _isnan(x) argument
H A Dzend_signal.c321 size_t x; in zend_signal_activate() local
339 size_t x; in zend_signal_deactivate() local
376 size_t x; in zend_signal_globals_ctor() local
/PHP-7.3/ext/pcre/pcre2lib/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
701 #define SLJIT_ASSERT(x) \ argument
727 #define SLJIT_ASSERT(x) \ argument
736 #define SLJIT_COMPILE_ASSERT(x, description) \ argument
/PHP-7.3/scripts/dev/
H A Dfind_tested.php218 function filter_functions($x) {
222 function map_token_value($x) {
/PHP-7.3/ext/com_dotnet/
H A Dcom_extension.c335 #define COM_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS|CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
338 # define COM_ERR_CONST(x) { \ in PHP_MINIT_FUNCTION() argument
/PHP-7.3/ext/hash/
H A Dhash_gost.c87 #define A(x, l, r) \ argument
99 #define AA(x, l, r) \ argument
113 #define C(x) \ argument
H A Dhash_haval.c137 #define ROTR(x,n) (((x) >> (n)) | ((x) << (32 - (n)))) argument
145 uint32_t x[32]; in PHP_3HAVALTransform() local
179 uint32_t x[32]; in PHP_4HAVALTransform() local
216 uint32_t x[32]; in PHP_5HAVALTransform() local
/PHP-7.3/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.3/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c138 int x = 0; local
H A Dpcre2_xclass.c103 uint32_t x, y; in PRIV() local
/PHP-7.3/sapi/embed/
H A Dphp_embed.h29 #define PHP_EMBED_START_BLOCK(x,y) { \ argument

Completed in 142 milliseconds

123456