Searched refs:pe (Results 1 - 25 of 296) sorted by last modified time

1234567891011>>

/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A DMachODump.cpp172 for (MCFunction::iterator pi = f.begin(), pe = f.end(); pi != pe;
576 for (MCFunction::iterator pi = f.begin(), pe = f.end(); pi != pe;
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dconfig.sub1345 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1253 for (unsigned pi = 0, pe = FuncInfo->PHINodesToUpdate.size();
1254 pi != pe; ++pi) {
1314 for (unsigned pi = 0, pe = FuncInfo->PHINodesToUpdate.size();
1315 pi != pe; ++pi) {
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DExecutionDepsFix.cpp372 pe = MBB->pred_end(); pi != pe; ++pi) {
H A DInlineSpiller.cpp558 for (unsigned pi = 0, pe = PHIs.size(); pi != pe; ++pi)
/macosx-10.10/llvmCore-3425.0.34/autoconf/
H A Dconfig.sub1345 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
/macosx-10.10/ruby-106/
H A DMakefile166 ruby -i -pe '$$_ = $$_ + %(\n/* Apple Note: For the avoidance of doubt, Apple elects to distribute this file under the terms of the BSD license. */\n) if $$_ =~ /version 2.2 of Bison/' $$f && echo "Added BSD exception to $$f"; \
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSPeer.c128 CFStringRef pe = SOSPeerCreateManifestArrayDescriptionWithKey(peer, kSOSPeerProposedManifestKey, CFSTR("P")); local
134 po, de, co, pe, lo);
136 CFReleaseSafe(pe);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPDFView.mm1013 PlatformKeyboardEvent pe = PlatformEventFactory::createPlatformKeyboardEvent(nsEvent);
1014 pe.disambiguateKeyDownEvent(PlatformEvent::RawKeyDown);
1015 event = KeyboardEvent::create(pe, 0);
/macosx-10.10/curl-83.1.2/curl/
H A Dbuildconf364 $PERL -i.tmp -pe \
375 $PERL -i.tmp -pe 's/\bmv +([^-\s])/mv -f $1/g' m4/libtool.m4
383 $PERL -i.bak -pe 's/\bmv +([^-\s])/mv -f $1/g' aclocal.m4
H A Dconfig.sub1373 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dconnect.c868 struct protoent *pe = getprotobyname("tcp");
869 if(pe)
870 level = pe->p_proto;
/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dtftpd.c1380 struct errmsg *pe; local
1385 for (pe = errmsgs; pe->e_code >= 0; pe++)
1386 if (pe->e_code == error)
1388 if (pe->e_code < 0) {
1389 pe->e_msg = strerror(error - 100);
1392 length = (int)strlen(pe->e_msg);
1396 memcpy(tp->th_msg, pe->e_msg, length + 1);
/macosx-10.10/apache_mod_php-93/
H A DMakefile344 $(PERL) -i -pe 's|-i -a -n php5|-i -n php5|g' $(Sources)/configure
345 $(PERL) -i -pe 's|rm -f conftest|rm -rf conftest|g' $(Sources)/configure
358 $(PERL) -i -pe 's|^extension_dir =.*|extension_dir = $(USRLIBDIR)/php/extensions/no-debug-non-zts-20121212|' $(DSTROOT)$(AEP_ConfigDir)/php.ini.default
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A DMakefile79 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/macosx-10.10/OpenSSL098-52/src/engines/
H A DMakefile136 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/macosx-10.10/OpenSSL098-52/src/test/
H A DMakefile347 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_dummynet.c1018 struct dn_pipe *pe ; local
1059 SLIST_FOREACH(pe, &pipehash[i], next)
1060 if (pe->idle_heap.elements > 0 &&
1061 DN_KEY_LT(pe->idle_heap.p[0].key, pe->V) ) {
1062 struct dn_flow_queue *q = pe->idle_heap.p[0].object ;
1064 heap_extract(&(pe->idle_heap), NULL);
1066 pe->sum -= q->fs->weight ;
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.c11791 const char *p, *pe; local
11804 pe = lex_p;
11805 while (pe < lex_pend) {
11806 if (*pe == '\n') break;
11807 pe++;
11810 len = pe - p;
11817 p = rb_enc_prev_char(p, lex_p - max_line_margin, pe, rb_enc_get(lex_lastline));
11820 if (pe - lex_p > max_line_margin) {
11821 pe = rb_enc_prev_char(lex_p, lex_p + max_line_margin, pe, rb_enc_ge
[all...]
H A Dripper.y5205 const char *p, *pe;
5218 pe = lex_p;
5219 while (pe < lex_pend) {
5220 if (*pe == '\n') break;
5221 pe++;
5224 len = pe - p;
5231 p = rb_enc_prev_char(p, lex_p - max_line_margin, pe, rb_enc_get(lex_lastline));
5234 if (pe - lex_p > max_line_margin) {
5235 pe = rb_enc_prev_char(lex_p, lex_p + max_line_margin, pe, rb_enc_ge
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dparse.c11701 const char *p, *pe; local
11714 pe = lex_p;
11715 while (pe < lex_pend) {
11716 if (*pe == '\n') break;
11717 pe++;
11720 len = pe - p;
11727 p = rb_enc_prev_char(p, lex_p - max_line_margin, pe, rb_enc_get(lex_lastline));
11730 if (pe - lex_p > max_line_margin) {
11731 pe = rb_enc_prev_char(lex_p, lex_p + max_line_margin, pe, rb_enc_ge
[all...]
H A Dtime.c4634 const char *p = fmt, *pe = fmt + len; local
4637 while (p < pe) {
4646 for (fmt = p; p < pe && !*p; ++p);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcloctst.c2434 UParseError pe; local
2493 &pe, &ec);
2519 &pe, &ec);
/macosx-10.10/network_cmds-457/kdumpd.tproj/
H A Dkdumpd.c635 register struct errmsg *pe; local
638 for (pe = errmsgs; pe->e_code >= 0; pe++)
639 if (pe->e_code == error)
640 return pe->e_msg;
657 register struct errmsg *pe; local
662 for (pe = errmsgs; pe->e_code >= 0; pe
[all...]
/macosx-10.10/BootCache-109/
H A Dcontrol.c1190 struct BC_playlist_entry *pe; local
1225 pe = pc->p_entries + i;
1228 pe->pe_offset, pe->pe_length, pe->pe_batch, pe->pe_flags, pe->pe_mount_idx,
1232 uuid_string(pc->p_mounts[pe->pe_mount_idx].pm_uuid), pe->pe_offset, pe
[all...]

Completed in 431 milliseconds

1234567891011>>