Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg.phpt13 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
/PHP-7.4/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)
/PHP-7.4/ext/openssl/tests/
H A Decc.phpt24 var_dump($d1["bits"]);
/PHP-7.4/ext/ffi/
H A Dffi.g282 {zend_ffi_val bits;}
285 constant_expression(&bits)
287 {zend_ffi_add_bit_field(struct_dcl, name, name_len, field_dcl, &bits);}
293 constant_expression(&bits)
294 {zend_ffi_add_bit_field(struct_dcl, NULL, 0, field_dcl, &bits);}
H A Dffi.c131 uint8_t bits; member
1999 if (!f->bits) { in zend_ffi_cdata_get_debug_info()
2997 || old_field->bits != field->bits in zend_ffi_same_types()
5736 field->bits = 0;
5789 new_field->bits = field->bits;
5834 if (bits->kind == ZEND_FFI_VAL_INT32 || bits->kind == ZEND_FFI_VAL_INT64) {
5835 if (bits->i64 < 0) {
5849 if (bits->u64 == 0) {
5871 field->bits = bits->u64;
5888 field->bits = bits->u64;
[all …]
H A Dphp_ffi.h225 …i_dcl *struct_dcl, const char *name, size_t name_len, zend_ffi_dcl *field_dcl, zend_ffi_val *bits);
H A Dffi_parser.c2436 zend_ffi_val bits; in parse_struct_declarator() local
2441 sym = parse_constant_expression(sym, &bits); in parse_struct_declarator()
2445 zend_ffi_add_bit_field(struct_dcl, name, name_len, field_dcl, &bits); in parse_struct_declarator()
2456 sym = parse_constant_expression(sym, &bits); in parse_struct_declarator()
2457 zend_ffi_add_bit_field(struct_dcl, NULL, 0, field_dcl, &bits); in parse_struct_declarator()
/PHP-7.4/Zend/
H A DZend.m4155 dnl Test whether double cast to long preserves least significant bits.
156 AC_MSG_CHECKING(whether double cast to long preserves least significant bits)
179 …E([ZEND_DVAL_TO_LVAL_CAST_OK], 1, [Define if double cast to long preserves least significant bits])
H A Dzend_strtod.c1322 (d, e, bits) U *d; int *e, *bits; in d2b() argument
1324 (U *d, int *e, int *bits)
1432 *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask);
1435 *bits = P - k;
1442 *bits = 32*i - hi0bits(x[i-1]);
1444 *bits = (i+2)*16 - hi0bits(x[i]);
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c100 uint32 bits[2]; member
4132 ctx->bits[0] = 0; in lsapi_MD5Init()
4133 ctx->bits[1] = 0; in lsapi_MD5Init()
4146 t = ctx->bits[0]; in lsapi_MD5Update()
4147 if ((ctx->bits[0] = t + ((uint32) len << 3)) < t) in lsapi_MD5Update()
4148 ctx->bits[1]++; /* Carry from low to high */ in lsapi_MD5Update()
4149 ctx->bits[1] += len >> 29; in lsapi_MD5Update()
4195 count = (ctx->bits[0] >> 3) & 0x3F; in lsapi_MD5Final()
4221 ((uint32 *) ctx->in)[14] = ctx->bits[0]; in lsapi_MD5Final()
4222 ((uint32 *) ctx->in)[15] = ctx->bits[1]; in lsapi_MD5Final()
/PHP-7.4/ext/gmp/
H A Dgmp.c111 ZEND_ARG_INFO(0, bits)
1920 zend_long bits; in ZEND_FUNCTION() local
1923 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &bits) == FAILURE) { in ZEND_FUNCTION()
1927 if (bits <= 0) { in ZEND_FUNCTION()
1935 mpz_urandomb(gmpnum_result, GMPG(rand_state), bits); in ZEND_FUNCTION()
/PHP-7.4/ext/pcre/pcre2lib/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.c56 #define COPY_BITS(src, from, to, bits) \ argument
57 ((from >= to ? (src >> (from - to)) : (src << (to - from))) & (((1 << bits) - 1) << to))
/PHP-7.4/docs/
H A Dparameter-parsing-api.md179 * than a 'size_t', the upper bits might not be initialized
/PHP-7.4/build/
H A Dconfig.guess718 long bits = sysconf(_SC_KERNEL_BITS);
728 switch (bits)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4271 >14 beshort x %d bits
6613 >2 byte&0x1f x %d bits
8166 >388 lelong x %d bits/color
8167 >392 lelong x %d bits/pixel
15378 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
18836 # # finder flags, bits 0-7
20247 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
20273 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
23721 >>>>11 ubeshort x %u bits
23732 >>>>9 ubeshort x %u bits
[all …]
H A Dmagic4271 >14 beshort x %d bits
6613 >2 byte&0x1f x %d bits
8166 >388 lelong x %d bits/color
8167 >392 lelong x %d bits/pixel
15378 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
18836 # # finder flags, bits 0-7
20247 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
20273 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
23721 >>>>11 ubeshort x %u bits
23732 >>>>9 ubeshort x %u bits
[all …]
/PHP-7.4/
H A Dphp.ini-development1495 ; Define how many bits are stored in each character when converting
1498 ; 4 (4 bits: 0-9, a-f)
1499 ; 5 (5 bits: 0-9, a-v)
1500 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
1504 ; http://php.net/session.hash-bits-per-character
H A Dphp.ini-production1495 ; Define how many bits are stored in each character when converting
1498 ; 4 (4 bits: 0-9, a-f)
1499 ; 5 (5 bits: 0-9, a-v)
1500 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
1504 ; http://php.net/session.hash-bits-per-character
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6265 static BOOL optimize_class(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert,…
6628 static BOOL optimize_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL … in optimize_class_ranges() argument
6636 bit = bits[0] & 0x1; in optimize_class_ranges()
6643 if ((i & 0x7) == 0 && bits[byte] == all) in optimize_class_ranges()
6647 cbit = (bits[byte] >> (i & 0x7)) & 0x1; in optimize_class_ranges()
6672 bit = bits[0] & 0x1; in optimize_class_ranges()
6780 static BOOL optimize_class_chars(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL i… in optimize_class_chars() argument
6796 byte = bits[i]; in optimize_class_chars()
6881 static BOOL optimize_class(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert,… in optimize_class() argument
6884 if (optimize_class_ranges(common, bits, nclass, invert, backtracks)) in optimize_class()
[all …]

Completed in 283 milliseconds

123