/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | sha1.c | 148 isc_uint32_t *e, CHAR64LONG16 *block) in do_R01() 161 isc_uint32_t *e, CHAR64LONG16 *block) in do_R2() 174 isc_uint32_t *e, CHAR64LONG16 *block) in do_R3() 187 isc_uint32_t *e, CHAR64LONG16 *block) in do_R4() 204 isc_uint32_t a, b, c, d, e; in transform() local
|
/freebsd/crypto/openssl/engines/ |
H A D | e_padlock.c | 94 static int padlock_bind_helper(ENGINE *e) in padlock_bind_helper() 144 static int padlock_init(ENGINE *e) in padlock_init() 167 static int padlock_bind_fn(ENGINE *e, const char *id) in padlock_bind_fn() 547 padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, in padlock_ciphers() 756 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) in bind_engine()
|
H A D | e_ossltest.c | 412 static int bind_ossltest(ENGINE *e) in bind_ossltest() 435 static int bind_helper(ENGINE *e, const char *id) in bind_helper() 472 static int ossltest_init(ENGINE *e) in ossltest_init() 478 static int ossltest_finish(ENGINE *e) in ossltest_finish() 484 static int ossltest_destroy(ENGINE *e) in ossltest_destroy() 492 static int ossltest_digests(ENGINE *e, const EVP_MD **digest, in ossltest_digests() 525 static int ossltest_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in ossltest_ciphers()
|
/freebsd/sys/dev/wdatwd/ |
H A D | wdatwd.c | 232 int e; in wdatwd_set_countdown() local 272 int e; in wdatwd_set_running() local 286 int e; in wdatwd_set_stop() local 649 int e, i, rid; in wdatwd_attach() local 796 int e; in wdatwd_detach() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 1360 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { in writeMDTuple() local 1879 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in writeFunctionMetadataAttachment() local 1903 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { in writeModuleMetadataKinds() local 2066 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in writeConstants() local 2069 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in writeConstants() local 2079 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in writeConstants() local 2121 for (unsigned i = 0, e = CE->getNumOperands(); i != e; ++i) { in writeConstants() local 2187 for (unsigned i = 0, e = Vals.size(); i != e; ++i) { in writeModuleConstants() local 2266 for (unsigned i = 0, e = I.getNumOperands(); i != e; ++i) in writeInstruction() local 2331 for (unsigned i = 0, e = NumOperands; i != e; ++i) in writeInstruction() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 81 for (uint64_t i = 0, e = arrayType->getZExtSize(); i != e; ++i) { in addTypedData() local 225 for (size_t i = 0, e = componentTys.size(); i != e - 1; ++i) { in addTypedData() local 259 for (size_t i = 0, e = numElts; i != e; ++i) { in addLegalTypedData() local 342 e = cast<llvm::FixedVectorType>(vecTy)->getNumElements(); in addEntry() local 484 for (size_t i = 1, e = Entries.size(); i != e; ++i) { in finish() local 507 for (size_t i = 0, e = orig.size(); i != e; ++i) { in finish() local 869 for (unsigned i = 0, e = FI.arg_size(); i != e; ++i) { in computeABIInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | DemoteRegToStack.cpp | 79 for (unsigned i = 0, e = PN->getNumIncomingValues(); i != e; ++i) in DemoteRegToStack() local 153 for (unsigned i = 0, e = P->getNumIncomingValues(); i < e; ++i) { in DemotePHIToStack() local
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | test_defs.h | 17 #define TEST_DISABLE_FENV_IF_NOT(f, e) TEST_DISABLE_FENV_IF_NOT_ (f, e) argument 18 #define TEST_DISABLE_FENV_IF_NOT_(f, e) TEST_DISABLE_FENV_IF_NOT_##e (f) argument
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringExtras.cpp | 27 for (size_t i = 0, e = M - N + 1; i != e; ++i) in StrInStrNoCase() local 129 for (size_t pos = 1, e = input.size(); pos < e; ++pos) { convertToCamelFromSnakeCase() local
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_ar_util.c | 47 const unsigned char *e, *s; in _libelf_ar_get_number() local 229 _libelf_ar_open(Elf *e, int reporterror) in _libelf_ar_open()
|
H A D | elf_cntl.c | 34 elf_cntl(Elf *e, Elf_Cmd c) in elf_cntl()
|
H A D | elf_getident.c | 36 elf_getident(Elf *e, size_t *sz) in elf_getident()
|
/freebsd/sys/crypto/aesni/ |
H A D | aesencdec.h | 39 __m128i b, __m128i c, __m128i d, __m128i e, __m128i f, __m128i g, in aesni_enc8() 76 __m128i b, __m128i c, __m128i d, __m128i e, __m128i f, __m128i g, in aesni_dec8()
|
/freebsd/contrib/kyua/store/ |
H A D | migrate.cpp | 133 } catch (const sqlite::error& e) { in migrate_schema_step() local 250 } catch (const fs::error& e) { in backup_database() local
|
H A D | layout.cpp | 96 } catch (const fs::system_error& e) { in find_latest() local 100 } catch (const text::regex_error& e) { in find_latest() local
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha_local.h | 85 # define BODY_00_15(i,a,b,c,d,e,f,xi) \ argument 89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
|
H A D | sha256.c | 215 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local 279 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument 284 # define ROUND_16_63(i,a,b,c,d,e,f,g,h,X) do { \ argument 297 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1; in sha256_block_data_order_c() local
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ErrorMessages.cpp | 14 std::string toString(lldb::ExpressionResults e) { in toString()
|
H A D | Diagnostics.cpp | 57 __anon362f6f080102(const CallbackEntry &e) RemoveCallback() argument 97 for (CallbackEntry e : m_callbacks) { Create() local
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_elf_init.c | 208 _dwarf_elf_decompress(Dwarf_Debug dbg, Dwarf_Elf_Object *e, Elf_Scn *scn, in _dwarf_elf_decompress() 256 Dwarf_Elf_Object *e; in _dwarf_elf_init() local 434 Dwarf_Elf_Object *e; in _dwarf_elf_deinit() local
|
/freebsd/sys/net/altq/ |
H A D | altq_var.h | 121 #define ASSERT(e) ((e) ? (void)0 : altq_assert(__FILE__, __LINE__, #e)) argument 123 #define ASSERT(e) ((e) ? (void)0 : altq_assert(__FILE__, __LINE__, "e")) argument 126 #define ASSERT(e) ((void)0) argument
|
/freebsd/usr.sbin/arp/ |
H A D | arp_netlink.c | 293 struct snl_errmsg_data e = {}; in print_entries_nl() local 362 struct snl_errmsg_data e = {}; in delete_nl() local 427 struct snl_errmsg_data e = {}; in set_nl() local
|
/freebsd/crypto/openssl/apps/ |
H A D | genpkey.c | 110 ENGINE *e = NULL; in genpkey_main() local 326 static int init_keygen_file(EVP_PKEY_CTX **pctx, const char *file, ENGINE *e, in init_keygen_file() 373 const char *algname, ENGINE *e, int do_param, in init_gen_str()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | mutex.cpp | 64 int e = __libcpp_recursive_mutex_unlock(&__m_); in ~recursive_mutex() local 80 int e = __libcpp_recursive_mutex_unlock(&__m_); unlock() local
|
/freebsd/contrib/kyua/utils/format/ |
H A D | formatter_test.cpp | 160 } catch (const extra_args_error& e) { in ATF_TEST_CASE_BODY() local 244 } catch (const bad_format_error& e) { in ATF_TEST_CASE_BODY() local
|