Home
last modified time | relevance | path

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

123456

/PHP-7.0/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 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()
629 int x, y, row, col, pc, pcr; local
804 double ptsize, double angle, int x, int y, char *string)
810 …ge * im, int *brect, int fg, char *fontlist, double ptsize, double angle, int x, int y, char *stri…
/PHP-7.0/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.c297 int x; in zend_signal_activate() local
315 int x; in zend_signal_deactivate() local
340 size_t x; in zend_signal_globals_ctor() local
/PHP-7.0/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-7.0/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.0/ext/mbstring/oniguruma/win32/
H A Dconfig.h24 #define TOKEN_PASTE(x,y) x##y argument
28 #define NORETURN(x) __declspec(noreturn) x argument
30 #define NORETURN(x) x argument
84 #define RSHIFT(x,y) ((x)>>(int)y) argument
/PHP-7.0/ext/standard/
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.0/scripts/dev/
H A Dfind_tested.php218 function filter_functions($x) {
222 function map_token_value($x) {
/PHP-7.0/ext/com_dotnet/
H A Dcom_extension.c392 #define COM_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS|CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
394 #define COM_ERR_CONST(x) { \ in PHP_MINIT_FUNCTION() argument
/PHP-7.0/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.0/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-7.0/ext/pcre/pcrelib/
H A Dpcre_maketables.c135 int x = 0; in pcre_maketables() local
H A Dpcre_xclass.c100 pcre_uint32 x, y; in PRIV() local
/PHP-7.0/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-7.0/sapi/embed/
H A Dphp_embed.h30 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_lexer.l13 #define YYSETCONDITION(x) LEX(state) = x; argument

Completed in 71 milliseconds

123456