Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcrc32.c77 static uint32_t crc32_aarch64(uint32_t crc, const char *p, size_t nr) { in crc32_aarch64()
109 PHPAPI uint32_t php_crc32_bulk_update(uint32_t crc, const char *p, size_t nr) in php_crc32_bulk_update()
132 PHPAPI int php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr) in php_crc32_stream_bulk_update()
157 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-src/ext/fileinfo/libmagic/
H A Dis_simh.c114 size_t nt = 0, nr = 0; in simh_parse() local
H A Dcdf.c573 ssize_t nr; in cdf_read_long_sector_chain() local
1165 size_t nr, i, j, k; in cdf_unpack_catalog() local
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c276 timelib_sll nr; in scan() local
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c279 void KeccakP1600_Permute_Nrounds(void *state, unsigned int nr) in KeccakP1600_Permute_Nrounds()
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h180 unsigned int nr; member

Completed in 39 milliseconds