Home
last modified time | relevance | path

Searched refs:block_flags (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_neon.c260 uint8_t block_flags = flags | flags_start; in blake3_hash4_neon() local
264 block_flags |= flags_end; in blake3_hash4_neon()
267 uint32x4_t block_flags_vec = set1_128(block_flags); in blake3_hash4_neon()
293 block_flags = flags; in blake3_hash4_neon()
327 uint8_t block_flags = flags | flags_start; in hash_one_neon() local
330 block_flags |= flags_end; in hash_one_neon()
336 block_flags); in hash_one_neon()
339 block_flags = flags; in hash_one_neon()
H A Dblake3_portable.c131 uint8_t block_flags = flags | flags_start; in hash_one_portable() local
134 block_flags |= flags_end; in hash_one_portable()
137 block_flags); in hash_one_portable()
140 block_flags = flags; in hash_one_portable()
H A Dblake3_sse41.c465 uint8_t block_flags = flags | flags_start; in blake3_hash4_sse41() local
469 block_flags |= flags_end; in blake3_hash4_sse41()
472 __m128i block_flags_vec = set1(block_flags); in blake3_hash4_sse41()
498 block_flags = flags; in blake3_hash4_sse41()
521 uint8_t block_flags = flags | flags_start; in hash_one_sse41() local
524 block_flags |= flags_end; in hash_one_sse41()
527 block_flags); in hash_one_sse41()
530 block_flags = flags; in hash_one_sse41()
H A Dblake3_sse2.c471 uint8_t block_flags = flags | flags_start; in blake3_hash4_sse2() local
475 block_flags |= flags_end; in blake3_hash4_sse2()
478 __m128i block_flags_vec = set1(block_flags); in blake3_hash4_sse2()
504 block_flags = flags; in blake3_hash4_sse2()
527 uint8_t block_flags = flags | flags_start; in hash_one_sse2() local
530 block_flags |= flags_end; in hash_one_sse2()
533 block_flags); in hash_one_sse2()
536 block_flags = flags; in hash_one_sse2()
H A Dblake3_avx512.c507 uint8_t block_flags = flags | flags_start; in blake3_hash4_avx512() local
511 block_flags |= flags_end; in blake3_hash4_avx512()
514 __m128i block_flags_vec = set1_128(block_flags); in blake3_hash4_avx512()
540 block_flags = flags; in blake3_hash4_avx512()
810 uint8_t block_flags = flags | flags_start; in blake3_hash8_avx512() local
814 block_flags |= flags_end; in blake3_hash8_avx512()
817 __m256i block_flags_vec = set1_256(block_flags); in blake3_hash8_avx512()
843 block_flags = flags; in blake3_hash8_avx512()
1181 uint8_t block_flags = flags | flags_start; in blake3_hash16_avx512() local
1185 block_flags |= flags_end; in blake3_hash16_avx512()
[all …]
H A Dblake3_avx2.c242 uint8_t block_flags = flags | flags_start; in blake3_hash8_avx2() local
246 block_flags |= flags_end; in blake3_hash8_avx2()
249 __m256i block_flags_vec = set1(block_flags); in blake3_hash8_avx2()
275 block_flags = flags; in blake3_hash8_avx2()
H A Dblake3.c154 uint8_t block_flags = in chunk_state_output() local
157 block_flags); in chunk_state_output()
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_generic.c136 uint8_t block_flags = flags | flags_start; in hash_one_generic() local
139 block_flags |= flags_end; in hash_one_generic()
142 counter, block_flags); in hash_one_generic()
145 block_flags = flags; in hash_one_generic()
H A Dblake3.c199 uint8_t block_flags = in chunk_state_output() local
202 block_flags)); in chunk_state_output()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c1711 size_t block_flags, uint8_t is_dir, uint64_t unpacked_size, in file_entry_sanity_checks() argument
1726 const int declares_hfl_data = (int) ((block_flags & HFL_DATA) != 0); in file_entry_sanity_checks()
1738 struct archive_entry* entry, size_t block_flags) in process_head_file() argument
1780 if(block_flags & HFL_EXTRA_DATA) { in process_head_file()
1789 if(block_flags & HFL_DATA) { in process_head_file()
1812 sanity_ret = file_entry_sanity_checks(a, block_flags, rar->file.dir, in process_head_file()
2068 struct archive_entry* entry, size_t block_flags) in process_head_service() argument
2071 int ret = process_head_file(a, rar, entry, block_flags); in process_head_service()
2089 struct archive_entry* entry, size_t block_flags) in process_head_main() argument
2113 if(block_flags & HFL_EXTRA_DATA) { in process_head_main()