Searched defs:HIDDEN (Results 1 – 6 of 6) sorted by relevance
20 #define HIDDEN .private_extern macro22 #define HIDDEN .hidden macro26 HIDDEN _blake3_hash_many_avx512 label27 HIDDEN blake3_hash_many_avx512 label28 HIDDEN blake3_compress_in_place_avx512 label29 HIDDEN _blake3_compress_in_place_avx512 label30 HIDDEN blake3_compress_xof_avx512 label31 HIDDEN _blake3_compress_xof_avx512 label
20 #define HIDDEN .private_extern macro22 #define HIDDEN .hidden macro26 HIDDEN blake3_hash_many_sse41 label27 HIDDEN _blake3_hash_many_sse41 label28 HIDDEN blake3_compress_in_place_sse41 label29 HIDDEN _blake3_compress_in_place_sse41 label30 HIDDEN blake3_compress_xof_sse41 label31 HIDDEN _blake3_compress_xof_sse41 label
20 #define HIDDEN .private_extern macro22 #define HIDDEN .hidden macro26 HIDDEN blake3_hash_many_sse2 label27 HIDDEN _blake3_hash_many_sse2 label28 HIDDEN blake3_compress_in_place_sse2 label29 HIDDEN _blake3_compress_in_place_sse2 label30 HIDDEN blake3_compress_xof_sse2 label31 HIDDEN _blake3_compress_xof_sse2 label
20 #define HIDDEN .private_extern macro22 #define HIDDEN .hidden macro26 HIDDEN _blake3_hash_many_avx2 label27 HIDDEN blake3_hash_many_avx2 label
32 #define HIDDEN __attribute__((visibility("hidden"))) macro
72 # define HIDDEN __attribute__ ((__visibility__ ("hidden"))) macro88 # define HIDDEN macro