Searched refs:orig (Results 51 - 75 of 144) sorted by relevance

123456

/external/kernel-headers/original/linux/mtd/
H A Dmap.h322 static inline map_word map_word_load_partial(struct map_info *map, map_word orig, const unsigned char *buf, int start, int len) argument
327 char *dest = (char *)&orig;
337 orig.x[0] &= ~(0xff << bitpos);
338 orig.x[0] |= buf[i-start] << bitpos;
341 return orig;
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c265 char *orig = cp; local
272 VG_(printf)("copied %p \"%s\" len %lld\n", orig, orig, (Long)(cp-orig));
276 return orig;
/external/dbus/dbus/
H A Ddbus-string-util.c146 DBusString orig; local
154 if (!_dbus_string_init (&orig))
163 if (!_dbus_string_append_len (&orig, data, len))
164 _dbus_assert_not_reached ("couldn't append orig data");
166 if (!_dbus_string_hex_encode (&orig, 0, &encoded, 0))
174 if (!_dbus_string_equal (&orig, &decoded))
179 _dbus_string_get_length (&orig),
188 _dbus_string_free (&orig);
/external/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl695 my $orig = "ldd$mod\t$args";
701 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
703 else { "\t".$orig; }
708 my $orig = "std$mod\t$args";
712 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
714 else { "\t".$orig; }
719 my $orig = "extrd$mod\t$args";
727 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
734 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
736 else { "\t".$orig; }
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c259 ( XArray* /* of StackBlock */ orig )
264 VG_(setCmpFnXA)( orig, (Int(*)(void*,void*))StackBlock__cmp );
265 VG_(sortXA)( orig );
269 { Word r, w, nEQ, n = VG_(sizeXA)( orig );
275 StackBlock* pR0 = VG_(indexXA)( orig, r+0 );
276 StackBlock* pR1 = VG_(indexXA)( orig, r+1 );
282 StackBlock* pW = VG_(indexXA)( orig, w );
283 StackBlock* pR = VG_(indexXA)( orig, r );
291 VG_(dropTailXA)( orig, n-w );
304 { Word i, n = VG_(sizeXA)( orig );
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb134 def initialize_copy( orig )
136 self.type = orig.type
137 self.channel = orig.channel
138 self.text = orig.text.clone if orig.text
139 self.start = orig.start
140 self.stop = orig.stop
141 self.line = orig.line
142 self.column = orig.column
143 self.input = orig
[all...]
/external/openssl/crypto/bn/asm/
H A Dparisc-mont.pl907 my $orig = "ldd$mod\t$args";
911 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
918 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
920 else { "\t".$orig; }
925 my $orig = "std$mod\t$args";
932 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
934 else { "\t".$orig; }
939 my $orig = "extrd$mod\t$args";
947 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
954 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
[all...]
/external/ipsec-tools/src/racoon/
H A Dremoteconf.c334 dupetypes(orig)
335 struct etypes *orig;
339 if (!orig)
346 new->type = orig->type;
349 if (orig->next)
350 new->next=dupetypes(orig->next);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-raytrace.js160 Triangle.prototype.intersect = function(orig, dir, near, far) {
164 var t = (this.nd - orig[this.axis] - this.nu * orig[u] - this.nv * orig[v]) / d;
167 var Pu = orig[u] + t * dir[u] - this.eu;
168 var Pv = orig[v] + t * dir[v] - this.ev;
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-raytrace.js160 Triangle.prototype.intersect = function(orig, dir, near, far) {
164 var t = (this.nd - orig[this.axis] - this.nu * orig[u] - this.nv * orig[v]) / d;
167 var Pu = orig[u] + t * dir[u] - this.eu;
168 var Pv = orig[v] + t * dir[v] - this.ev;
/external/skia/src/animator/
H A DSkDrawGroup.cpp268 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) { argument
269 SkGroup* original = (SkGroup*) orig;
274 SkDrawable** origChild = ((SkGroup*) orig)->fChildren.begin();
/external/chromium/build/
H A Dinstall-build-deps.sh120 echo "To uninstall, do 'cd /usr/bin; sudo rm ld; sudo mv ld.orig ld'"
121 test -f /usr/bin/ld && test ! -f /usr/bin/ld.orig && \
122 sudo mv /usr/bin/ld /usr/bin/ld.orig
324 echo "Building binutils. Backing up ld as ld.orig."
392 orig="$(echo "${tmp}/${i}"_*_i386.deb)"
393 compat="$(echo "${orig}" |
401 ar x "'${orig}'"
/external/e2fsprogs/tests/progs/
H A Dtest_rel.c111 ent->new, ent->orig, ent->max_refs);
446 ext2_ino_t orig, old; local
456 if (parse_inode(argv[0], "original inode", argv[1], &orig))
459 retval = ext2fs_irel_get_by_orig(irel, orig, &old, &ent);
/external/libxml2/include/libxml/
H A Dentities.h49 xmlChar *orig; /* content without ref substitution */ member in struct:_xmlEntity
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h58 /// VNInfo construtor, copies values from orig, except for the value number.
59 VNInfo(unsigned i, const VNInfo &orig) argument
60 : id(i), def(orig.def)
246 VNInfo *createValueCopy(const VNInfo *orig,
249 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig);
/external/skia/include/core/
H A DSkPaint.h461 The returned rect will either be orig or storage, thus the caller
463 use the retured value. It is legal for orig and storage to be the same
476 const SkRect& computeFastBounds(const SkRect& orig, SkRect* storage) const { argument
479 return orig;
482 return this->doComputeFastBounds(orig, storage);
949 const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage) const;
/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.h195 HReg orig [N_HREG_REMAP]; member in struct:__anon13183
/external/webkit/Source/WebKit/chromium/src/js/
H A DTests.js195 var orig = receiver[methodName];
196 if (typeof orig !== "function")
201 var result = orig.apply(this, arguments);
204 receiver[methodName] = orig;
/external/libvpx/vp8/encoder/
H A Donyx_if.c2376 static uint64_t calc_plane_error(unsigned char *orig, int orig_stride, argument
2391 VARIANCE_INVOKE(rtcd, mse16x16)(orig + col, orig_stride,
2401 unsigned char *border_orig = orig;
2417 orig += orig_stride * 16;
2426 diff = orig[col] - recon[col];
2430 orig += orig_stride;
2440 YV12_BUFFER_CONFIG *orig = cpi->Source; local
2449 sse = calc_plane_error(orig->y_buffer, orig->y_stride,
2461 sse = calc_plane_error(orig
5117 YV12_BUFFER_CONFIG *orig = cpi->Source; local
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java290 HttpRequest orig = request;
291 RequestWrapper origWrapper = wrapRequest(orig);
309 // request is still available in 'orig'.
321 if (orig instanceof AbortableHttpRequest) {
322 ((AbortableHttpRequest) orig).setConnectionRequest(connRequest);
354 if (orig instanceof AbortableHttpRequest) {
355 ((AbortableHttpRequest) orig).setReleaseTrigger(managedConn);
932 HttpRequest orig = request.getOriginal();
933 redirect.setHeaders(orig.getAllHeaders());
/external/bouncycastle/
H A Dimport_bouncycastle.sh66 BOUNCYCASTLE_BCPROV_DIR_ORIG=$BOUNCYCASTLE_BCPROV_DIR.orig
69 BOUNCYCASTLE_BCPKIX_DIR_ORIG=$BOUNCYCASTLE_BCPKIX_DIR.orig
238 find . -type f -name "*.orig" -print0 | xargs -0 rm -f
249 find $bouncycastle_dir -type f -name "*.orig" -print0 | xargs -0 rm -f
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild25 zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit
/external/oprofile/gui/
H A Doprof_start_util.cpp179 * @param orig string to format
187 string const format(string const & orig, uint const maxlen) argument
189 string text(orig);
/external/skia/samplecode/
H A DClockFaceView.cpp203 static void drawdots(SkCanvas* canvas, const SkPaint& orig) { argument
209 orig.getTextPath("9", 1, 0, 0, &path);
H A DSampleColorFilter.cpp27 int orig = x & 7; local
31 int diff = fake - orig;

Completed in 559 milliseconds

123456