Home
last modified time | relevance | path

Searched defs:u (Results 1 – 24 of 24) sorted by path

/PHP-7.4/Zend/
H A Dzend_compile.h84 } u; member
H A Dzend_strtod.c1216 U u; local
2311 U u; local
3765 U d2, eps, u; local
H A Dzend_types.h228 } u; member
261 } u; member
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c173 _bc_rec_mul (bc_num u, int ulen, bc_num v, int vlen, bc_num *prod, in _bc_rec_mul()
/PHP-7.4/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-7.4/ext/exif/
H A Dexif.c1578 union { uint32_t i; float f; } u; in php_ifd_get_float() local
1584 union { uint64_t i; double f; } u; in php_ifd_get_double() local
1817 unsigned u; member
/PHP-7.4/ext/ffi/
H A Dffi.c7341 int u = 0; local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c76 uint32_t u; member
96 #define CDF_CALLOC(n, u) ecalloc(n, u) argument
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c825 unsigned int u = 0; in _gdContributionsAlloc() local
866 unsigned int u; in _gdContributionsFree() local
880 unsigned int u; in _gdContributionsCalc() local
959 unsigned int u; in _gdScaleHoriz() local
1006 unsigned int u; in _gdScaleVert() local
/PHP-7.4/ext/hash/
H A Dhash_gost.c59 #define X(w, u, v) \ argument
127 #define SHIFT12(u, m, s) \ argument
154 #define SHIFT16(h, v, u) \ argument
211 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
/PHP-7.4/ext/intl/collator/
H A Dcollator_is_numeric.c25 const UChar *u = nptr, *nstart; in collator_u_strtod() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_libmysql.h42 #define mysqli_change_user_silent(c, u, p, d, p_len) mysql_change_user((c), (u), (p), (d)) argument
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
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c277 } u; member
308 } u; member
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h359 } u; member
/PHP-7.4/ext/phar/
H A Dphar_object.c338 char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL; in phar_postprocess_ru_web() local
/PHP-7.4/ext/posix/
H A Dposix.c697 struct utsname u; in PHP_FUNCTION() local
/PHP-7.4/ext/soap/
H A Dphp_sdl.h173 } u; member
/PHP-7.4/ext/spl/
H A Dspl_directory.h101 } u; member
H A Dspl_iterators.h158 } u; member
/PHP-7.4/ext/standard/
H A Dmt_rand.c88 #define hiBit(u) ((u) & 0x80000000U) /* mask all but highest bit of u */ argument
89 #define loBit(u) ((u) & 0x00000001U) /* mask all but lowest bit of u */ argument
90 #define loBits(u) ((u) & 0x7FFFFFFFU) /* mask the highest bit of u */ argument
91 #define mixBits(u, v) (hiBit(u)|loBits(v)) /* move hi bit of u to hi bit of v */ argument
93 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((uint32_t)(-(int32_t)(loBit(v))) & 0x9908b0dfU)) argument
94 #define twist_php(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((uint32_t)(-(int32_t)(loBit(u))) & 0x9908b0dfU)) argument
H A Dnet.c106 zval u; in iface_append_unicast() local
159 PIP_ADAPTER_UNICAST_ADDRESS u = NULL; in PHP_FUNCTION() local
/PHP-7.4/main/
H A Dmergesort.c336 u_char *ai, *s, *t, *u, tmp; in insertionsort() local

Completed in 138 milliseconds