Home
last modified time | relevance | path

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

123

/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_encrypt_3des_cbc.phpt30 // tripledes uses keys upto 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_cbc_3des_decrypt.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_rijndael128_128BitKey.phpt33 // keys upto 128 bits (16 bytes)
40 // rijndael128 is a block cipher of 128 bits (16 bytes)
H A Dmcrypt_encrypt_3des_ecb.phpt23 // tripledes uses keys upto 192 bits (24 bytes)
H A Dmcrypt_rijndael128_256BitKey.phpt46 // rijndael128 is a block cipher of 128 bits (16 bytes)
/PHP-5.4/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.4/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.4/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.4/ext/gd/libgd/
H A Dwebpimg.c871 const uint32 bits = data[0] | (data[1] << 8) | (data[2] << 16); in WebPGetInfo() local
873 if ((bits & 1)) { /* Not a keyframe. */ in WebPGetInfo()
876 const int profile = (bits >> 1) & 7; in WebPGetInfo()
877 const int show_frame = (bits >> 4) & 1; in WebPGetInfo()
878 const uint32 partition_length = (bits >> 5); in WebPGetInfo()
/PHP-5.4/Zend/tests/
H A Dbug55509.phpt6 die('skip Not for 32-bits OS');
/PHP-5.4/ext/session/
H A Dmod_files.bat13 ECHO ^[hash_bits^] is the number of bits defined in session.hash_bits_per_character
/PHP-5.4/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.4/
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.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c620 bits |= operand->insert(val); in get_bundle_bit()
623 return bits; in get_bundle_bit()
634 tilegx_bundle_bits bits = 0; in update_buffer() local
639 bits |= get_bundle_bit(inst_buf + i); in update_buffer()
649 print_insn_tilegx(&bits); in update_buffer()
657 return push_inst(compiler, bits); in update_buffer()
672 bits |= get_bundle_bit(inst_buf + i); in update_buffer()
683 print_insn_tilegx(&bits); in update_buffer()
698 return push_inst(compiler, bits); in update_buffer()
721 print_insn_tilegx(&bits); in update_buffer()
[all …]
/PHP-5.4/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.4/Zend/
H A DZend.m4109 dnl test whether double cast to long preserves least significant bits
110 AC_MSG_CHECKING(whether double cast to long preserves least significant bits)
133 …E([ZEND_DVAL_TO_LVAL_CAST_OK], 1, [Define if double cast to long preserves least significant bits])
H A Dzend_strtod.c1096 static Bigint * d2b(double _d, int *e, int *bits) in d2b() argument
1199 *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask); in d2b()
1202 *bits = P - k; in d2b()
1208 *bits = 32*i - hi0bits(x[i-1]); in d2b()
1210 *bits = (i+2)*16 - hi0bits(x[i]); in d2b()
/PHP-5.4/ext/standard/
H A Dbasic_functions.h159 #error Need type which holds 32 bits
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.c96 uint32 bits[2]; member
3314 ctx->bits[0] = 0; in lsapi_MD5Init()
3315 ctx->bits[1] = 0; in lsapi_MD5Init()
3328 t = ctx->bits[0]; in lsapi_MD5Update()
3329 if ((ctx->bits[0] = t + ((uint32) len << 3)) < t) in lsapi_MD5Update()
3330 ctx->bits[1]++; /* Carry from low to high */ in lsapi_MD5Update()
3331 ctx->bits[1] += len >> 29; in lsapi_MD5Update()
3376 count = (ctx->bits[0] >> 3) & 0x3F; in lsapi_MD5Final()
3402 ((uint32 *) ctx->in)[14] = ctx->bits[0]; in lsapi_MD5Final()
3403 ((uint32 *) ctx->in)[15] = ctx->bits[1]; in lsapi_MD5Final()
/PHP-5.4/ext/pcre/pcrelib/
H A DHACKING326 bits are counted from the least significant end of each unit. In caseless mode,
327 bits for both cases are set.
338 OP_XCLASS is followed by a unit containing flag bits: XCL_NOT indicates that
350 than 256, an XCL_RANGE item is used, without setting any bits in the bit map.
351 This means that if no other items in the class set bits in the map, a map is
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.c1709 zend_uchar bits[1]; local
1714 int1store(bits, options);
1716 ret = conn->m->simple_command(conn, COM_REFRESH, bits, 1, PROT_OK_PACKET, FALSE, TRUE TSRMLS_CC);
1731 zend_uchar bits[1]; local
1736 int1store(bits, level);
1738 ret = conn->m->simple_command(conn, COM_SHUTDOWN, bits, 1, PROT_OK_PACKET, FALSE, TRUE TSRMLS_CC);

Completed in 90 milliseconds

123