Home
last modified time | relevance | path

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

12345678910>>...22

/php-src/
H A DNEWS85 - ValueError if the integer index does not fit in a signed 32 bit integer
113 64bit archs. (Arnaud)
H A DUPGRADING52 - ValueError if the integer index does not fit in a signed 32 bit integer
87 . The maximum value of the opcache.interned_strings_buffer setting on 64bit
H A DUPGRADING.INTERNALS94 - Symbol SIZEOF_SHORT removed (size of 2 on 32-bit and 64-bit platforms).
H A Dphp.ini-development1747 ; A bitmask, where each bit enables or disables the appropriate OPcache
H A Dphp.ini-production1749 ; A bitmask, where each bit enables or disables the appropriate OPcache
/php-src/Zend/
H A Dzend_portability.h452 #define ZEND_BIT_TEST(bits, bit) \ argument
453 (((bits)[(bit) / (sizeof((bits)[0])*8)] >> ((bit) & (sizeof((bits)[0])*8-1))) & 1)
H A Dzend_alloc.c584 return ZEND_BIT_TEST(bitset, bit);
589 bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
594 bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_UL(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
604 int bit = start & (ZEND_MM_BITSET_LEN - 1); local
609 tmp = (zend_mm_bitset)-1 << bit;
622 tmp = (zend_mm_bitset)-1 << bit;
636 int bit = start & (ZEND_MM_BITSET_LEN - 1); local
641 tmp = ~((Z_UL(1) << bit) - 1);
654 tmp = (zend_mm_bitset)-1 << bit;
673 tmp = (zend_mm_bitset)-1 << bit;
[all …]
H A Dzend_bitset.h266 #define ZEND_BITSET_FOREACH(set, len, bit) do { \ argument
272 (bit) = ZEND_BITSET_ELM_SIZE * 8 * _i; \
273 for (; _x != 0; _x >>= Z_UL(1), (bit)++) { \
276 #define ZEND_BITSET_REVERSE_FOREACH(set, len, bit) do { \ argument
283 (bit) = ZEND_BITSET_ELM_SIZE * 8 * (_i + 1) - 1; \
284 for (; _x != 0; _x <<= Z_UL(1), (bit)--) { \
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc7114 // TODO: we might need to perform truncation from 32/64 bit integer
8913 | mov rax, ((ptrdiff_t)addr) // 0x48 0xc7 0xc0 <imm-32-bit>
8915 | mov64 rax, ((ptrdiff_t)addr) // 0x48 0xb8 <imm-64-bit>
9190 | mov rax, ((ptrdiff_t)addr) // 0x48 0xc7 0xc0 <imm-32-bit>
9192 | mov64 rax, ((ptrdiff_t)addr) // 0x48 0xb8 <imm-64-bit>
9238 | mov rax, ((ptrdiff_t)addr) // 0x48 0xc7 0xc0 <imm-32-bit>
9240 | mov64 rax, ((ptrdiff_t)addr) // 0x48 0xb8 <imm-64-bit>
9282 | mov rax, ((ptrdiff_t)addr) // 0x48 0xc7 0xc0 <imm-32-bit>
9284 | mov64 rax, ((ptrdiff_t)addr) // 0x48 0xb8 <imm-64-bit>
9593 | mov rax, ((ptrdiff_t)addr) // 0x48 0xc7 0xc0 <imm-32-bit>
[all …]
H A Dir_private.h450 int bit = IR_BITSET_BITS * i + ir_bitset_ntz(x); in ir_bitset_pop_first() local
452 return bit; in ir_bitset_pop_first()
458 #define IR_BITSET_FOREACH(set, len, bit) do { \ argument
464 (bit) = IR_BITSET_BITS * _i + ir_bitset_ntz(_x); \
467 #define IR_BITSET_FOREACH_DIFFERENCE(set1, set2, len, bit) do { \ argument
474 (bit) = IR_BITSET_BITS * _i + ir_bitset_ntz(_x); \
560 #define IR_SPARSE_SET_FOREACH(set, bit) do { \ argument
565 (bit) = *_p; \
603 int bit = IR_BITSET_BITS * i + ir_bitset_ntz(x); in ir_bitqueue_pop() local
606 return bit; in ir_bitqueue_pop()
/php-src/build/
H A Dlibtool.m4591 *32-bit*)
597 *64-bit*)
603 *32-bit*)
609 *64-bit*)
624 *32-bit*)
646 *64-bit*)
691 *64-bit*)
1681 libsuff= shlibsuff= libmagic=32-bit;;
1685 libsuff=64 shlibsuff=64 libmagic=64-bit;;
2481 *-32|*"-32 ") libmagic=32-bit;;
[all …]
/php-src/scripts/gdb/
H A Dphp_gdb.py90 for bit in range(0, type_mask_size):
91 if type_mask & (1 << bit):
92 type_name = type_bit_to_name.get(bit)
95 parts.append('(1<<%d)' % bit)
314 for name, bit in matches:
315 bits[int(bit)] = name.lower()
319 for name, bit in matches:
320 if not int(bit) in bits:
321 bits[int(bit)] = name.lower()
324 for bit in bits:
[all …]
/php-src/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dscalar_strict.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dscalar_return_basic_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dscalar_strict_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1412 zend_uchar bit; in php_mysqlnd_rowp_read_binary_protocol() local
1427 bit = 4; /* first 2 bits are reserved */ in php_mysqlnd_rowp_read_binary_protocol()
1437 if (*null_ptr & bit) { in php_mysqlnd_rowp_read_binary_protocol()
1483 if (!((bit<<=1) & 255)) { in php_mysqlnd_rowp_read_binary_protocol()
1484 bit = 1; /* to the following byte */ in php_mysqlnd_rowp_read_binary_protocol()
/php-src/ext/ldap/
H A Dconfig.m415 AC_MSG_CHECKING([if we're at 64-bit platform])
/php-src/ext/standard/
H A Durl_scanner_ex.re396 A bit hacky check this here, but saves a URL parse. */
H A Dvar_unserializer.re977 /* Use double for large zend_long values that were serialized on a 64-bit system */
H A Dbase64.c176 const uint8x16_t bit = vqtbl2q_u8(bitposLUT, higher_nibble); in decode_fromascii() local
177 *error = vceqq_u8(vandq_u8(M, bit), vdupq_n_u8(0)); in decode_fromascii()
717 const __m512i bit = _mm512_shuffle_epi8(bitposLUT, higher_nibble); in php_base64_decode_ex_avx512() local
718 const uint64_t match = _mm512_test_epi8_mask(M, bit); in php_base64_decode_ex_avx512()
/php-src/ext/ffi/
H A Dffi.c637 size_t bit = field->first_bit; in zend_ffi_bit_field_read() local
638 size_t last_bit = bit + field->bits - 1; in zend_ffi_bit_field_read()
639 uint8_t *p = (uint8_t *) ptr + bit / 8; in zend_ffi_bit_field_read()
641 size_t pos = bit % 8; in zend_ffi_bit_field_read()
698 size_t bit = field->first_bit; in zend_ffi_zval_to_bit_field() local
699 size_t last_bit = bit + field->bits - 1; in zend_ffi_zval_to_bit_field()
700 uint8_t *p = (uint8_t *) ptr + bit / 8; in zend_ffi_zval_to_bit_field()
702 size_t pos = bit % 8; in zend_ffi_zval_to_bit_field()
/php-src/ext/opcache/tests/
H A Dgh9259_001.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
/php-src/ext/dom/tests/modern/spec/
H A DCharacterData_insertData_negative_offset_mod32.phpt7 if (PHP_INT_SIZE === 4) die('skip not for 32-bit');
H A DCharacterData_replaceData_negative_count_mod32.phpt7 if (PHP_INT_SIZE === 4) die('skip not for 32-bit');

Completed in 124 milliseconds

12345678910>>...22