/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericDylibManager.cpp | 76 Expected<tpctypes::DylibHandle> H((ExecutorAddr())); in open() local 85 lookup(tpctypes::DylibHandle H,const SymbolLookupSet & Lookup) lookup() argument 97 lookup(tpctypes::DylibHandle H,const RemoteSymbolLookupSet & Lookup) lookup() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | secondary.h | 67 static inline void unmap(LargeBlock::Header *H) { in unmap() argument 93 UNUSED uptr HeadersSize, UNUSED LargeBlock::Header **H, in retrieve() argument 97 void store(UNUSED Options Options, LargeBlock::Header *H) { unmap(H); } in store() argument 193 store(const Options & Options,LargeBlock::Header * H) store() argument 274 retrieve(Options Options,uptr Size,uptr Alignment,uptr HeadersSize,LargeBlock::Header ** H,bool * Zeroed) retrieve() argument 515 for (const auto &H : InUseBlocks) { iterateOverBlocks() local 574 LargeBlock::Header *H; allocate() local 653 LargeBlock::Header *H = reinterpret_cast<LargeBlock::Header *>( allocate() local 680 LargeBlock::Header *H = LargeBlock::getHeader<Config>(Ptr); deallocate() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ScanfFormatString.cpp | 31 static bool ParseScanList(FormatStringHandler &H, in ParseScanList() argument 75 static ScanfSpecifierResult ParseScanfSpecifier(FormatStringHandler &H, in ParseScanfSpecifier() argument 541 ParseScanfString(FormatStringHandler & H,const char * I,const char * E,const LangOptions & LO,const TargetInfo & Target) ParseScanfString() argument [all...] |
H A D | PrintfFormatString.cpp | 38 static bool ParsePrecision(FormatStringHandler &H, PrintfSpecifier &FS, in ParsePrecision() argument 53 static bool ParseObjCFlags(FormatStringHandler &H, PrintfSpecifier &FS, in ParseObjCFlags() argument 71 static PrintfSpecifierResult ParsePrintfSpecifier(FormatStringHandler &H, in ParsePrintfSpecifier() argument 410 ParsePrintfString(FormatStringHandler & H,const char * I,const char * E,const LangOptions & LO,const TargetInfo & Target,bool isFreeBSDKPrintf) ParsePrintfString() argument 449 FormatStringHandler H; ParseFormatStringHasSArg() local 475 FormatStringHandler H; parseFormatStringHasFormattingSpecifiers() local [all...] |
H A D | FormatString.cpp | 75 clang::analyze_format_string::ParsePositionAmount(FormatStringHandler &H, in ParsePositionAmount() argument 122 clang::analyze_format_string::ParseFieldWidth(FormatStringHandler &H, in ParseFieldWidth() argument 144 clang::analyze_format_string::ParseArgPosition(FormatStringHandler &H, in ParseArgPosition() argument 181 ParseVectorModifier(FormatStringHandler & H,FormatSpecifier & FS,const char * & I,const char * E,const LangOptions & LO) ParseVectorModifier() argument [all...] |
/freebsd-src/contrib/expat/lib/ |
H A D | siphash.h | 167 sip_round(struct siphash * H,const int rounds) sip_round() argument 192 sip24_init(struct siphash * H,const struct sipkey * key) sip24_init() argument 207 sip24_update(struct siphash * H,const void * src,size_t len) sip24_update() argument 231 sip24_final(struct siphash * H) sip24_final() argument [all...] |
/freebsd-src/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-src/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-src/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() argument 128 orc::tpctypes::DylibHandle H; variable
|
/freebsd-src/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-src/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()
|
/freebsd-src/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCDynamicLibrarySearchGenerator.h | 69 tpctypes::DylibHandle H; variable
|
/freebsd-src/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-src/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 = hashType(R, Hashes, Hashes); in hashTypes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | StructuralHash.cpp | 157 StructuralHashImpl H; in StructuralHash() local 163 StructuralHashImpl H; in StructuralHash() local
|
/freebsd-src/contrib/bsddialog/examples_library/ |
H A D | form.c | 16 #define H BSDDIALOG_FIELDHIDDEN macro
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFImportDumper.cpp | 28 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStreamBuilder.cpp | 98 TpiStreamHeader *H = Allocator.Allocate<TpiStreamHeader>(); in finalize() local 159 ulittle32_t *H = Allocator.Allocate<ulittle32_t>(TypeHashes.size()); in finalizeMsfLayout() local
|
/freebsd-src/usr.bin/calendar/ |
H A D | ostern.c | 50 H, /* 23 - epact % 30 */ in easter() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 194 static SPSEmpty call(HandlerT &&H, ArgTupleT &Args, in call() argument 196 std::forward<HandlerT>(H)(std::get<I>(Args)...); in call() local 217 static WrapperFunctionResult apply(HandlerT &&H, const char *ArgData, in apply() argument 280 static void applyAsync(HandlerT &&H, in applyAsync() argument 310 static void callAsync(HandlerT &&H, in callAsync() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangSyntaxEmitter.cpp | 133 Hierarchy H(Records); in EmitClangSyntaxNodeList() local 192 Hierarchy H(Records); in EmitClangSyntaxNodeClasses() local
|
/freebsd-src/lib/libc/quad/ |
H A D | quad.h | 69 #define H _QUAD_HIGHWORD macro
|