/netbsd-src/sys/external/bsd/drm2/linux/ |
H A D | linux_notifier.c | 44 ATOMIC_INIT_NOTIFIER_HEAD(struct atomic_notifier_head *H) in ATOMIC_INIT_NOTIFIER_HEAD() 52 ATOMIC_CLEANUP_NOTIFIER_HEAD(struct atomic_notifier_head *H) in ATOMIC_CLEANUP_NOTIFIER_HEAD() 60 atomic_notifier_chain_register(struct atomic_notifier_head *H, in atomic_notifier_chain_register() 70 atomic_notifier_chain_unregister(struct atomic_notifier_head *H, in atomic_notifier_chain_unregister() 82 atomic_notifier_call_chain(struct atomic_notifier_head *H, in atomic_notifier_call_chain()
|
/netbsd-src/sys/sys/ |
H A D | pslist.h | 304 #define PSLIST_INIT(H) pslist_init((H)) argument 305 #define PSLIST_DESTROY(H) pslist_destroy((H)) argument 309 #define PSLIST_WRITER_INSERT_HEAD(H, V, F) \ argument 319 #define PSLIST_WRITER_FIRST(H, T, F) \ argument 325 #define PSLIST_WRITER_FOREACH(V, H, T, F) \ argument 330 #define PSLIST_READER_FIRST(H, T, F) \ argument 336 #define PSLIST_READER_FOREACH(V, H, T, F) \ argument
|
/netbsd-src/external/apache2/llvm/dist/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() 407 bool clang::analyze_format_string::ParsePrintfString(FormatStringHandler &H, in ParsePrintfString() 446 FormatStringHandler H; in ParseFormatStringHasSArg() local 472 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()
|
/netbsd-src/external/mit/expat/dist/lib/ |
H A D | siphash.h | 167 sip_round(struct siphash *H, const int rounds) { in sip_round() 192 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init() 207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() 231 sip24_final(struct siphash *H) { in sip24_final()
|
/netbsd-src/external/bsd/wpa/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | StructuralHash.cpp | 73 details::StructuralHash H; in StructuralHash() local 79 details::StructuralHash H; in StructuralHash() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/sbin/cgdconfig/ |
H A D | hkdf_hmac_sha256.c | 47 hmacsha256_init(struct hmacsha256 *H, const void *key, size_t keylen) in hmacsha256_init() 75 hmacsha256_update(struct hmacsha256 *H, const void *buf, size_t buflen) in hmacsha256_update() 83 struct hmacsha256 *H) in hmacsha256_final()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | DJB.cpp | 60 static Optional<uint32_t> fastCaseFoldingDjbHash(StringRef Buffer, uint32_t H) { in fastCaseFoldingDjbHash() 71 uint32_t llvm::caseFoldingDjbHash(StringRef Buffer, uint32_t H) { in caseFoldingDjbHash()
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_factorization.c | 146 static int init_groups(struct isl_factor_groups *g, __isl_keep isl_mat *H) in init_groups() 197 __isl_keep isl_mat *H) in update_group_i_with_row_j() 226 static int update_groups(struct isl_factor_groups *g, __isl_keep isl_mat *H) in update_groups() 272 isl_mat *H, *U, *Q; in isl_basic_set_factorizer() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/ |
H A D | Enumeration.py | 85 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): argument 129 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded): argument 134 def getNthNTuple(N, W, H=aleph0, useLeftToRight=False): argument 156 def getNthNTupleChecked(N, W, H=aleph0, useLeftToRight=False, GNT=getNthNTuple): argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-color-helper.cpp | 101 double H = (HPrime < 0) ? (HPrime + 6.0) * 60 in convertToHSV() local 121 const double &H = std::get<0>(Color); in convertToRGB() local 173 double H = interpolateHue(std::get<0>(C0), std::get<0>(C1), T); in interpolateHSV() local
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elfxx-loongarch.h | 36 #define PLT_LOCAL_IFUNC_P(INFO, H) \ argument
|
H A D | elfxx-x86.h | 123 #define SYMBOL_REFERENCES_LOCAL_P(INFO, H) \ argument 164 #define NEED_DYNAMIC_RELOCATION_P(IS_X86_64, INFO, PCREL_PLT, H, SEC, \ argument 231 #define COPY_INPUT_RELOC_P(IS_X86_64, INFO, H, R_TYPE) \ argument 241 #define RESOLVED_LOCALLY_P(INFO, H, HTAB) \ argument 250 #define SYMBOL_DEFINED_NON_SHARED_P(H) \ argument 260 #define ABS_SYMBOL_P(H) \ argument 270 #define GENERATE_RELATIVE_RELOC_P(INFO, H) \ argument 278 #define POINTER_LOCAL_IFUNC_P(INFO, H) \ argument 284 #define PLT_LOCAL_IFUNC_P(INFO, H) \ argument 292 #define TLS_TRANSITION_IE_TO_LE_P(INFO, H, TLS_TYPE) \ argument [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elfxx-loongarch.h | 50 #define PLT_LOCAL_IFUNC_P(INFO, H) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | TPCDynamicLibrarySearchGenerator.h | 59 tpctypes::DylibHandle H; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeHashing.h | 124 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() local 140 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/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
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sm3/ |
H A D | sm3_local.h | 53 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument 66 #define R1(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument 69 #define R2(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStreamBuilder.cpp | 101 TpiStreamHeader *H = Allocator.Allocate<TpiStreamHeader>(); in finalize() local 162 ulittle32_t *H = Allocator.Allocate<ulittle32_t>(TypeHashes.size()); in finalizeMsfLayout() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | COFFImportDumper.cpp | 28 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/ |
H A D | rsa_pss.c | 39 const unsigned char *H; in RSA_verify_PKCS1_PSS_mgf1() local 153 unsigned char *H, *salt = NULL, *p; in RSA_padding_add_PKCS1_PSS_mgf1() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 121 const Header *H; in load() local 185 Header H; in commit() local 223 uint32_t H = Traits.hashLookupKey(K) % capacity(); in find_as() local
|