Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 26) sorted by relevance

12

/php-src/ext/hash/
H A Dhash_haval.c321 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 Dhash_sha3.c151 int bits) { in PHP_SHA3_Init()
221 #define DECLARE_SHA3_OPS(bits) \ argument
316 #define DECLARE_SHA3_OPS(bits) \ argument
H A Dhash_ripemd.c646 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 Dphp_hash_whirlpool.h26 int bits; member
H A Dhash_sha.c284 unsigned char bits[8]; in PHP_SHA224Final() local
362 unsigned char bits[8]; in PHP_SHA256Final() local
576 unsigned char bits[16]; in PHP_SHA384Final() local
733 unsigned char bits[16]; in PHP_SHA512Final() local
H A Dhash_md.c247 unsigned char bits[8]; in PHP_MD4Final() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_base64.c253 unsigned int bits = *state & 0xFF, cache = *state >> 8; in mb_base64_to_wchar() local
299 unsigned int bits = (buf->state & 0x3) * 8; in mb_wchar_to_base64() local
H A Dmbfilter_uuencode.c239 static unsigned char uuencode_six_bits(unsigned int bits) in uuencode_six_bits()
H A Dmbfilter_utf7imap.c683 uint64_t bits; in mb_wchar_to_utf7imap() local
H A Dmbfilter_utf7.c671 uint64_t bits; in mb_wchar_to_utf7() local
/php-src/ext/gd/libgd/
H A Dgd_tga.h22 uint8_t bits; // image bits per pixel 8,16,24,32 member
/php-src/ext/standard/
H A Dimage.c63 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 Dsha1.c217 unsigned char bits[8]; in PHP_SHA1Final() local
H A Durl.c463 uint32_t bits; in php_url_encode_impl() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_commands.c231 zend_uchar bits[1]; in MYSQLND_METHOD() local
/php-src/ext/gmp/
H A Dgmp.stub.php158 function gmp_random_bits(int $bits): GMP {}
H A Dgmp.c1786 zend_long bits; in ZEND_FUNCTION() local
/php-src/ext/mbstring/
H A Dmbstring.c6089 uint32_t bits = (a << 16) | (b << 8) | c; in transfer_encode_mime_bytes() local
6098 uint32_t bits = *p++; in transfer_encode_mime_bytes() local
6103 uint32_t bits = (a << 8) | b; in transfer_encode_mime_bytes() local
6571 unsigned int bits = 0, cache = 0; in mime_header_decode_encoded_word() local
/php-src/ext/ffi/
H A Dffi_parser.c2497 zend_ffi_val bits; in parse_struct_declarator() local
H A Dffi.c143 uint8_t bits; member
6202 …ruct_dcl, const char *name, size_t name_len, zend_ffi_dcl *field_dcl, zend_ffi_val *bits) /* {{{ */
/php-src/Zend/
H A Dzend_portability.h454 #define ZEND_BIT_TEST(bits, bit) \ argument
H A Dzend_strtod.c1304 (d, e, bits) U *d; int *e, *bits; in d2b() argument
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6946 static BOOL optimize_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL … in optimize_class_ranges()
7098 static BOOL optimize_class_chars(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL i… in optimize_class_chars()
7199 static BOOL optimize_class(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert,… in optimize_class()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c68 #define COPY_BITS(src, from, to, bits) \ argument
/php-src/sapi/litespeed/
H A Dlsapilib.c99 uint32 bits[2]; member

Completed in 298 milliseconds

12