Home
last modified time | relevance | path

Searched refs:bits (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-5.6/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.6/ext/standard/
H A Dbasic_functions.h159 #error Need type which holds 32 bits
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c96 uint32 bits[2]; member
3368 ctx->bits[0] = 0; in lsapi_MD5Init()
3369 ctx->bits[1] = 0; in lsapi_MD5Init()
3382 t = ctx->bits[0]; in lsapi_MD5Update()
3383 if ((ctx->bits[0] = t + ((uint32) len << 3)) < t) in lsapi_MD5Update()
3384 ctx->bits[1]++; /* Carry from low to high */ in lsapi_MD5Update()
3385 ctx->bits[1] += len >> 29; in lsapi_MD5Update()
3430 count = (ctx->bits[0] >> 3) & 0x3F; in lsapi_MD5Final()
3456 ((uint32 *) ctx->in)[14] = ctx->bits[0]; in lsapi_MD5Final()
3457 ((uint32 *) ctx->in)[15] = ctx->bits[1]; in lsapi_MD5Final()
/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_256BitKey.phpt46 // rijndael128 is a block cipher of 128 bits (16 bytes)
/PHP-5.6/ext/gmp/
H A Dgmp.c108 ZEND_ARG_INFO(0, bits)
1819 long bits; local
1822 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &bits) == FAILURE) {
1826 if (bits <= 0) {
1834 mpz_urandomb(gmpnum_result, GMPG(rand_state), bits);
/PHP-5.6/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
H A DChangeLog476 mode in which only the bottom 21 bits of 32-bit data items are used. To
534 16/32 bits and --enable-bar-anycrlf. It now does.
915 of the compiled pattern block, expand the flags field from 16 to 32 bits
2918 of both had grown to the point where there were only 3 bits left.
2921 bits.
2927 start sets both bits.
3687 8. A call of pcre_fullinfo() from pcretest to get the option bits was passing
3738 bits were taken. Thus, for example, \500 really meant \100. Nowadays the
3754 the bottom 8 bits, as in old Perl. I have now made octal escapes with
5048 The flag bits are also defined in pcre.h, and are
[all …]
H A Dpcre_jit_compile.c3962 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL i…
4248 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL i… in check_class_ranges() argument
4255 bit = bits[0] & 0x1; in check_class_ranges()
4262 if ((i & 0x7) == 0 && bits[byte] == all) in check_class_ranges()
4266 cbit = (bits[byte] >> (i & 0x7)) & 0x1; in check_class_ranges()
4291 bit = bits[0] & 0x1; in check_class_ranges()
H A DREADME830 The final 256-byte table has bits indicating various character types, as
/PHP-5.6/ext/phar/
H A DTODO3 X make permissions in the lowest bits of flags to simplify using them [Greg]
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.c1862 zend_uchar bits[1]; local
1867 int1store(bits, options);
1869 ret = conn->m->simple_command(conn, COM_REFRESH, bits, 1, PROT_OK_PACKET, FALSE, TRUE TSRMLS_CC);
1884 zend_uchar bits[1]; local
1889 int1store(bits, level);
1891 ret = conn->m->simple_command(conn, COM_SHUTDOWN, bits, 1, PROT_OK_PACKET, FALSE, TRUE TSRMLS_CC);
/PHP-5.6/
H A Dconfig.guess626 long bits = sysconf(_SC_KERNEL_BITS);
636 switch (bits)
H A DREADME.PARAMETER_PARSING_API159 * than a 'int', the upper bits might not be initialized
H A Dphp.ini-development1578 ; 0 (MD5 128 bits)
1579 ; 1 (SHA-1 160 bits)
1586 ; Define how many bits are stored in each character when converting
1589 ; 4 (4 bits: 0-9, a-f)
1590 ; 5 (5 bits: 0-9, a-v)
1591 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
1595 ; http://php.net/session.hash-bits-per-character
H A Dphp.ini-production1578 ; 0 (MD5 128 bits)
1579 ; 1 (SHA-1 160 bits)
1586 ; Define how many bits are stored in each character when converting
1589 ; 4 (4 bits: 0-9, a-f)
1590 ; 5 (5 bits: 0-9, a-v)
1591 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
1595 ; http://php.net/session.hash-bits-per-character
H A DUPGRADING129 over the key size (in bits) used when negotiating RSA ciphers.
H A DNEWS1658 . Fixed bug #68536 (pack for 64bits integer is broken on bigendian). (Remi)
1893 . Fixed bug #68044 (Integer overflow in unserialize() (32-bits only)).
2329 over the key size (in bits) used for RSA key agreements. (Daniel Lowrey)
3760 64-bits systems). (Laruence)
5404 . Fixed bug #60377 (bcscale related crashes on 64bits platforms). (shm)
/PHP-5.6/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()
H A DsljitNativeARM_T2_32.c49 #define COPY_BITS(src, from, to, bits) \ argument
50 ((from >= to ? (src >> (from - to)) : (src << (to - from))) & (((1 << bits) - 1) << to))
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic2949 >14 beshort x %d bits
3113 # some common bits/sample values
3450 >7 string =_ saved as 32-bits
3463 >7 string =- saved as 64-bits
3980 # .usp are user dictionary bits
4197 >2 byte&0x1f x %d bits
4825 >388 lelong x %d bits/color
4826 >392 lelong x %d bits/pixel
10754 >12 byte >0 \b, %d bits per pixel
12328 # upper 8 bits of the CPU subtype
[all …]
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt428 define the same bits in the options word. There is a discussion about
759 define the same bits in the options word. There is a discussion about
2113 The following names for option bits are defined in the pcre.h header
2320 The newline setting in the options word uses three bits that are
2538 The second argument of pcre_study() contains option bits. There are
2549 undefined bits in the options argument must be zero.
3123 The flag bits are:
3137 other fields and their corresponding flag bits.
3233 Option bits for pcre_exec()
4128 Option bits for pcre_dfa_exec()
[all …]
/PHP-5.6/ext/gd/
H A Dgd.c4280 switch (str_img->bits[j * v_lines + i]) { in PHP_FUNCTION()
4284 c_ind = aa[str_img->bits[j * v_lines + i] - 1]; in PHP_FUNCTION()
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY1942 2002/03/23: [bug] should set all bits of reg->mem_stats,
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput23695 settings of the anchored and startline bits. --/

Completed in 258 milliseconds

1234