Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 25 of 71) sorted by last modified time

123

/PHP-5.5/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.5/
H A Dphp.ini-development1520 ; 0 (MD5 128 bits)
1521 ; 1 (SHA-1 160 bits)
1528 ; Define how many bits are stored in each character when converting
1531 ; 4 (4 bits: 0-9, a-f)
1532 ; 5 (5 bits: 0-9, a-v)
1533 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
1537 ; http://php.net/session.hash-bits-per-character
H A Dphp.ini-production1520 ; 0 (MD5 128 bits)
1521 ; 1 (SHA-1 160 bits)
1528 ; Define how many bits are stored in each character when converting
1531 ; 4 (4 bits: 0-9, a-f)
1532 ; 5 (5 bits: 0-9, a-v)
1533 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
1537 ; http://php.net/session.hash-bits-per-character
/PHP-5.5/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.5/ext/standard/tests/serialize/
H A Dbug68044.phpt2 Bug #68044 Integer overflow in unserialize() (32-bits only)
/PHP-5.5/ext/standard/tests/image/
H A Dbug13213.phpt17 ["bits"]=>
H A Dgetimagesize.phpt37 ["bits"]=>
52 ["bits"]=>
67 ["bits"]=>
82 ["bits"]=>
99 ["bits"]=>
116 ["bits"]=>
133 ["bits"]=>
150 ["bits"]=>
167 ["bits"]=>
182 ["bits"]=>
H A Dgetimagesize_246x247.phpt37 ["bits"]=>
H A Dgetimagesize_384x385.phpt37 ["bits"]=>
H A Dgetimagesize_basic.phpt62 ["bits"]=>
82 ["bits"]=>
104 ["bits"]=>
138 ["bits"]=>
172 ["bits"]=>
192 ["bits"]=>
212 ["bits"]=>
H A Dgetimagesizefromstring1.phpt26 ["bits"]=>
42 ["bits"]=>
/PHP-5.5/ext/standard/
H A Dsha1.c226 unsigned char bits[8]; in PHP_SHA1Final() local
230 bits[7] = context->count[0] & 0xFF; in PHP_SHA1Final()
231 bits[6] = (context->count[0] >> 8) & 0xFF; in PHP_SHA1Final()
232 bits[5] = (context->count[0] >> 16) & 0xFF; in PHP_SHA1Final()
233 bits[4] = (context->count[0] >> 24) & 0xFF; in PHP_SHA1Final()
234 bits[3] = context->count[1] & 0xFF; in PHP_SHA1Final()
235 bits[2] = (context->count[1] >> 8) & 0xFF; in PHP_SHA1Final()
236 bits[1] = (context->count[1] >> 16) & 0xFF; in PHP_SHA1Final()
237 bits[0] = (context->count[1] >> 24) & 0xFF; in PHP_SHA1Final()
246 PHP_SHA1Update(context, bits, 8); in PHP_SHA1Final()
H A Dimage.c67 unsigned int bits; member
202 long bits; in php_handle_swc() local
254 result->width = (php_swf_get_bits (b, 5 + bits, bits) - in php_handle_swc()
256 result->height = (php_swf_get_bits (b, 5 + (3 * bits), bits) - in php_handle_swc()
257 php_swf_get_bits (b, 5 + (2 * bits), bits)) / 20; in php_handle_swc()
273 long bits; in php_handle_swf() local
284 result->width = (php_swf_get_bits (a, 5 + bits, bits) - in php_handle_swf()
286 result->height = (php_swf_get_bits (a, 5 + (3 * bits), bits) - in php_handle_swf()
287 php_swf_get_bits (a, 5 + (2 * bits), bits)) / 20; in php_handle_swf()
918 if (width > 0 && height > 0 && bits > 0 && bits < 33) { in php_handle_iff()
[all …]
H A Dbasic_functions.h159 #error Need type which holds 32 bits
/PHP-5.5/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.5/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt12 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
H A Dsocket_sendrecvmsg_multi_msg.phpt15 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
/PHP-5.5/ext/session/
H A Dmod_files.bat13 ECHO ^[hash_bits^] is the number of bits defined in session.hash_bits_per_character
/PHP-5.5/ext/phar/
H A DTODO3 X make permissions in the lowest bits of flags to simplify using them [Greg]
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug_63916-2.phpt10 $num = PHP_INT_MAX; // 32 bits
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput212344 settings of the anchored and startline bits. --/
H A Dtestinput23695 settings of the anchored and startline bits. --/
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c9501 find_opcode(tilegx_bundle_bits bits, tilegx_pipeline pipe) in find_opcode() argument
9510 ((unsigned int)(bits >> (bitspec & 63))) & (bitspec >> 6); in find_opcode()
9521 parse_insn_tilegx(tilegx_bundle_bits bits, in parse_insn_tilegx() argument
9530 if ((bits & TILEGX_BUNDLE_MODE_MASK) == 0) in parse_insn_tilegx()
9549 opc = find_opcode (bits, (tilegx_pipeline)pipe); in parse_insn_tilegx()
9557 int raw_opval = op->extract (bits); in parse_insn_tilegx()

Completed in 98 milliseconds

123