Searched refs:ae (Results 201 - 225 of 255) sorted by relevance

1234567891011

/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_read_filter_compress.c47 struct archive_entry *ae; local
55 assertEqualIntA(a, ARCHIVE_EOF, archive_read_next_header(a, &ae));
H A Dtest_read_filter_program_signature.c42 struct archive_entry *ae; local
82 archive_read_next_header(a, &ae));
H A Dtest_read_format_xar.c82 static void verify0(struct archive *a, struct archive_entry *ae) argument
88 assert(archive_entry_filetype(ae) == AE_IFREG);
89 assertEqualInt(archive_entry_mode(ae) & 0777, 0644);
90 assertEqualInt(archive_entry_uid(ae), UID);
91 assertEqualInt(archive_entry_gid(ae), GID);
92 assertEqualString(archive_entry_uname(ae), UNAME);
93 assertEqualString(archive_entry_gname(ae), GNAME);
94 assertEqualString(archive_entry_pathname(ae), "f1");
95 assert(archive_entry_hardlink(ae) == NULL);
96 assert(archive_entry_symlink(ae)
105 verify1(struct archive *a, struct archive_entry *ae) argument
174 verify2(struct archive *a, struct archive_entry *ae) argument
223 verify3(struct archive *a, struct archive_entry *ae) argument
273 verify4(struct archive *a, struct archive_entry *ae) argument
321 verify5(struct archive *a, struct archive_entry *ae) argument
364 verify6(struct archive *a, struct archive_entry *ae) argument
426 verify7(struct archive *a, struct archive_entry *ae) argument
627 struct archive_entry *ae; local
[all...]
H A Dtest_read_filter_uudecode.c75 struct archive_entry *ae; local
127 archive_read_next_header(a, &ae));
H A Dtest_fuzz.c64 struct archive_entry *ae; local
90 archive_read_next_header(a, &ae));
94 archive_read_next_header(a, &ae));
176 while(0 == archive_read_next_header(a, &ae)) {
193 while(0 == archive_read_next_header(a, &ae)) {
/freebsd-11.0-release/crypto/openssl/crypto/bn/asm/
H A Dco-586.pl109 local($i,$as,$ae,$bs,$be,$ai,$bi);
121 $ae=0;
179 $ae++ if ($i >= ($num-1));
200 local($i,$as,$ae,$bs,$be,$ai,$bi);
222 $ae=0;
275 $ae++ if ($i >= ($num-1));
/freebsd-11.0-release/crypto/openssl/crypto/bn/asm/x86/
H A Dcomba.pl97 local($i,$as,$ae,$bs,$be,$ai,$bi);
109 $ae=0;
167 $ae++ if ($i >= ($num-1));
188 local($i,$as,$ae,$bs,$be,$ai,$bi);
210 $ae=0;
263 $ae++ if ($i >= ($num-1));
/freebsd-11.0-release/sys/dev/amr/
H A Damr.c959 struct amr_enquiry *ae; local
1013 if ((ae = (struct amr_enquiry *)amr_enquiry(sc, 2048, AMR_CMD_EXT_ENQUIRY2, 0, 0, &status)) == NULL) {
1014 if ((ae = (struct amr_enquiry *)amr_enquiry(sc, 2048, AMR_CMD_ENQUIRY, 0, 0, &status)) == NULL) {
1018 ae->ae_signature = 0;
1024 for (ldrv = 0; ldrv < ae->ae_ldrv.al_numdrives; ldrv++) {
1025 sc->amr_drive[ldrv].al_size = ae->ae_ldrv.al_size[ldrv];
1026 sc->amr_drive[ldrv].al_state = ae->ae_ldrv.al_state[ldrv];
1027 sc->amr_drive[ldrv].al_properties = ae->ae_ldrv.al_properties[ldrv];
1033 sc->amr_maxchan = ae->ae_adapter.aa_channels;
1034 sc->amr_maxio = ae
2304 struct amr_enquiry *ae; local
[all...]
/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A Ddecimal128.c90 Int ae = dn->exponent + dn->digits - 1; /* adjusted exponent */ local
92 || ae > DECIMAL128_Emax /* likely overflow */
93 || ae < DECIMAL128_Emin)
H A Ddecimal32.c90 Int ae = dn->exponent + dn->digits - 1; /* adjusted exponent */ local
92 || ae > DECIMAL32_Emax /* likely overflow */
93 || ae < DECIMAL32_Emin)
H A Ddecimal64.c90 Int ae = dn->exponent + dn->digits - 1; /* adjusted exponent */ local
92 || ae > DECIMAL64_Emax /* likely overflow */
93 || ae < DECIMAL64_Emin)
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-babel.c176 network_prefix(int ae, int plen, unsigned int omitted, argument
186 else if(ae == 1)
196 switch(ae) {
241 network_address(int ae, const unsigned char *a, unsigned int len, argument
244 return network_prefix(ae, -1, 0, a, NULL, len, a_r);
/freebsd-11.0-release/contrib/gcc/
H A Dcfgloopmanip.c248 edge ae; local
296 FOR_EACH_EDGE (ae, ei, rem_bbs[i]->succs)
297 if (ae->dest != EXIT_BLOCK_PTR && !TEST_BIT (seen, ae->dest->index))
299 SET_BIT (seen, ae->dest->index);
300 bord_bbs[n_bord_bbs++] = ae->dest;
302 if (ae->flags & EDGE_IRREDUCIBLE_LOOP)
795 edge ae, latch_edge; local
972 FOR_EACH_EDGE (ae, ei, new_bb->succs)
973 if ((ae
[all...]
H A Dtree-sra.c484 tree ae, be;
489 ae = a->element;
492 if (ae == be)
494 if (TREE_CODE (ae) != TREE_CODE (be))
497 switch (TREE_CODE (ae))
507 return tree_int_cst_equal (ae, be);
511 tree_int_cst_equal (TREE_OPERAND (ae, 0), TREE_OPERAND (be, 0))
512 && tree_int_cst_equal (TREE_OPERAND (ae, 1), TREE_OPERAND (be, 1));
517 if (DECL_FIELD_CONTEXT (ae) == DECL_FIELD_CONTEXT (be))
519 return fields_compatible_p (ae, b
482 tree ae, be; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp192 ae = i->AllocCall->arg_end(); ai != ae; ++ai) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp191 llvm::ArrayRef<addr_t>::iterator ai = args.begin(), ae = args.end(); local
196 if (ai == ae)
210 if (ai != ae)
227 for (; ai != ae; ++ai)
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_match.c570 struct archive_entry *ae; local
598 r = archive_read_next_header(ar, &ae);
1208 struct archive_entry *ae; local
1212 ae = archive_entry_new();
1213 if (ae == NULL)
1215 archive_entry_copy_stat(ae, st);
1216 ctime_sec = archive_entry_ctime(ae);
1217 ctime_ns = archive_entry_ctime_nsec(ae);
1218 mtime_sec = archive_entry_mtime(ae);
1219 mtime_ns = archive_entry_mtime_nsec(ae);
[all...]
/freebsd-11.0-release/usr.sbin/pkg/
H A Dpkg.c91 struct archive_entry *ae; local
114 ae = NULL;
115 while ((r = archive_read_next_header(a, &ae)) == ARCHIVE_OK) {
116 end = strrchr(archive_entry_pathname(ae), '/');
121 r = archive_read_extract(a, ae,
125 strlcpy(p, archive_entry_pathname(ae), sz);
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_mesh.c1256 int ae; local
1285 ae = mc->mc_flags & IEEE80211_MESH_AE_MASK;
1288 if (ae == IEEE80211_MESH_AE_00) {
1290 } else if (ae == IEEE80211_MESH_AE_01) {
1296 "bad AE %d", ae);
1302 if (ae == IEEE80211_MESH_AE_00) {
1305 } else if (ae == IEEE80211_MESH_AE_10) {
1311 "bad AE %d", ae);
1342 int ae = mc->mc_flags & 3; local
1346 KASSERT(ae
1431 int ae; local
1535 uint8_t dir, type, subtype, ae; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp221 llvm::ArrayRef<addr_t>::iterator ai = args.begin(), ae = args.end(); local
225 if (ai == ae)
235 if (ai != ae)
238 size_t num_stack_regs = ae - ai;
249 for (; ai != ae; ++ai)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp221 llvm::ArrayRef<addr_t>::iterator ai = args.begin(), ae = args.end(); local
225 if (ai == ae)
235 if (ai != ae)
238 size_t num_stack_regs = ae - ai;
249 for (; ai != ae; ++ai)
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf1533 bssid_whitelist=02:55:ae:bc:00:00/ff:ff:ff:ff:00:00 00:00:77:66:55:44/00:00:ff:ff:ff:ff
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-alpha.c2185 struct alpha_elf_got_entry *ae, *be;
2200 for (ae = h->got_entries; ae ; ae = ae->next)
2201 if (ae->gotobj == a
2202 && ae->reloc_type == be->reloc_type
2203 && ae->addend == be->addend)
2259 struct alpha_elf_got_entry *ae, *be, **pbe, **start;
2279 for (ae
2177 struct alpha_elf_got_entry *ae, *be; local
2251 struct alpha_elf_got_entry *ae, *be, **pbe, **start; local
[all...]
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c14794 #define TxCE(mnem, op, top, nops, ops, ae, te) \
14796 THUMB_VARIANT, do_##ae, do_##te }
14800 #define TCE(mnem, aop, top, nops, ops, ae, te) \
14801 TxCE(mnem, aop, 0x##top, nops, ops, ae, te)
14802 #define tCE(mnem, aop, top, nops, ops, ae, te) \
14803 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
14807 #define TxC3(mnem, op, top, nops, ops, ae, te) \
14809 THUMB_VARIANT, do_##ae, do_##te }
14810 #define TxC3w(mnem, op, top, nops, ops, ae, te) \
14812 THUMB_VARIANT, do_##ae, do
[all...]
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp593 unsigned ai = 0, ae = intrinsic.ArgumentAttributes.size();
594 if (ae) {
595 while (ai != ae) {
624 } while (ai != ae && intrinsic.ArgumentAttributes[ai].first == argNo);

Completed in 182 milliseconds

1234567891011