Home
last modified time | relevance | path

Searched defs:nr (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/standard/
H A Dcrc32.c66 static uint32_t crc32_aarch64(uint32_t crc, const char *p, size_t nr) { in crc32_aarch64()
92 PHPAPI uint32_t php_crc32_bulk_update(uint32_t crc, const char *p, size_t nr) in php_crc32_bulk_update()
115 PHPAPI int php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr) in php_crc32_stream_bulk_update()
140 size_t nr; in PHP_FUNCTION() local
H A Dcrc32_x86.c71 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 Dcrc32_x86.h46 …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.1/ext/date/lib/
H A Dparse_iso_intervals.c276 timelib_sll nr; in scan() local
/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c279 void KeccakP1600_Permute_Nrounds(void *state, unsigned int nr) in KeccakP1600_Permute_Nrounds()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c565 ssize_t nr; in cdf_read_long_sector_chain() local
1156 size_t nr, i, j, k; in cdf_unpack_catalog() local
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_structs.h180 unsigned int nr; member

Completed in 31 milliseconds