Home
last modified time | relevance | path

Searched refs:bits (Results 76 – 100 of 108) sorted by last modified time

12345

/php-src/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-src/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-src/ext/session/
H A Dmod_files.bat13 ECHO ^[hash_bits^] is the number of bits defined in session.hash_bits_per_character
/php-src/ext/pdo_sqlite/tests/
H A Dbug_63916-2.phpt11 $num = PHP_INT_MAX; // 32 bits
H A Dbug_63916.phpt11 $num = 100004313234244; // exceeds 32 bits
/php-src/ext/openssl/tests/
H A Dopenssl_pkey_get_details_basic.phpt18 [bits] => 256
/php-src/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt17 * Shift-JIS is fun! The first byte only represents the top 7 bits of
/php-src/ext/hash/tests/
H A Dhaval.phpt7 for($bits=128; $bits <= 256; $bits += 32) {
8 $algo = sprintf('haval%d,%d',$bits,$pass);
14 for($bits=128; $bits <= 256; $bits += 32) {
15 $algo = sprintf('haval%d,%d',$bits,$pass);
21 for($bits=128; $bits <= 256; $bits += 32) {
22 $algo = sprintf('haval%d,%d',$bits,$pass);
H A Dsha3.phpt19 foreach ([224, 256, 384, 512] as $bits) {
20 echo $bits, ': ', hash("sha3-$bits", $subject), "\n";
/php-src/ext/hash/
H A Dhash_whirlpool.c276 int bufferRem = context->buffer.bits & 7; /* occupied bits on buffer[bufferPos]. */ in PHP_WHIRLPOOLUpdate()
280 int bufferBits = context->buffer.bits; in PHP_WHIRLPOOLUpdate()
369 context->buffer.bits = bufferBits; in PHP_WHIRLPOOLUpdate()
378 int bufferBits = context->buffer.bits; in PHP_WHIRLPOOLFinal()
440 && ctx->buffer.bits >= ctx->buffer.pos * 8 in php_whirlpool_unserialize()
441 && ctx->buffer.bits < ctx->buffer.pos * 8 + 8) { in php_whirlpool_unserialize()
H A Dphp_hash_whirlpool.h26 int bits; member
/php-src/ext/gmp/tests/
H A Dgmp_random_bits.phpt44 gmp_random_bits(): Argument #1 ($bits) must be greater than or equal to 1
45 gmp_random_bits(): Argument #1 ($bits) must be greater than or equal to 1
/php-src/ext/gd/tests/
H A Dbug79615.phpt7 $im = imagecreate(3, 3); // 3x3, 9 colors, 4 bits per pixel
/php-src/ext/gd/libgd/
H A Dgd_tga.c115 if (tga->bits == TGA_BPP_24) { in gdImageCreateFromTgaCtx()
118 } else if (tga->bits == TGA_BPP_32 && tga->alphabits) { in gdImageCreateFromTgaCtx()
166 tga->bits = header[16]; in read_header_tga()
172 printf("format bps: %i\n", tga->bits); in read_header_tga()
178 if (!((tga->bits == TGA_BPP_24 && tga->alphabits == 0) in read_header_tga()
179 || (tga->bits == TGA_BPP_32 && tga->alphabits == 8))) in read_header_tga()
182 tga->bits, tga->alphabits); in read_header_tga()
208 int pixel_block_size = (tga->bits / 8); in read_image_tga()
H A Dgd_tga.h22 uint8_t bits; // image bits per pixel 8,16,24,32 member
/php-src/ext/fileinfo/tests/upstream/
H A Dpgp-binary-key-v2-phil.result1 OpenPGP Public Key Version 2, Created Fri May 21 05:20:00 1993, RSA (Encrypt or Sign, 1024 bits); U…
H A Dpgp-binary-key-v3-lutz.result1 OpenPGP Public Key Version 3, Created Mon Mar 17 11:14:30 1997, RSA (Encrypt or Sign, 1127 bits); U…
H A Dpgp-binary-key-v4-dsa.result1 OpenPGP Public Key Version 4, Created Mon Apr 7 22:23:01 1997, DSA (1024 bits); User ID; Signature…
H A Dpgp-binary-key-v4-rsa-key.result1 OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); U…
H A Dpgp-binary-key-v4-rsa-no-userid-secret.result1 OpenPGP Secret Key Version 4, Created Sat Aug 22 20:13:52 2020, RSA (Encrypt or Sign, 3072 bits); S…
H A Dpgp-binary-key-v4-rsa-secret-key.result1 OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); U…
/php-src/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);}
H A Dphp_ffi.h223 …i_dcl *struct_dcl, const char *name, size_t name_len, zend_ffi_dcl *field_dcl, zend_ffi_val *bits);

Completed in 83 milliseconds

12345