Searched refs:ie (Results 51 - 75 of 111) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DCommand.pm306 Tests if a file exists. I<Exits> with 0 if it does, 1 if it does not (ie.
321 not (ie. shell's idea of true and false).
/openbsd-current/usr.sbin/unbound/daemon/
H A Dstats.c210 struct iter_env* ie; local
214 ie = (struct iter_env*)worker->env.modinfo[m];
215 lock_basic_lock(&ie->queries_ratelimit_lock);
216 r = ie->num_queries_ratelimited;
218 ie->num_queries_ratelimited = 0;
219 lock_basic_unlock(&ie->queries_ratelimit_lock);
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCFragment.cpp399 ie = DF->fixup_end(); it != ie; ++it) {
H A DMCAssembler.cpp1244 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
1251 for (const_symbol_iterator it = symbol_begin(), ie = symbol_end(); it != ie; ++it) {
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-ofp.c1161 struct ofp_instruction_experimenter *ie; local
1163 if (length < (sizeof(*ie) - sizeof(struct ofp_instruction))) {
1168 ie = (struct ofp_instruction_experimenter *)
1170 printf(" experimenter %u", ntohl(ie->ie_experimenter));
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp640 for (unsigned i = 1, ie = LoopID->getNumOperands(); i < ie; ++i) {
1139 for (unsigned i = 1, ie = OrigLoopID->getNumOperands(); i < ie; ++i) {
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp259 for (unsigned i = 1, ie = LoopID->getNumOperands(); i < ie; ++i) {
269 for (unsigned i = 1, ie = MD->getNumOperands(); i < ie; ++i)
/openbsd-current/usr.sbin/unbound/iterator/
H A Diter_scrub.c781 * @param ie: iterator environment with private address data.
788 struct iter_env* ie, struct module_qstate* qstate)
853 if(priv_rrset_bad(ie->priv, pkt, rrset)) {
919 struct iter_env* ie)
951 if(!scrub_sanitize(pkt, msg, qinfo, zonename, env, ie, qstate))
786 scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg, struct query_info* qinfo, uint8_t* zonename, struct module_env* env, struct iter_env* ie, struct module_qstate* qstate) argument
916 scrub_message(sldns_buffer* pkt, struct msg_parse* msg, struct query_info* qinfo, uint8_t* zonename, struct regional* region, struct module_env* env, struct module_qstate* qstate, struct iter_env* ie) argument
/openbsd-current/sbin/unwind/libunbound/iterator/
H A Diter_scrub.c781 * @param ie: iterator environment with private address data.
788 struct iter_env* ie, struct module_qstate* qstate)
853 if(priv_rrset_bad(ie->priv, pkt, rrset)) {
919 struct iter_env* ie)
951 if(!scrub_sanitize(pkt, msg, qinfo, zonename, env, ie, qstate))
786 scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg, struct query_info* qinfo, uint8_t* zonename, struct module_env* env, struct iter_env* ie, struct module_qstate* qstate) argument
916 scrub_message(sldns_buffer* pkt, struct msg_parse* msg, struct query_info* qinfo, uint8_t* zonename, struct regional* region, struct module_env* env, struct module_qstate* qstate, struct iter_env* ie) argument
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/
H A DConstant.t829 problems on a Unicode naive version of ExtUtils::Constant (ie 0.11):
1029 simple ("Twos and three middle", qw(aa ae ai ea eu ie io oe era eta));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DLiveInterval.cpp393 const_iterator ie = end();
401 i = std::upper_bound(i, ie, j->start);
416 while (i != ie) {
419 std::swap(ie, je);
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-PL2Bat/lib/ExtUtils/
H A DPL2Bat.pm155 run from Windows NT (ie. when run from DOS, Windows 3.1, or Windows 95).
/openbsd-current/sys/uvm/
H A Duvm_map.c1605 uvm_map_inentry_recheck(u_long serial, vaddr_t addr, struct p_inentry *ie) argument
1607 return (serial != ie->ie_serial || ie->ie_start == 0 ||
1608 addr < ie->ie_start || addr >= ie->ie_end);
1617 uvm_map_inentry_fix(struct proc *p, struct p_inentry *ie, vaddr_t addr, argument
1641 ie->ie_start = entry->start;
1642 ie->ie_end = entry->end;
1643 ie->ie_serial = serial;
1652 uvm_map_inentry(struct proc *p, struct p_inentry *ie, vaddr_ argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1744 for (unsigned i = 0, ie = Tys.size(); i != ie; ++i) {
2166 for (unsigned i = 0, ie = Tys.size(); i != ie; ++i) {
2175 for (unsigned i = 0, ie = Tys.size(); i != ie; ++i) {
/openbsd-current/gnu/usr.bin/perl/t/
H A Dloc_tools.pl740 English American British:en:au ca gb ie nz us uk zw:1 15 cp850
/openbsd-current/sys/net80211/
H A Dieee80211_input.c1571 ieee80211_save_ie(const u_int8_t *frm, u_int8_t **ie) argument
1573 int olen = *ie ? 2 + (*ie)[1] : 0;
1576 if (*ie == NULL || olen != len) {
1577 if (*ie != NULL)
1578 free(*ie, M_DEVBUF, olen);
1579 *ie = malloc(len, M_DEVBUF, M_NOWAIT);
1580 if (*ie == NULL)
1583 memcpy(*ie, frm, len);
2365 * that is allowed (ie RS
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dm32r-stub.c1219 could continue (ie. we were trying to continue at a
1256 int ie:1; member in struct:PSWreg
1319 psw->ie = psw->bie;
H A DChangeLog-3.x1932 the avoid side affects case (ie. keep track of whether we have an
2118 isn't a command or prefix (ie. if it's just a help topic).
2152 default_breakpoint_defaults if there's nothing better (ie. make
2162 '+' (ie. don't treat garbage as a timeout).
2514 given (ie. parse_frame_specification returns 0).
3203 at step_resume_break if we are proceeding over a breakpoint (ie.
4369 to handle register window issues (ie. that find_saved_register
4422 the information associated with a given frame (ie. saved
4619 subcommands of enable, disable, and delete use class 0 (ie. they
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp1019 it = BitFields.begin(), ie = BitFields.end();
1020 it != ie; ++it) {
/openbsd-current/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp637 for (unsigned ii = 0, ie = MDOptions->getNumOperands(); ii != ie; ++ii) {
/openbsd-current/sys/arch/i386/i386/
H A Dmpbios.c584 const struct mpbios_int *ie = local
586 if (ie->dst_apic_id != MPS_ALL_APICS)
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm616 {en-ie} Irish English;
837 =item {ie} : Interlingue
1388 {sgn-ie} Irish Sign Language (ESL);
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dlang.c460 { ie, "ie", "Interlingue" },
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DBasename.pm353 operating system (ie. /foo/bar style on Unix, \foo\bar on Windows, etc...).
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dpmap.c151 #define TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie) \
153 SUN4V_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie) : \
154 SUN4U_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie))

Completed in 403 milliseconds

12345