Searched defs:v1 (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/standard/ |
H A D | versioning.c | 206 char *v1, *v2; in PHP_FUNCTION() local
|
/php-src/ext/gd/libgd/ |
H A D | gdft.c | 769 gdroundupdown (FT_F26Dot6 v1, int roundup)
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_ra.c | 1639 static void ir_vregs_coalesce(ir_ctx *ctx, uint32_t v1, uint32_t v2, ir_ref from, ir_ref to) in ir_vregs_coalesce() 1922 uint32_t v1 = ctx->vregs[input]; in ir_coalesce() local
|
H A D | ir_sccp.c | 316 ir_insn *v1 = IR_IS_CONST_REF(a) ? &ctx->ir_base[a] : &_values[a]; in ir_sccp_is_equal() local
|
/php-src/ext/hash/xxhash/ |
H A D | xxhash.h | 2123 xxh_u32 v1 = seed + XXH_PRIME32_1 + XXH_PRIME32_2; in XXH32_endian_align() local 2536 xxh_u64 v1 = seed + XXH_PRIME64_1 + XXH_PRIME64_2; in XXH64_endian_align() local
|
/php-src/sapi/litespeed/ |
H A D | lsapilib.c | 2267 int compareValueLocation(const void * v1, const void *v2 ) in compareValueLocation()
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 5267 # define _mm256_set_m128i(v0, v1) _mm256_insertf128_si256(_mm256_castsi128_si256(v1), (v0), 1) argument
|
/php-src/ext/standard/tests/misc/ |
H A D | browscap.ini | 1871 Parent=General Crawlers 1872 Browser="shelob" 1873 Stripper=true 1874 isBanned=true 2040 Parent=General Crawlers 2041 Browser="Xerka" 2042 Stripper=true 2043 isBanned=true
|
Completed in 166 milliseconds