Home
last modified time | relevance | path

Searched defs:x (Results 76 – 100 of 131) sorted by relevance

123456

/PHP-5.5/ext/gd/libgd/
H A Dgd_matrix.c30 double x = src->x; in gdAffineApplyToPointF() local
H A Dgd_topal.c86 #define RIGHT_SHIFT(x,shft) \ argument
92 #define RIGHT_SHIFT(x,shft) ((x) >> (shft)) argument
96 #define range_limit(x) { if(x<0) x=0; if (x>255) x=255; } argument
946 int i, x, ncolors; local
/PHP-5.5/ext/com_dotnet/
H A Dcom_dotnet.c68 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This) argument
/PHP-5.5/ext/hash/
H A Dhash_tiger.c42 #define round(a,b,c,x,mul) \ argument
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c83 #define CDF_TOLE8(x) ((uint64_t)(NEED_SWAP ? _cdf_tole8(x) : (uint64_t)(x))) argument
84 #define CDF_TOLE4(x) ((uint32_t)(NEED_SWAP ? _cdf_tole4(x) : (uint32_t)(x))) argument
85 #define CDF_TOLE2(x) ((uint16_t)(NEED_SWAP ? _cdf_tole2(x) : (uint16_t)(x))) argument
86 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
/PHP-5.5/ext/soap/
H A Dphp_sdl.c1245 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute() local
1257 sdlRestrictionIntPtr x = emalloc(sizeof(sdlRestrictionInt)); in sdl_deserialize_resriction_int() local
1271 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char() local
1302 sdlContentModelPtr x = sdl_deserialize_model(types, elements, in); in sdl_deserialize_model() local
1357 sdlRestrictionCharPtr x = sdl_deserialize_resriction_char(in); in sdl_deserialize_type() local
1904 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int()
1915 static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out) in sdl_serialize_resriction_char()
/PHP-5.5/ext/date/lib/
H A Ddow.c26 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_charset.c393 #define UTF16_HIGH_HEAD(x) ((((zend_uchar) (x)) & 0xFC) == 0xD8) argument
394 #define UTF16_LOW_HEAD(x) ((((zend_uchar) (x)) & 0xFC) == 0xDC) argument
H A Dmysqlnd_portability.h174 #define L64(x) x##i64 argument
237 #define L64(x) x##LL argument
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c57 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) argument
567 numcmp(x, y) in numcmp() argument
H A Dregparse.c209 int x; in onig_strncmp() local
307 str_end_cmp(st_str_end_key* x, st_str_end_key* y) in str_end_cmp()
328 str_end_hash(st_str_end_key* x) in str_end_hash()
1229 onig_node_list_add(Node* list, Node* x) in onig_node_list_add()
1692 int low, high, bound, x; in add_code_range_to_buf() local
2840 OnigCodePoint x; in find_str_position() local
2869 OnigCodePoint x; in str_exist_check_with_esc() local
4857 static int type_cclass_cmp(type_cclass_key* x, type_cclass_key* y) in type_cclass_cmp()
H A Dregcomp.c1596 Node* x = node; in compile_tree() local
2073 Node *x, *y; in get_min_match_length() local
2398 is_not_included(Node* x, Node* y, regex_t* reg) in is_not_included()
2723 Node *x; in subexp_inf_recursive_check() local
3162 Node *x, *y; in next_setup() local
5607 OnigCodePoint low, high, x; in onig_is_in_code_range() local
5808 int x = len * mb_len; in p_len_string() local
/PHP-5.5/Zend/
H A Dzend_ini_scanner.l57 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_ini_scanner.c59 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dmicro_bench.php315 $x = new Foo(); variable
/PHP-5.5/ext/standard/
H A Dmath.c229 static double php_acosh(double x) in php_acosh()
253 static double php_log1p(double x) in php_log1p()
265 static double php_expm1(double x) in php_expm1()
H A Dscanf.c98 #define UCHAR(x) (zend_uchar)(x) argument
H A Durl.c602 register size_t x, y; local
H A Dphp_smart_str.h31 #define smart_str_0(x) do { \ argument
/PHP-5.5/main/
H A Dnetwork.c110 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
112 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
H A Dphp.h258 # define php_ignore_value(x) (({ __typeof__ (x) __x = (x); (void) __x; })) argument
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3414 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3415 #define F2(x, y, z) F1(z, x, y) argument
3416 #define F3(x, y, z) (x ^ y ^ z) argument
3417 #define F4(x, y, z) (y ^ (x | ~z)) argument
3420 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c759 #define PDO_MYSQL_NATIVE_TYPE_NAME(x) case FIELD_TYPE_##x: return #x; argument
/PHP-5.5/sapi/aolserver/
H A Daolserver.c441 #define safe_strdup(x) ((x)?strdup((x)):NULL) in php_ns_request_ctor() argument
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c250 #define efree_n(x) { efree(x); x = NULL; } argument
251 #define efree_if(x) if (x) efree_n(x) argument

Completed in 105 milliseconds

123456