/PHP-8.3/ext/hash/ |
H A D | hash_haval.c | 321 unsigned char bits[10]; in PHP_HAVAL128Final() local 374 unsigned char bits[10]; in PHP_HAVAL160Final() local 427 unsigned char bits[10]; in PHP_HAVAL192Final() local 466 unsigned char bits[10]; in PHP_HAVAL224Final() local 506 unsigned char bits[10]; in PHP_HAVAL256Final() local
|
H A D | hash_sha3.c | 151 int bits) { in PHP_SHA3_Init() 222 #define DECLARE_SHA3_OPS(bits) \ argument 317 #define DECLARE_SHA3_OPS(bits) \ argument
|
H A D | hash_ripemd.c | 646 unsigned char bits[8]; in PHP_RIPEMD128Final() local 683 unsigned char bits[8]; in PHP_RIPEMD256Final() local 720 unsigned char bits[8]; in PHP_RIPEMD160Final() local 757 unsigned char bits[8]; in PHP_RIPEMD320Final() local
|
H A D | hash_sha.c | 265 unsigned char bits[8]; in PHP_SHA224Final() local 343 unsigned char bits[8]; in PHP_SHA256Final() local 557 unsigned char bits[16]; in PHP_SHA384Final() local 714 unsigned char bits[16]; in PHP_SHA512Final() local
|
H A D | php_hash_whirlpool.h | 26 int bits; member
|
H A D | hash_md.c | 247 unsigned char bits[8]; in PHP_MD4Final() local
|
/PHP-8.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_base64.c | 252 unsigned int bits = *state & 0xFF, cache = *state >> 8; in mb_base64_to_wchar() local 298 unsigned int bits = (buf->state & 0x3) * 8; in mb_wchar_to_base64() local
|
H A D | mbfilter_uuencode.c | 238 static unsigned char uuencode_six_bits(unsigned int bits) in uuencode_six_bits()
|
H A D | mbfilter_utf7imap.c | 681 uint64_t bits; in mb_wchar_to_utf7imap() local
|
H A D | mbfilter_utf7.c | 670 uint64_t bits; in mb_wchar_to_utf7() local
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_tga.h | 22 uint8_t bits; // image bits per pixel 8,16,24,32 member
|
/PHP-8.3/ext/standard/ |
H A D | image.c | 63 unsigned int bits; member 165 long bits; in php_handle_swc() local 245 long bits; in php_handle_swf() local 857 short width, height, bits; in php_handle_iff() local
|
H A D | sha1.c | 217 unsigned char bits[8]; in PHP_SHA1Final() local
|
H A D | url.c | 475 uint32_t bits; in php_url_encode_impl() local
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_commands.c | 231 zend_uchar bits[1]; in MYSQLND_METHOD() local
|
/PHP-8.3/ext/gmp/ |
H A D | gmp.stub.php | 158 function gmp_random_bits(int $bits): GMP {}
|
H A D | gmp.c | 1859 zend_long bits; in ZEND_FUNCTION() local
|
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 5847 uint32_t bits = (a << 16) | (b << 8) | c; in transfer_encode_mime_bytes() local 5856 uint32_t bits = *p++; in transfer_encode_mime_bytes() local 5861 uint32_t bits = (a << 8) | b; in transfer_encode_mime_bytes() local 6329 unsigned int bits = 0, cache = 0; in mime_header_decode_encoded_word() local
|
/PHP-8.3/Zend/ |
H A D | zend_portability.h | 438 #define ZEND_BIT_TEST(bits, bit) \ argument
|
H A D | zend_strtod.c | 1312 (d, e, bits) U *d; int *e, *bits; in d2b() argument
|
/PHP-8.3/ext/ffi/ |
H A D | ffi_parser.c | 2497 zend_ffi_val bits; in parse_struct_declarator() local
|
H A D | ffi.c | 143 uint8_t bits; member 6201 …ruct_dcl, const char *name, size_t name_len, zend_ffi_dcl *field_dcl, zend_ffi_val *bits) /* {{{ */
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 6779 static BOOL optimize_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL … in optimize_class_ranges() 6931 static BOOL optimize_class_chars(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL i… in optimize_class_chars() 7032 static BOOL optimize_class(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert,… in optimize_class()
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 56 #define COPY_BITS(src, from, to, bits) \ argument
|
/PHP-8.3/sapi/litespeed/ |
H A D | lsapilib.c | 99 uint32 bits[2]; member
|