Searched refs:orig (Results 101 - 125 of 144) sorted by relevance

123456

/external/valgrind/main/VEX/
H A Dtest_main.c566 static IRTemp findShadowTmp ( MCEnv* mce, IRTemp orig )
568 tl_assert(orig < mce->n_originalTmps);
569 if (mce->tmpMap[orig] == IRTemp_INVALID) {
570 mce->tmpMap[orig]
572 shadowType(mce->bb->tyenv->types[orig]));
574 return mce->tmpMap[orig];
583 static void newShadowTmp ( MCEnv* mce, IRTemp orig )
585 tl_assert(orig < mce->n_originalTmps);
586 mce->tmpMap[orig]
588 shadowType(mce->bb->tyenv->types[orig]));
[all...]
/external/bison/djgpp/
H A Dconfig.bat167 redir -e /dev/null update %XSRC%/configure.orig ./configure
174 test -f ./configure.orig
175 if errorlevel 1 update configure configure.orig
176 sed -f %XSRC%/djgpp/config.sed configure.orig > configure
233 test -f %XSRC%/config_h.orig
234 if errorlevel 1 update %XSRC%/config.hin %XSRC%/config_h.orig
235 sed -f %XSRC%/djgpp/config_h.sed %XSRC%/config_h.orig > config.hin
/external/valgrind/main/memcheck/
H A Dmc_translate.c129 static IRTemp findShadowTmpB ( struct _MCEnv* mce, IRTemp orig );
247 static IRTemp findShadowTmpV ( MCEnv* mce, IRTemp orig )
250 /* VG_(indexXA) range-checks 'orig', hence no need to check
252 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig );
256 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
259 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig );
277 static void newShadowTmpV ( MCEnv* mce, IRTemp orig )
280 /* VG_(indexXA) range-checks 'orig', hence no need to check
282 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig );
286 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VS
4263 bind_shadow_tmp_to_orig( UChar how, MCEnv* mce, IRAtom* orig, IRAtom* shadow ) argument
[all...]
/external/e2fsprogs/resize/
H A DMakefile.in123 (cd $(top_srcdir)/.. ; find e2fsprogs \( -name \*~ -o -name \*.orig \
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DMulticastSocketTest.java144 MulticastSocket orig = new MulticastSocket();
145 int port = orig.getLocalPort();
146 orig.close();
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_discovery.c323 UINT16 total, cur_handles, orig; local
331 orig = p_ccb->num_handles;
346 for (xx = orig; xx < p_ccb->num_handles; xx++)
/external/skia/gm/
H A Dgmmain.cpp421 SkBitmap orig; local
422 if (SkImageDecoder::DecodeFile(path.c_str(), &orig,
426 orig, diffPath,
/external/valgrind/main/coregrind/
H A Dm_redir.c111 Active - a set of orig addr -> (bool, redir addr)
138 [as an implementation detail, when a binding (orig -> redir) is
144 the pieces of code -- that affects the "orig addr" and "redir addr"
168 following the change, if the same orig is bound to more than one
169 redir, then the first binding for orig is retained, and all the
952 Addr VG_(redir_do_lookup) ( Addr orig, Bool* isWrap ) argument
954 Active* r = VG_(OSetGen_Lookup)(activeSet, &orig);
956 return orig;
/external/dbus/dbus/
H A Ddbus-marshal-recursive.c2669 DBusTypeWriter orig; local
2675 orig = *writer;
2696 _dbus_string_delete (writer->type_str, orig.type_pos, new_bytes);
2699 _dbus_string_delete (writer->value_str, orig.value_pos, new_bytes);
2701 *writer = orig;
/external/openssh/
H A Dreadconf.c362 long long orig, val64; local
547 orig = val64 = strtoll(arg, &endofnumber, 10);
569 if ((val64 / scale) != orig || val64 > UINT_MAX)
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Djquery-1.3.2.js327 var orig = this.find("*").andSelf(), i = 0;
330 if ( this.nodeName !== orig[i].nodeName )
333 var events = jQuery.data( orig[i], "events" );
2883 }, function( orig, fix ){
2886 jQuery.event.add( this, orig, withinElement, fix );
2889 jQuery.event.remove( this, orig, withinElement );
4007 if ( !options.orig )
4008 options.orig = {};
4071 this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop );
4086 this.options.orig[thi
[all...]
/external/libxml2/include/libxml/
H A DparserInternals.h363 xmlChar **orig);
/external/openssl/
H A Dimport_openssl.sh65 OPENSSL_DIR_ORIG=$OPENSSL_DIR.orig
268 find . \( -type f -o -type l \) -name "*.orig" -print0 | xargs -0 rm -f
277 find $BOUNCYCASTLE_DIR -type f -name "*.orig" -print0 | xargs -0 rm -f
/external/valgrind/main/callgrind/
H A Dglobal.h763 BBCC* CLG_(clone_bbcc)(BBCC* orig, Context* cxt, Int rec_index);
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java1173 private static void setThrows(MethodInfo minfo, ConstPool cp, Method orig) { argument
1174 Class[] exceptions = orig.getExceptionTypes();
/external/skia/src/core/
H A DSkBlitter_RGB16.cpp726 const uint16_t* orig = dst; local
729 memcpy(dst, orig, width << 1);
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js255 this.mangled = {}; // mangled names (orig.name => mangled)
256 this.rev_mangled = {}; // reverse lookup (mangled => orig.name)
857 var orig = val;
875 if (val !== orig) {
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c785 mDNSlocal CacheRecord *CopyCacheRecord(const CacheRecord *orig, domainname *name) argument
789 if (orig->resrec.rdlength > InlineCacheRDSize) size += orig->resrec.rdlength - InlineCacheRDSize;
792 memcpy(cr, orig, size);
1476 mDNSlocal PktMsg *FormatLeaseReply(DaemonInfo *d, PktMsg *orig, mDNSu32 lease) argument
1488 InitializeDNSMessage(&reply->msg.h, orig->msg.h.id, flags);
1970 Log("LLQ from %s in state %s; %##s; type %d; orig lease %d; remaining lease %d; AnswerList %p)",
/external/libppp/src/
H A Dbundle.c1723 pid_t pid, orig; local
1738 orig = getpid();
1771 (long)orig, (long)getpid(),
/external/qemu/tcg/
H A Dtcg.c612 TCGv_i64 orig = MAKE_TCGV_I64(args[i]); local
614 tcg_gen_ext32s_i64(temp, orig);
616 tcg_gen_ext32u_i64(temp, orig);
/external/libxml2/
H A Dpattern.c1860 xmlStreamCtxtPtr orig = stream; local
2190 xmlDebugStreamCtxt(orig, ret);
H A Dtree.c5856 xmlNodePtr orig = node; local
5910 if (orig != node) {
5985 xmlNodePtr orig = node; local
6038 (xmlNsInScope(doc, orig, node, cur->prefix) == 1))
6043 if (orig != node) {
6049 (xmlNsInScope(doc, orig, node, cur->prefix) == 1))
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py1784 orig = match.group(1)
1785 sub = self.MS_CHARS.get(orig)
/external/mdnsresponder/mDNSCore/
H A DuDNS.c167 DNSServer *orig = q->qDNSServer; local
219 if (new == orig)
2461 rd += sizeof(mDNSOpaque16); // orig id
4190 DNSServer *orig = q->qDNSServer; local
4191 if (orig)
4193 q->unansweredQueries, q->qname.c, DNSTypeName(q->qtype), &orig->addr, mDNSVal16(orig->port), orig->domain.c);
/external/chromium/third_party/libevent/
H A Devdns.c3079 void *addrs, void *orig) {
3080 char *n = (char*)orig;
3078 main_callback(int result, char type, int count, int ttl, void *addrs, void *orig) argument

Completed in 577 milliseconds

123456