Searched defs:nr (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | crc32.c | 75 static uint32_t crc32_aarch64(uint32_t crc, const char *p, size_t nr) { in crc32_aarch64() 105 PHPAPI uint32_t php_crc32_bulk_update(uint32_t crc, const char *p, size_t nr) in php_crc32_bulk_update() 128 PHPAPI int php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr) in php_crc32_stream_bulk_update() 153 size_t nr; in PHP_FUNCTION() local
|
H A D | crc32_x86.c | 71 size_t crc32_pclmul_batch(uint32_t *crc, const unsigned char *p, size_t nr, const crc32_pclmul_cons… in crc32_pclmul_batch() 188 size_t crc32_pclmul_reflected_batch(uint32_t *crc, const unsigned char *p, size_t nr, const crc32_p… in crc32_pclmul_reflected_batch() 291 size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, size_t nr) in crc32_x86_simd_update() 314 …rc32_x86_simd_update_default(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, size_t nr) in crc32_x86_simd_update_default() 335 size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, size_t nr)… in crc32_x86_simd_update()
|
H A D | crc32_x86.h | 46 …size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, size_t nr) in crc32_x86_simd_update()
|
/PHP-8.2/ext/date/lib/ |
H A D | parse_iso_intervals.c | 294 timelib_sll nr; in scan() local
|
/PHP-8.2/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-opt64.c | 279 void KeccakP1600_Permute_Nrounds(void *state, unsigned int nr) in KeccakP1600_Permute_Nrounds()
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | cdf.c | 565 ssize_t nr; in cdf_read_long_sector_chain() local 1156 size_t nr, i, j, k; in cdf_unpack_catalog() local
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 180 unsigned int nr; member
|
Completed in 40 milliseconds