Home
last modified time | relevance | path

Searched defs:u (Results 1 – 25 of 30) sorted by relevance

12

/PHP-5.5/ext/standard/
H A Drand.c144 #define hiBit(u) ((u) & 0x80000000U) /* mask all but highest bit of u */ argument
145 #define loBit(u) ((u) & 0x00000001U) /* mask all but lowest bit of u */ argument
146 #define loBits(u) ((u) & 0x7FFFFFFFU) /* mask the highest bit of u */ argument
147 #define mixBits(u, v) (hiBit(u)|loBits(v)) /* move hi bit of u to hi bit of v */ argument
149 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((php_uint32)(-(php_int32)(loBit(u))) & 0x9908b0dfU)) argument
/PHP-5.5/ext/hash/
H A Dhash_gost.c61 #define X(w, u, v) \ argument
129 #define SHIFT12(u, m, s) \ argument
156 #define SHIFT16(h, v, u) \ argument
213 php_hash_uint32 l, r, t, key[8], u[8], v[8], w[8], s[8], *h = state, *m = data; in Gost() local
/PHP-5.5/ext/mysqli/
H A Dmysqli_mysqlnd.h44 #define mysqli_change_user_silent(c, u, p, d, p_len) mysqlnd_change_user_ex((c), (u), (p), (d), T… argument
H A Dmysqli_libmysql.h42 #define mysqli_change_user_silent(c, u, p, d, p_len) mysql_change_user((c), (u), (p), (d)) argument
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c133 uint32 u; in cdb_findnext() local
H A Dcdb_make.c143 uint32 u; in cdb_make_finish() local
/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c36 const UChar *u = nptr, *nstart; in collator_u_strtod() local
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Drecmul.c182 _bc_rec_mul (bc_num u, int ulen, bc_num v, int vlen, bc_num *prod, in _bc_rec_mul()
/PHP-5.5/Zend/
H A Dzend_gc.h88 } u; member
96 } u; member
H A Dzend_execute.c100 #define PZVAL_UNLOCK_EX(z, f, u) zend_pzval_unlock_func(z, f, u TSRMLS_CC) argument
H A Dzend_compile.h95 } u; member
/PHP-5.5/main/
H A Dmergesort.c338 u_char *ai, *s, *t, *u, tmp; in insertionsort() local
/PHP-5.5/ext/gd/libgd/
H A Dgd_rotate.c354 int u, iShear, newx, newy; in gdImageRotate45() local
H A Dgd_interpolation.c883 unsigned int u = 0; in _gdContributionsAlloc() local
923 unsigned int u; in _gdContributionsFree() local
937 unsigned int u; in _gdContributionsCalc() local
1017 unsigned int u; in _gdScaleHoriz() local
1064 unsigned int u; in _gdScaleVert() local
H A Dwebpimg.c151 static void ToRGB(int y, int u, int v, uint32* const dst) { in ToRGB()
/PHP-5.5/ext/spl/
H A Dspl_directory.h104 } u; member
H A Dspl_iterators.h167 } u; member
/PHP-5.5/ext/gmp/
H A Dgmp.c469 #define gmp_zval_binary_ui_op(r, a, b, o, u) gmp_zval_binary_ui_op_ex(r, a, b, o, u, 0, 0, 0 TSRMLS… argument
470 #define gmp_zval_binary_ui_op2(r, a, b, o, u) gmp_zval_binary_ui_op2_ex(r, a, b, o, u, 0, 0, 0 TSRM… argument
/PHP-5.5/ext/posix/
H A Dposix.c618 struct utsname u; in PHP_FUNCTION() local
/PHP-5.5/ext/soap/
H A Dphp_sdl.h174 } u; member
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c737 register const unsigned char *u; local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c78 uint32_t u; member
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h267 } u; member
H A Dregint.h730 } u; member
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h291 } u; member

Completed in 137 milliseconds

12