Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_neon.c245 uint8_t block_flags = flags | flags_start; in blake3_hash4_neon() local
249 block_flags |= flags_end; in blake3_hash4_neon()
252 uint32x4_t block_flags_vec = set1_128(block_flags); in blake3_hash4_neon()
278 block_flags = flags; in blake3_hash4_neon()
312 uint8_t block_flags = flags | flags_start; in hash_one_neon() local
315 block_flags |= flags_end; in hash_one_neon()
321 block_flags); in hash_one_neon()
324 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_avx512.c503 uint8_t block_flags = flags | flags_start; in blake3_hash4_avx512() local
507 block_flags |= flags_end; in blake3_hash4_avx512()
510 __m128i block_flags_vec = set1_128(block_flags); in blake3_hash4_avx512()
536 block_flags = flags; in blake3_hash4_avx512()
758 uint8_t block_flags = flags | flags_start; in blake3_hash8_avx512() local
762 block_flags |= flags_end; in blake3_hash8_avx512()
765 __m256i block_flags_vec = set1_256(block_flags); in blake3_hash8_avx512()
791 block_flags = flags; in blake3_hash8_avx512()
1072 uint8_t block_flags = flags | flags_start; in blake3_hash16_avx512() local
1076 block_flags |= flags_end; in blake3_hash16_avx512()
[all …]
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_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.c148 uint8_t block_flags = in chunk_state_output() local
151 block_flags); in chunk_state_output()
/src/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()
/src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c1707 size_t block_flags, uint8_t is_dir, uint64_t unpacked_size, in file_entry_sanity_checks() argument
1722 const int declares_hfl_data = (int) ((block_flags & HFL_DATA) != 0); in file_entry_sanity_checks()
1734 struct archive_entry* entry, size_t block_flags) in process_head_file() argument
1776 if(block_flags & HFL_EXTRA_DATA) { in process_head_file()
1785 if(block_flags & HFL_DATA) { in process_head_file()
1808 sanity_ret = file_entry_sanity_checks(a, block_flags, rar->file.dir, in process_head_file()
2064 struct archive_entry* entry, size_t block_flags) in process_head_service() argument
2067 int ret = process_head_file(a, rar, entry, block_flags); in process_head_service()
2085 struct archive_entry* entry, size_t block_flags) in process_head_main() argument
2109 if(block_flags & HFL_EXTRA_DATA) { in process_head_main()