/freebsd/sys/cddl/boot/zfs/ |
H A D | sha256.c | 128 SHA256Transform(uint32_t *H, const uint8_t *cp) in SHA256Transform() 159 SHA512Transform(uint64_t *H, const uint8_t *cp) in SHA512Transform() 198 SHA256(uint32_t *H, const void *buf, uint64_t size, zio_cksum_t *zcp) in SHA256() 253 SHA512(uint64_t *H, const void *buf, uint64_t size, zio_cksum_t *zcp) in SHA512() 293 uint32_t H[] = { in zio_checksum_SHA256() local 305 uint64_t H[] = { in zio_checksum_SHA512_native() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericDylibManager.cpp | 76 Expected<tpctypes::DylibHandle> H((ExecutorAddr())); in open() local 84 void EPCGenericDylibManager::lookupAsync(tpctypes::DylibHandle H, in lookupAsync() 102 void EPCGenericDylibManager::lookupAsync(tpctypes::DylibHandle H, in lookupAsync()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | secondary.h | 67 static inline void unmap(LargeBlock::Header *H) { in unmap() 93 UNUSED uptr HeadersSize, UNUSED LargeBlock::Header **H, in retrieve() 97 void store(UNUSED Options Options, LargeBlock::Header *H) { unmap(H); } in store() 218 void store(const Options &Options, LargeBlock::Header *H) EXCLUDES(Mutex) { in store() 299 LargeBlock::Header **H, bool *Zeroed) EXCLUDES(Mutex) { in retrieve() 541 for (const auto &H : InUseBlocks) { in iterateOverBlocks() local 600 LargeBlock::Header *H; in allocate() local 679 LargeBlock::Header *H = reinterpret_cast<LargeBlock::Header *>( in allocate() local 706 LargeBlock::Header *H = LargeBlock::getHeader<Config>(Ptr); in deallocate() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ScanfFormatString.cpp | 31 static bool ParseScanList(FormatStringHandler &H, in ParseScanList() 75 static ScanfSpecifierResult ParseScanfSpecifier(FormatStringHandler &H, in ParseScanfSpecifier() 539 bool clang::analyze_format_string::ParseScanfString(FormatStringHandler &H, in ParseScanfString()
|
H A D | PrintfFormatString.cpp | 38 static bool ParsePrecision(FormatStringHandler &H, PrintfSpecifier &FS, in ParsePrecision() 53 static bool ParseObjCFlags(FormatStringHandler &H, PrintfSpecifier &FS, in ParseObjCFlags() 71 static PrintfSpecifierResult ParsePrintfSpecifier(FormatStringHandler &H, in ParsePrintfSpecifier() 426 bool clang::analyze_format_string::ParsePrintfString(FormatStringHandler &H, in ParsePrintfString() 465 FormatStringHandler H; in ParseFormatStringHasSArg() local 491 FormatStringHandler H; in parseFormatStringHasFormattingSpecifiers() local
|
H A D | FormatString.cpp | 75 clang::analyze_format_string::ParsePositionAmount(FormatStringHandler &H, in ParsePositionAmount() 122 clang::analyze_format_string::ParseFieldWidth(FormatStringHandler &H, in ParseFieldWidth() 144 clang::analyze_format_string::ParseArgPosition(FormatStringHandler &H, in ParseArgPosition() 181 clang::analyze_format_string::ParseVectorModifier(FormatStringHandler &H, in ParseVectorModifier()
|
/freebsd/contrib/expat/lib/ |
H A D | siphash.h | 166 sip_round(struct siphash *H, const int rounds) { in sip_round() 191 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init() 206 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() 230 sip24_final(struct siphash *H) { in sip24_final()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | aes-gcm.c | 175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() 192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() 258 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ae() local 292 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ad() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | Header.cpp | 23 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const Header &H) { in operator <<() 70 Header H; in decode() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericDylibManager.h | 54 lookup(tpctypes::DylibHandle H, const SymbolLookupSet &Lookup) { in lookup() 63 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup) { in lookup()
|
H A D | EPCDynamicLibrarySearchGenerator.h | 61 tpctypes::DylibHandle H; global() variable
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 98 auto H = DylibMgr->open("", 0); in Create() local 124 orc::tpctypes::DylibHandle H) in RemoteResolver() 128 orc::tpctypes::DylibHandle H; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DJB.cpp | 61 uint32_t H) { in fastCaseFoldingDjbHash() 72 uint32_t llvm::caseFoldingDjbHash(StringRef Buffer, uint32_t H) { in caseFoldingDjbHash()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | StructuralHash.cpp | 83 StructuralHashImpl H; StructuralHash() local 89 StructuralHashImpl H; StructuralHash() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleExecutorDylibManager.cpp | 38 auto H = ExecutorAddr::fromPtr(DL.getOSSpecificHandle()); in open() local 44 SimpleExecutorDylibManager::lookup(tpctypes::DylibHandle H, in lookup() argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-color-helper.cpp | 102 double H = (HPrime < 0) ? (HPrime + 6.0) * 60 in convertToHSV() local 122 const double &H = std::get<0>(Color); in convertToRGB() local 174 double H = interpolateHue(std::get<0>(C0), std::get<0>(C1), T); in interpolateHSV() local
|
H A D | xray-graph-diff.cpp | 251 const GraphDiffRenderer::GraphT &G, ColorHelper H, in getColor() 272 const GraphDiffRenderer::GraphT &G, ColorHelper H, in getColor() 370 ColorHelper H(ColorHelper::DivergingScheme::PiYG); in exportGraphAsDOT() local
|
/freebsd/crypto/openssl/crypto/sm3/ |
H A D | sm3_local.h | 54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument 67 #define R1(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument 70 #define R2(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStreamBuilder.cpp | 97 TpiStreamHeader *H = Allocator.Allocate<TpiStreamHeader>(); finalize() local 158 ulittle32_t *H = Allocator.Allocate<ulittle32_t>(TypeHashes.size()); finalizeMsfLayout() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeHashing.h | 127 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() local 143 GloballyHashedType H in hashTypes() local [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFImportDumper.cpp | 28 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile() local
|
/freebsd/contrib/bsddialog/examples_library/ |
H A D | form.c | 16 #define H BSDDIALOG_FIELDHIDDEN macro
|
/freebsd/usr.bin/calendar/ |
H A D | ostern.c | 50 H, /* 23 - epact % 30 */ in easter() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 117 const Header *H; in load() local 181 Header H; in commit() local 219 uint32_t H = Traits.hashLookupKey(K) % capacity(); in find_as() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 194 static SPSEmpty call(HandlerT &&H, ArgTupleT &Args, in call() 196 std::forward<HandlerT>(H)(std::get<I>(Args)...); in call() local 217 static WrapperFunctionResult apply(HandlerT &&H, const char *ArgData, in apply() 280 static void applyAsync(HandlerT &&H, in applyAsync() 310 static void callAsync(HandlerT &&H, in callAsync()
|