Home
last modified time | relevance | path

Searched refs:bits (Results 76 – 100 of 104) sorted by relevance

12345

/PHP-8.2/ext/standard/
H A Durl.c475 uint32_t bits; in php_url_encode_impl() local
513 if (((bits = _mm_movemask_epi8(mask)) & 0xffff) == 0xffff) { in php_url_encode_impl()
521 if ((bits & (0x1 << i))) { in php_url_encode_impl()
/PHP-8.2/ext/ffi/
H A Dffi.c132 uint8_t bits; member
2086 if (!f->bits) { in zend_ffi_cdata_get_debug_info()
3089 || old_field->bits != field->bits in zend_ffi_same_types()
6045 field->bits = 0;
6098 new_field->bits = field->bits;
6143 if (bits->kind == ZEND_FFI_VAL_INT32 || bits->kind == ZEND_FFI_VAL_INT64) {
6144 if (bits->i64 < 0) {
6158 if (bits->u64 == 0) {
6180 field->bits = bits->u64;
6197 field->bits = bits->u64;
[all …]
H A Dphp_ffi.h224 …i_dcl *struct_dcl, const char *name, size_t name_len, zend_ffi_dcl *field_dcl, zend_ffi_val *bits);
H A Dffi_parser.c2497 zend_ffi_val bits; in parse_struct_declarator() local
2502 sym = parse_constant_expression(sym, &bits); in parse_struct_declarator()
2506 zend_ffi_add_bit_field(struct_dcl, name, name_len, field_dcl, &bits); in parse_struct_declarator()
2517 sym = parse_constant_expression(sym, &bits); in parse_struct_declarator()
2518 zend_ffi_add_bit_field(struct_dcl, NULL, 0, field_dcl, &bits); in parse_struct_declarator()
/PHP-8.2/ext/mbstring/tests/
H A Dmb_encode_numericentity.phpt49 // Try using mask to remove some bits
H A Dutf7imap_encoding.phpt229 // (which decodes to only zero bits)
H A Dutf_encodings.phpt1064 // (which decodes to only zero bits)
1070 $encoded = encode("\x12\x34", 'UTF-16BE'); // 3 Base64 bytes, 2 bits of padding...
H A Dcp5022x_encoding.phpt17 * Shift-JIS is fun! The first byte only represents the top 7 bits of
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_ppc.lua1538 local function parse_imm(imm, bits, shift, scale, signed)
1544 local s = sar(m, bits-1)
1546 elseif s == -1 then return shl(m + shl(1, bits), shift) end
1548 if sar(m, bits) == 0 then return shl(m, shift) end
1557 waction("IMM", (signed and 32768 or 0)+scale*1024+bits*32+shift, imm)
/PHP-8.2/ext/gmp/
H A Dgmp.stub.php158 function gmp_random_bits(int $bits): GMP {} argument
H A Dgmp.c1768 zend_long bits; in ZEND_FUNCTION() local
1771 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &bits) == FAILURE) { in ZEND_FUNCTION()
1775 if (bits <= 0) { in ZEND_FUNCTION()
1783 mpz_urandomb(gmpnum_result, GMPG(rand_state), bits); in ZEND_FUNCTION()
H A Dgmp_arginfo.h137 ZEND_ARG_TYPE_INFO(0, bits, IS_LONG, 0)
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c98 uint32 bits[2]; member
4156 ctx->bits[0] = 0; in lsapi_MD5Init()
4157 ctx->bits[1] = 0; in lsapi_MD5Init()
4170 t = ctx->bits[0]; in lsapi_MD5Update()
4171 if ((ctx->bits[0] = t + ((uint32) len << 3)) < t) in lsapi_MD5Update()
4172 ctx->bits[1]++; /* Carry from low to high */ in lsapi_MD5Update()
4173 ctx->bits[1] += len >> 29; in lsapi_MD5Update()
4219 count = (ctx->bits[0] >> 3) & 0x3F; in lsapi_MD5Final()
4245 ((uint32 *) ctx->in)[14] = ctx->bits[0]; in lsapi_MD5Final()
4246 ((uint32 *) ctx->in)[15] = ctx->bits[1]; in lsapi_MD5Final()
/PHP-8.2/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_binary_prefixes.phpt12 // Ignore G due to overflow on 32bits
H A Dzend_ini_parse_quantity_hex_prefixes.phpt12 // Ignore G due to overflow on 32bits
H A Dzend_ini_parse_quantity_octal_prefixes.phpt12 // Ignore G due to overflow on 32bits
/PHP-8.2/Zend/
H A Dzend_strtod.c1312 (d, e, bits) U *d; int *e, *bits; in d2b() argument
1314 (U *d, int *e, int *bits)
1422 *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask);
1425 *bits = P - k;
1432 *bits = 32*i - hi0bits(x[i-1]);
1434 *bits = (i+2)*16 - hi0bits(x[i]);
/PHP-8.2/
H A DUPGRADING340 . getimagesize() now reports the actual image dimensions, bits and channels
342 bits and channels have not been reported at all.
H A Dphp.ini-development1525 ; Define how many bits are stored in each character when converting
1528 ; 4 (4 bits: 0-9, a-f)
1529 ; 5 (5 bits: 0-9, a-v)
1530 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
1534 ; https://php.net/session.hash-bits-per-character
H A Dphp.ini-production1527 ; Define how many bits are stored in each character when converting
1530 ; 4 (4 bits: 0-9, a-f)
1531 ; 5 (5 bits: 0-9, a-v)
1532 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
1536 ; https://php.net/session.hash-bits-per-character
/PHP-8.2/docs/
H A Dparameter-parsing-api.md182 * than a 'size_t', the upper bits might not be initialized
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic4832 >14 beshort x %d bits
7456 >2 byte&0x1f x %d bits
16760 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
21363 # # finder flags, bits 0-7
22872 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
22898 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
27789 # CTB. Old-style CTBs have only four bits of type information; bits
28013 >>&0 ubeshort x \b %d bits)
28015 >>&0 ubeshort x \b %d bits)
28017 >>&0 ubeshort x \b %d bits)
[all …]
H A Dmagic私はガラスを食べられます4832 >14 beshort x %d bits
7456 >2 byte&0x1f x %d bits
16760 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
21363 # # finder flags, bits 0-7
22872 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
22898 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
27789 # CTB. Old-style CTBs have only four bits of type information; bits
28013 >>&0 ubeshort x \b %d bits)
28015 >>&0 ubeshort x \b %d bits)
28017 >>&0 ubeshort x \b %d bits)
[all …]
/PHP-8.2/build/
H A Dconfig.guess718 long bits = sysconf(_SC_KERNEL_BITS);
728 switch (bits)
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c380 sljit_uw bits[4]; in have_facility_dynamic() member
390 if (SLJIT_UNLIKELY(cpu_features.bits[0] == 0)) { in have_facility_dynamic()
398 SLJIT_ASSERT(cpu_features.bits[0] != 0); in have_facility_dynamic()
400 return (cpu_features.bits[word_index] & bit_index) != 0; in have_facility_dynamic()

Completed in 304 milliseconds

12345