Home
last modified time | relevance | path

Searched refs:bits (Results 51 – 75 of 104) sorted by relevance

12345

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c238 static unsigned char uuencode_six_bits(unsigned int bits) in uuencode_six_bits() argument
240 if (bits == 0) { in uuencode_six_bits()
243 return bits + 32; in uuencode_six_bits()
H A Dmbfilter_utf7imap.c681 uint64_t bits; in mb_wchar_to_utf7imap() local
686 bits = ((uint64_t)cache << 32) | 0xD800DC00L | ((w & 0xFFC00) << 6) | (w & 0x3FF); in mb_wchar_to_utf7imap()
690 bits = (cache << 16) | w; in mb_wchar_to_utf7imap()
695 out = mb_convert_buf_add(out, mbfl_base64_table[(bits >> (nbits - 6)) & 0x3F]); in mb_wchar_to_utf7imap()
698 cache = bits; in mb_wchar_to_utf7imap()
H A Dmbfilter_utf7.c661 uint64_t bits; in mb_wchar_to_utf7() local
666 bits = ((uint64_t)cache << 32) | 0xD800DC00L | ((w & 0xFFC00) << 6) | (w & 0x3FF); in mb_wchar_to_utf7()
670 bits = (cache << 16) | w; in mb_wchar_to_utf7()
675 out = mb_convert_buf_add(out, mbfl_base64_table[(bits >> (nbits - 6)) & 0x3F]); in mb_wchar_to_utf7()
678 cache = bits; in mb_wchar_to_utf7()
/PHP-8.2/ext/sqlite3/tests/
H A Dbug63921-32bit.phpt11 $num = PHP_INT_MAX; // 32 bits
H A Dbug63921-64bit.phpt11 $num = 100004313234244; // notice this exceeds 32 bits
/PHP-8.2/ext/standard/tests/image/
H A Dbug75708.phpt53 ["bits"]=>
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_commands.c231 zend_uchar bits[1]; in MYSQLND_METHOD() local
235 int1store(bits, options); in MYSQLND_METHOD()
237 ret = send_command(conn->payload_decoder_factory, COM_REFRESH, bits, 1, FALSE, in MYSQLND_METHOD()
260 zend_uchar bits[1]; in MYSQLND_METHOD() local
264 int1store(bits, level); in MYSQLND_METHOD()
266 ret = send_command(conn->payload_decoder_factory, COM_SHUTDOWN, bits, 1, FALSE, in MYSQLND_METHOD()
/PHP-8.2/Zend/
H A Dzend_portability.h439 #define ZEND_BIT_TEST(bits, bit) \ argument
440 (((bits)[(bit) / (sizeof((bits)[0])*8)] >> ((bit) & (sizeof((bits)[0])*8-1))) & 1)
/PHP-8.2/ext/date/tests/
H A Dgmdate_variation12_64bits.phpt2 Test gmdate() function : usage variation - Valid and invalid range of timestamp 64 bits.
H A Dgmdate_variation12.phpt2 Test gmdate() function : usage variation - Valid and invalid range of timestamp 32 bits.
/PHP-8.2/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
/PHP-8.2/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
/PHP-8.2/ext/hash/
H A Dhash_md.c247 unsigned char bits[8]; in PHP_MD4Final() local
251 Encode(bits, context->count, 8); in PHP_MD4Final()
260 PHP_MD4Update(context, bits, 8); in PHP_MD4Final()
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua858 local function parse_imm(imm, bits, shift, scale, signed, action)
864 local s = sar(m, bits-1)
866 elseif s == -1 then return shl(m + shl(1, bits), shift) end
868 if sar(m, bits) == 0 then return shl(m, shift) end
877 (signed and 32768 or 0)+shl(scale, 10)+shl(bits, 5)+shift, imm)
H A Ddasm_arm.lua600 local function parse_imm(imm, bits, shift, scale, signed)
608 local s = sar(m, bits-1)
610 elseif s == -1 then return shl(m + shl(1, bits), shift) end
612 if sar(m, bits) == 0 then return shl(m, shift) end
617 waction("IMM", (signed and 32768 or 0)+scale*1024+bits*32+shift, imm)
H A Ddasm_arm64.lua320 local function parse_imm(imm, bits, shift, scale, signed)
328 local s = sar(m, bits-1)
330 elseif s == -1 then return shl(m + shl(1, bits), shift) end
332 if sar(m, bits) == 0 then return shl(m, shift) end
337 waction("IMM", (signed and 32768 or 0)+scale*1024+bits*32+shift, imm)
/PHP-8.2/ext/session/
H A Dmod_files.bat13 ECHO ^[hash_bits^] is the number of bits defined in session.hash_bits_per_character
/PHP-8.2/Zend/tests/
H A Dbug55509.phpt6 die('skip Not for 32-bits OS');
/PHP-8.2/docs/
H A Doutput-api.md112 remove the CLEANABLE and REMOVABLE bits when the first output has passed through it;
134 Many bits of the manual (and very first implementation) do not comply with the
/PHP-8.2/ext/openssl/tests/
H A Dstream_security_level.phpt15 // Security level 2 refuses certs signed by keys with length of less than 2048 bits
H A Decc.phpt31 var_dump($d1["bits"]);
/PHP-8.2/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt14 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
H A Dsocket_sendrecvmsg_multi_msg.phpt12 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
/PHP-8.2/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt17 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(0)
18 var_dump( strncasecmp($str1, $str2, 4) ); //comparing only 4-bits; expected: int(0)
25 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(1)
/PHP-8.2/ext/ffi/
H A Dffi.g278 {zend_ffi_val bits;}
281 constant_expression(&bits)
283 {zend_ffi_add_bit_field(struct_dcl, name, name_len, field_dcl, &bits);}
289 constant_expression(&bits)
290 {zend_ffi_add_bit_field(struct_dcl, NULL, 0, field_dcl, &bits);}

Completed in 52 milliseconds

12345