Home
last modified time | relevance | path

Searched refs:bits (Results 26 – 50 of 76) sorted by relevance

1234

/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_encrypt.phpt26 // tripledes uses keys up to 192 bits (24 bytes)
33 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_decrypt_3des_ecb.phpt24 // tripledes uses keys with exactly 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_ecb_3des_decrypt.phpt26 // tripledes uses keys up to 192 bits (24 bytes)
39 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_decrypt_3des_cbc.phpt24 // tripledes uses keys with exactly 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_encrypt_3des_cbc.phpt30 // tripledes uses keys up to 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_cbc_3des_encrypt.phpt24 // tripledes uses keys with exactly 192 bits (24 bytes)
30 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_cbc_3des_decrypt.phpt24 // tripledes uses keys with exactly 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_encrypt_3des_ecb.phpt23 // tripledes uses keys up to 192 bits (24 bytes)
H A Dmcrypt_rijndael128_128BitKey.phpt33 // keys up to 128 bits (16 bytes)
40 // rijndael128 is a block cipher of 128 bits (16 bytes)
/PHP-5.6/ext/pdo_sqlite/tests/
H A Dbug_63916.phpt10 $num = 100004313234244; // exceeds 32 bits
H A Dbug_63916-2.phpt10 $num = PHP_INT_MAX; // 32 bits
/PHP-5.6/ext/hash/
H A Dhash_whirlpool.c280 int bufferRem = context->buffer.bits & 7; /* occupied bits on buffer[bufferPos]. */ in PHP_WHIRLPOOLUpdate()
284 int bufferBits = context->buffer.bits; in PHP_WHIRLPOOLUpdate()
373 context->buffer.bits = bufferBits; in PHP_WHIRLPOOLUpdate()
382 int bufferBits = context->buffer.bits; in PHP_WHIRLPOOLFinal()
H A Dhash_md.c327 unsigned char bits[8]; in PHP_MD5Final() local
331 Encode(bits, context->count, 8); in PHP_MD5Final()
340 PHP_MD5Update(context, bits, 8); in PHP_MD5Final()
585 unsigned char bits[8]; in PHP_MD4Final() local
589 Encode(bits, context->count, 8); in PHP_MD4Final()
598 PHP_MD4Update(context, bits, 8); in PHP_MD4Final()
/PHP-5.6/ext/sqlite3/tests/
H A Dbug63921-32bit.phpt10 $num = PHP_INT_MAX; // 32 bits
H A Dbug63921-64bit.phpt10 $num = 100004313234244; // notice this exceeds 32 bits
/PHP-5.6/ext/gd/libgd/
H A Dwebpimg.c885 const uint32 bits = data[0] | (data[1] << 8) | (data[2] << 16); in WebPGetInfo() local
887 if ((bits & 1)) { /* Not a keyframe. */ in WebPGetInfo()
890 const int profile = (bits >> 1) & 7; in WebPGetInfo()
891 const int show_frame = (bits >> 4) & 1; in WebPGetInfo()
892 const uint32 partition_length = (bits >> 5); in WebPGetInfo()
/PHP-5.6/Zend/tests/
H A Dbug55509.phpt6 die('skip Not for 32-bits OS');
/PHP-5.6/ext/session/
H A Dmod_files.bat13 ECHO ^[hash_bits^] is the number of bits defined in session.hash_bits_per_character
/PHP-5.6/
H A DREADME.NEW-OUTPUT-API116 remove the CLEANABLE and REMOVABLE bits when the first output has passed through it;
138 Many bits of the manual (and very first implementation) do not comply
/PHP-5.6/ext/ereg/regex/
H A DWHATSNEW21 New in alpha3.2: Assorted bits of cleanup and portability improvement
62 bits.
86 New in alpha+2: minor bits of cleanup. Notably, the number "32" for the
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c618 bits |= operand->insert(val); in get_bundle_bit()
621 return bits; in get_bundle_bit()
631 tilegx_bundle_bits bits = 0; in update_buffer() local
636 bits |= get_bundle_bit(inst_buf + i); in update_buffer()
646 print_insn_tilegx(&bits); in update_buffer()
654 return push_inst(compiler, bits); in update_buffer()
669 bits |= get_bundle_bit(inst_buf + i); in update_buffer()
680 print_insn_tilegx(&bits); in update_buffer()
695 return push_inst(compiler, bits); in update_buffer()
718 print_insn_tilegx(&bits); in update_buffer()
[all …]
/PHP-5.6/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt22 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(0)
23 var_dump( strncasecmp($str1, $str2, 4) ); //comparing only 4-bits; expected: int(0)
30 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(1)
H A Dstrncmp_variation6.phpt22 var_dump( strncmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(0)
23 var_dump( strncmp($str1, $str2, 4) ); //comparing only 4-bits; expected: int(0)
31 var_dump( strncmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(1)
/PHP-5.6/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg.phpt15 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt12 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg

Completed in 44 milliseconds

1234