Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 25 of 71) sorted by path

123

/PHP-5.5/
H A DNEWS887 . Fixed bug #68044 (Integer overflow in unserialize() (32-bits only)).
2182 64-bits systems). (Laruence)
3826 . Fixed bug #60377 (bcscale related crashes on 64bits platforms). (shm)
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
H A DREADME.PARAMETER_PARSING_API159 * than a 'int', the upper bits might not be initialized
H A Dconfig.guess626 long bits = sysconf(_SC_KERNEL_BITS);
636 switch (bits)
/PHP-5.5/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.5/Zend/tests/
H A Dbug55509.phpt6 die('skip Not for 32-bits OS');
H A Ddval_to_lval_32.phpt2 zend_dval_to_lval preserves low bits (32 bit long)
H A Ddval_to_lval_64.phpt2 zend_dval_to_lval preserves low bits (64 bit long)
/PHP-5.5/ext/bcmath/tests/
H A Dbug60377.phpt2 bcscale related problem on 64bits platforms
/PHP-5.5/ext/dba/libcdb/
H A Duint32.h33 #error Need type which holds 32 bits
/PHP-5.5/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.5/ext/fileinfo/tests/
H A Dmagic2849 >14 beshort x %d bits
3013 # some common bits/sample values
3279 >7 string =_ saved as 32-bits
3292 >7 string =- saved as 64-bits
3776 # .usp are user dictionary bits
3993 >2 byte&0x1f x %d bits
4583 >388 lelong x %d bits/color
4584 >392 lelong x %d bits/pixel
10102 >12 byte >0 \b, %d bits per pixel
11602 # upper 8 bits of the CPU subtype
[all …]
/PHP-5.5/ext/gd/
H A Dgd.c4229 switch (str_img->bits[j * v_lines + i]) { in PHP_FUNCTION()
4233 c_ind = aa[str_img->bits[j * v_lines + i] - 1]; in PHP_FUNCTION()
/PHP-5.5/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.5/ext/hash/
H A Dhash_haval.c325 unsigned char bits[10]; in PHP_HAVAL128Final() local
332 bits[1] = (context->output >> 2); in PHP_HAVAL128Final()
344 PHP_HAVALUpdate(context, bits, 10); in PHP_HAVAL128Final()
379 unsigned char bits[10]; in PHP_HAVAL160Final() local
386 bits[1] = (context->output >> 2); in PHP_HAVAL160Final()
433 unsigned char bits[10]; in PHP_HAVAL192Final() local
440 bits[1] = (context->output >> 2); in PHP_HAVAL192Final()
473 unsigned char bits[10]; in PHP_HAVAL224Final() local
480 bits[1] = (context->output >> 2); in PHP_HAVAL224Final()
514 unsigned char bits[10]; in PHP_HAVAL256Final() local
[all …]
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()
H A Dhash_ripemd.c626 unsigned char bits[8]; in PHP_RIPEMD128Final() local
630 bits[0] = (unsigned char) (context->count[0] & 0xFF); in PHP_RIPEMD128Final()
634 bits[4] = (unsigned char) (context->count[1] & 0xFF); in PHP_RIPEMD128Final()
646 PHP_RIPEMD128Update(context, bits, 8); in PHP_RIPEMD128Final()
663 unsigned char bits[8]; in PHP_RIPEMD256Final() local
667 bits[0] = (unsigned char) (context->count[0] & 0xFF); in PHP_RIPEMD256Final()
683 PHP_RIPEMD256Update(context, bits, 8); in PHP_RIPEMD256Final()
700 unsigned char bits[8]; in PHP_RIPEMD160Final() local
720 PHP_RIPEMD160Update(context, bits, 8); in PHP_RIPEMD160Final()
737 unsigned char bits[8]; in PHP_RIPEMD320Final() local
[all …]
H A Dhash_sha.c376 unsigned char bits[8]; in PHP_SHA1Final() local
380 bits[7] = context->count[0] & 0xFF; in PHP_SHA1Final()
384 bits[3] = context->count[1] & 0xFF; in PHP_SHA1Final()
396 PHP_SHA1Update(context, bits, 8); in PHP_SHA1Final()
583 unsigned char bits[8]; in PHP_SHA224Final() local
603 PHP_SHA224Update(context, bits, 8); in PHP_SHA224Final()
660 unsigned char bits[8]; in PHP_SHA256Final() local
680 PHP_SHA256Update(context, bits, 8); in PHP_SHA256Final()
874 unsigned char bits[16]; in PHP_SHA384Final() local
902 PHP_SHA384Update(context, bits, 16); in PHP_SHA384Final()
[all …]
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 Dphp_hash_whirlpool.h30 int bits; member
/PHP-5.5/ext/hash/tests/
H A Dhaval.phpt9 for($bits=128; $bits <= 256; $bits += 32) {
10 $algo = sprintf('haval%d,%d',$bits,$pass);
16 for($bits=128; $bits <= 256; $bits += 32) {
17 $algo = sprintf('haval%d,%d',$bits,$pass);
23 for($bits=128; $bits <= 256; $bits += 32) {
24 $algo = sprintf('haval%d,%d',$bits,$pass);
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1923 2002/03/23: [bug] should set all bits of reg->mem_stats,
/PHP-5.5/ext/mcrypt/tests/
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_cbc_3des_encrypt.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
30 // tripledes is a block cipher of 64 bits (8 bytes)

Completed in 123 milliseconds

123