Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 487) sorted by last modified time

12345678910>>...20

/PHP-7.4/
H A DNEWS466 interpret bit columns). (Nikita)
1547 . Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
1701 . Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). (cmb)
1940 . Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
1966 . Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). (cmb)
2334 . Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).
2370 . Fixed bug #76654 (Build failure on Mac OS X on 32-bit Intel). (Ryandesign)
2633 . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
H A Dphp.ini-development1812 ; A bitmask, where each bit enables or disables the appropriate OPcache
H A Dphp.ini-production1812 ; A bitmask, where each bit enables or disables the appropriate OPcache
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit
93 /* Second bit of padding */
100 displayBytes(1, "Second bit of padding", block, rateInBytes);
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit
233 /* Second bit of padding */
240 displayBytes(1, "Second bit of padding", block, rateInBytes);
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit
93 /* Second bit of padding */
100 displayBytes(1, "Second bit of padding", block, rateInBytes);
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit
233 /* Second bit of padding */
240 displayBytes(1, "Second bit of padding", block, rateInBytes);
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1468 zend_uchar bit; in php_mysqlnd_rowp_read_binary_protocol() local
1483 bit = 4; /* first 2 bits are reserved */ in php_mysqlnd_rowp_read_binary_protocol()
1493 if (*null_ptr & bit) { in php_mysqlnd_rowp_read_binary_protocol()
1539 if (!((bit<<=1) & 255)) { in php_mysqlnd_rowp_read_binary_protocol()
1540 bit = 1; /* to the following byte */ in php_mysqlnd_rowp_read_binary_protocol()
/PHP-7.4/ext/date/tests/
H A Dbug53437_var3.phpt2 Bug #53437 DateInterval unserialize bad data, 32 bit
4 <?php if (PHP_INT_SIZE != 4) { die('skip 32 bit only'); } ?>
H A Dbug53437_var5.phpt2 Bug #53437 DateInterval unserialize bad data, 64 bit
4 <?php if (PHP_INT_SIZE != 8) { die('skip true 64 bit only'); } ?>
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3513 bit = c ^ oc; in char_get_othercase_bit()
3531 bit >>= 6; in char_get_othercase_bit()
3544 bit >>= 10; in char_get_othercase_bit()
3546 return (bit < 256) ? ((2 << 8) | bit) : ((3 << 8) | (bit >> 8)); in char_get_othercase_bit()
3549 return (bit < 256) ? ((0u << 8) | bit) : ((1u << 8) | (bit >> 8)); in char_get_othercase_bit()
6638 all = -bit; in optimize_class_ranges()
6654 bit = cbit; in optimize_class_ranges()
6661 if (((bit == 0) && nclass) || ((bit == 1) && !nclass)) in optimize_class_ranges()
6700 if (bit != 0) in optimize_class_ranges()
6741 if (bit != 0) in optimize_class_ranges()
[all …]
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2379 /* clean up a bit */
/PHP-7.4/ext/openssl/tests/
H A Dbug52093.phpt6 if (PHP_INT_SIZE !== 8) die("skip this test is for 64bit platforms only");
/PHP-7.4/ext/standard/tests/file/
H A Dbug81145.phpt6 if (PHP_INT_SIZE !== 8) die("skip this test is for 64bit platforms only");
/PHP-7.4/Zend/
H A Dzend_alloc.c547 return ZEND_BIT_TEST(bitset, bit);
552 bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
557 bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
567 int bit = start & (ZEND_MM_BITSET_LEN - 1); local
572 tmp = (zend_mm_bitset)-1 << bit;
585 tmp = (zend_mm_bitset)-1 << bit;
599 int bit = start & (ZEND_MM_BITSET_LEN - 1); local
604 tmp = ~((Z_UL(1) << bit) - 1);
617 tmp = (zend_mm_bitset)-1 << bit;
636 tmp = (zend_mm_bitset)-1 << bit;
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dbug67983.phpt2 Bug #67983: mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns
H A Dmysqli_no_reconnect.phpt90 mysqlnd is a bit more verbose than libmysql. mysqlnd should print:
H A Dmysqli_get_client_stats.phpt134 // issues for very large numbers and 32 vs. 64bit systems
H A Dbug75018.phpt2 Bug #75018 Data corruption when reading fields of bit type
18 $sql = "CREATE TABLE $tbl (bit_column_1 bit(16) NOT NULL) DEFAULT CHARSET=utf8";
H A Dbug_bits.phpt2 Bug (Incorrectly decoding bit values / Malformed server packet. Field length pointing)
20 …TABLE `bug_bits` (`inty` bigint(20) unsigned NOT NULL DEFAULT '0', `bitty` bit(64) NOT NULL DEFAUL…
H A Dbug52891.phpt51 …/* now try values that don't fit in long, on 32bit, new types should be sent or 0 will be inserted…
H A Dbug35517.phpt22 … printf("[001] Expecting integer on 64bit got %s/%s\n", gettype($id), var_export($id, true));
25 … printf("[002] Expecting string on 32bit got %s/%s\n", gettype($id), var_export($id, true));
H A D009.phpt6 echo 'skip test valid only for 32bit systems';
H A D036.phpt6 echo 'skip test valid only for 32bit systems';
/PHP-7.4/build/
H A Dlibtool.m4591 *32-bit*)
597 *64-bit*)
603 *32-bit*)
609 *64-bit*)
624 *32-bit*)
646 *64-bit*)
692 *64-bit*)
1670 libsuff= shlibsuff= libmagic=32-bit;;
1674 libsuff=64 shlibsuff=64 libmagic=64-bit;;
2470 *-32|*"-32 ") libmagic=32-bit;;
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.c555 size_t bit = field->first_bit; in zend_ffi_bit_field_read() local
556 size_t last_bit = bit + field->bits - 1; in zend_ffi_bit_field_read()
557 uint8_t *p = (uint8_t *) ptr + bit / 8; in zend_ffi_bit_field_read()
559 size_t pos = bit % 8; in zend_ffi_bit_field_read()
616 size_t bit = field->first_bit; in zend_ffi_zval_to_bit_field() local
617 size_t last_bit = bit + field->bits - 1; in zend_ffi_zval_to_bit_field()
618 uint8_t *p = (uint8_t *) ptr + bit / 8; in zend_ffi_zval_to_bit_field()
620 size_t pos = bit % 8; in zend_ffi_zval_to_bit_field()
/PHP-7.4/ext/calendar/tests/
H A Dbug80185.phpt6 if (PHP_INT_SIZE != 8) die("skip for 64bit platforms only");

Completed in 144 milliseconds

12345678910>>...20