/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Local.cpp | 40 for (User::op_iterator i = GEP->op_begin() + 1, e = GEP->op_end(); i != e; in emitGEPOffset() local
|
H A D | PHITransAddr.cpp | 47 for (unsigned i = 0, e = InstInputs.size(); i != e; ++i) in dump() local 92 for (unsigned i = 0, e = InstInputs.size(); i != e; ++i) in verify() local
|
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_option_c.c | 52 char *p, *e; in DEFINE_TEST() local
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_list.cpp | 155 } catch (const config::error& e) { in parse_atf_metadata() local
|
/freebsd/contrib/unbound/sldns/ |
H A D | str2wire.h | 190 #define LDNS_WIREPARSE_ERROR(e) ((e)&LDNS_WIREPARSE_MASK) argument 191 #define LDNS_WIREPARSE_OFFSET(e) ((((unsigned)(e))&~LDNS_WIREPARSE_MASK)>>LDNS_WIREPARSE_SHIFT) argument
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | salt.c | 43 struct _krb5_encryption_type *e; in krb5_salttype_to_string() local 77 struct _krb5_encryption_type *e; in krb5_string_to_salttype() local
|
/freebsd/contrib/libedit/ |
H A D | read.c | 148 read__fixio(int fd __attribute__((__unused__)), int e) in read__fixio() 290 int e = errno; in read_char() local
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | sdio_txrx.c | 124 struct mt76_queue_entry *e = &q->entry[index]; in mt76s_rx_run_queue() local 251 struct mt76_queue_entry *e = &q->entry[q->first]; in mt76s_tx_run_queue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1116 for (unsigned i = 0, e = FT->getNumParams(); i != e; ++i) in writeTypeTable() local 2544 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in writeFunctionMetadataAttachment() local 2567 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { in writeModuleMetadataKinds() local 2769 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in writeConstants() local 2772 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in writeConstants() local 2820 for (unsigned i = 0, e = CE->getNumOperands(); i != e; ++i) { in writeConstants() local 2893 for (unsigned i = 0, e = Vals.size(); i != e; ++i) { in writeModuleConstants() local 2926 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in writeOperandBundles() local 3008 for (unsigned i = 0, e = I.getNumOperands(); i != e; ++i) in writeInstruction() local 3078 for (unsigned i = 0, e = NumOperands; i != e; ++i) in writeInstruction() local [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 279 setdefaults(e) in setdefaults() argument 1313 checkcompat(to, e) in checkcompat() argument 1434 init_vendor_macros(e) in init_vendor_macros() argument 2268 refuseconnections(e, dn, active) in refuseconnections() argument 2689 sm_setproctitle(bool status, ENVELOPE *e, const char *fmt, ...) in sm_setproctitle() 3459 enoughdiskspace(msize, e) in enoughdiskspace() argument 3964 vendor_pre_defaults(e) in vendor_pre_defaults() argument 3986 vendor_post_defaults(e) in vendor_post_defaults() argument 4002 vendor_daemon_setup(e) in vendor_daemon_setup() argument 4070 validate_connection(sap, hostname, e) in validate_connection() argument
|
/freebsd/lib/libc/db/recno/ |
H A D | rec_delete.c | 113 EPG *e; in rec_rdelete() local
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.l | 257 -?0x[0-9A-Fa-f]+|-?[0-9]+ { char *e, *y = yytext; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 99 for (size_t i = 0, e = AllUpdates.size(); i != e; ++i) { variable
|
/freebsd/lib/msun/src/ |
H A D | s_expm1f.c | 41 float y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1f() local
|
/freebsd/contrib/kyua/store/ |
H A D | read_backend.cpp | 63 } catch (const sqlite::error& e) { in open_and_setup() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDeclContext.h | 95 for (const Entry &e : ctx.m_entries) { variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_suppressions.cpp | 65 for (uptr i = 0, e = stack->size; i < e; i++) { in GetSuppressionForStack() local
|
/freebsd/contrib/nvi/regex/ |
H A D | regcomp.c | 149 #define SETERROR(e) seterr(p, (e)) argument 150 #define REQUIRE(co, e) ((co) || SETERROR(e)) argument 151 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument 152 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument 153 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument 1077 seterr(struct parse *p, int e) in seterr()
|
/freebsd/contrib/ldns/ |
H A D | keys.c | 112 ldns_key_new_frm_engine(ldns_key **key, ENGINE *e, char *key_id, ldns_algorithm alg) in ldns_key_new_frm_engine() 144 ENGINE* e; in ldns_key_EVP_load_gost_id() local 768 BIGNUM *n=NULL, *e=NULL, *d=NULL, *p=NULL, *q=NULL, in ldns_key_new_frm_fp_rsa_l() local 1350 ldns_key_set_evp_key(ldns_key *k, EVP_PKEY *e) in ldns_key_set_evp_key() 1428 ldns_key_set_expiration(ldns_key *k, uint32_t e) in ldns_key_set_expiration() 1658 const BIGNUM *n=NULL, *e=NULL; in ldns_key_rsa2bin() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regcomp.c | 262 #define SETERROR(e) seterr(p, (e)) argument 263 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) argument 264 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument 265 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument 266 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument 1179 seterr(struct parse *p, int e) in seterr()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | cert.c | 605 const Extension *e; in find_extension_auth_key_id() local 624 const Extension *e; in _hx509_find_extension_subject_key_id() local 643 const Extension *e; in find_extension_name_constraints() local 662 const Extension *e; in find_extension_subject_alt_name() local 679 const Extension *e; in find_extension_eku() local 797 const Extension *e; in check_key_usage() local 857 const Extension *e; in check_basic_constraints() local 1148 const Extension *e; in is_proxy_cert() local 3269 ExtKeyUsage e; in hx509_cert_check_eku() local 3304 const Extension *e; in _hx509_cert_get_keyusage() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 191 for (unsigned i = 0, e = PN->getNumIncomingValues(); i != e; ++i) { in updatePredecessorProfileMetadata() local 610 for (unsigned i = 0, e = PN->getNumIncomingValues(); i != e; ++i) { in computeValueKnownInPredecessorsImpl() local 760 for (unsigned i = 0, e = PN->getNumIncomingValues(); i != e; ++i) { in computeValueKnownInPredecessorsImpl() local 925 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in getBestDestForJumpOnUndef() local 1020 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in processBlock() local 1737 for (unsigned i = 0, e = PN->getNumIncomingValues(); i != e; ++i) { in processBranchOnPHI() local 2096 for (unsigned i = 0, e = New->getNumOperands(); i != e; ++i) in cloneInstructions() local 2303 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in threadThroughTwoBasicBlocks() local 2433 for (unsigned i = 0, e = PredTerm->getNumSuccessors(); i != e; ++i) in threadEdge() local 2685 for (unsigned i = 0, e = New->getNumOperands(); i != e; ++i) in duplicateCondBranchOnPHIIntoPred() local [all …]
|
/freebsd/crypto/libecc/src/sig/ |
H A D | ecfsdsa.c | 257 nn s, e, ex, *k; in _ecfsdsa_sign_finalize() local 540 nn tmp, e, *s; in _ecfsdsa_verify_finalize() local 665 nn S, S_sum, e, a; in _ecfsdsa_verify_batch_no_memory() local 848 nn_t e = NULL; in _ecfsdsa_verify_batch() local
|
/freebsd/stand/common/ |
H A D | load_elf.c | 94 #define CONVERT_FIELD(b, f, e) \ argument 135 #define HEADER_FIELDS(b, e) \ in elf_header_convert() argument 159 #define PROGRAM_HEADER_FIELDS(b, e) \ in elf_program_header_convert() argument 178 #define SECTION_HEADER_FIELDS(b, e) \ in elf_section_header_convert() argument
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha512.c | 667 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha512_block_data_order() local 733 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument 738 # define ROUND_16_80(i,j,a,b,c,d,e,f,g,h,X) do { \ argument 752 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1; in sha512_block_data_order_c() local
|