Searched defs:bits (Results 1 – 17 of 17) sorted by relevance
/PHP-7.3/ext/hash/ |
H A D | hash_haval.c | 323 unsigned char bits[10]; in PHP_HAVAL128Final() local 377 unsigned char bits[10]; in PHP_HAVAL160Final() local 431 unsigned char bits[10]; in PHP_HAVAL192Final() local 471 unsigned char bits[10]; in PHP_HAVAL224Final() local 512 unsigned char bits[10]; in PHP_HAVAL256Final() local
|
H A D | hash_sha3.c | 153 int bits) { in PHP_SHA3_Init() 202 #define DECLARE_SHA3_OPS(bits) \ argument 247 #define DECLARE_SHA3_OPS(bits) \ argument
|
H A D | hash_ripemd.c | 628 unsigned char bits[8]; in PHP_RIPEMD128Final() local 665 unsigned char bits[8]; in PHP_RIPEMD256Final() local 702 unsigned char bits[8]; in PHP_RIPEMD160Final() local 739 unsigned char bits[8]; in PHP_RIPEMD320Final() local
|
H A D | php_hash_whirlpool.h | 28 int bits; member
|
H A D | hash_sha.c | 372 unsigned char bits[8]; in PHP_SHA1Final() local 581 unsigned char bits[8]; in PHP_SHA224Final() local 658 unsigned char bits[8]; in PHP_SHA256Final() local 872 unsigned char bits[16]; in PHP_SHA384Final() local 1023 unsigned char bits[16]; in PHP_SHA512Final() local
|
H A D | hash_md.c | 325 unsigned char bits[8]; in PHP_MD5Final() local 583 unsigned char bits[8]; in PHP_MD4Final() local
|
/PHP-7.3/ext/standard/ |
H A D | image.c | 67 unsigned int bits; member 203 long bits; in php_handle_swc() local 284 long bits; in php_handle_swf() local 887 short width, height, bits; in php_handle_iff() local
|
H A D | sha1.c | 220 unsigned char bits[8]; in PHP_SHA1Final() local
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_commands.c | 429 zend_uchar bits[1]; in mysqlnd_com_refresh_run() local 489 zend_uchar bits[1]; in mysqlnd_com_shutdown_run() local
|
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeTILEGX_64.c | 611 tilegx_bundle_bits bits = opcode->fixed_bit_values[inst->pipe]; in get_bundle_bit() local 631 tilegx_bundle_bits bits = 0; in update_buffer() local
|
H A D | sljitNativeARM_T2_32.c | 56 #define COPY_BITS(src, from, to, bits) \ argument
|
H A D | sljitNativeTILEGX-encoder.c | 9501 find_opcode(tilegx_bundle_bits bits, tilegx_pipeline pipe) in find_opcode() 9521 parse_insn_tilegx(tilegx_bundle_bits bits, in parse_insn_tilegx()
|
/PHP-7.3/Zend/ |
H A D | zend_portability.h | 443 #define ZEND_BIT_TEST(bits, bit) \ argument
|
H A D | zend_strtod.c | 1319 (d, e, bits) U *d; int *e, *bits; in d2b() argument
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 5695 static BOOL optimize_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL … in optimize_class_ranges() 5847 static BOOL optimize_class_chars(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL i… in optimize_class_chars() 5948 static BOOL optimize_class(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert,… in optimize_class()
|
/PHP-7.3/ext/gmp/ |
H A D | gmp.c | 1939 zend_long bits; in ZEND_FUNCTION() local
|
/PHP-7.3/sapi/litespeed/ |
H A D | lsapilib.c | 98 uint32 bits[2]; member
|
Completed in 194 milliseconds