Searched refs:old (Results 251 - 275 of 662) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm95 ;# before we are done referencing the old contents, the cyclic transform
591 mfspr r11, 256 ;# get old VRSAVE
608 mtspr 256, r11 ;# reset old VRSAVE
619 mfspr r11, 256 ;# get old VRSAVE
634 mtspr 256, r11 ;# reset old VRSAVE
677 mfspr r11, 256 ;# get old VRSAVE
714 mtspr 256, r11 ;# reset old VRSAVE
770 mfspr r11, 256 ;# get old VRSAVE
825 mtspr 256, r11 ;# reset old VRSAVE
904 mfspr r11, 256 ;# get old VRSAV
[all...]
H A Dfilter_bilinear_altivec.asm168 mfspr r11, 256 ;# get old VRSAVE
241 mtspr 256, r11 ;# reset old VRSAVE
253 mfspr r11, 256 ;# get old VRSAVE
327 mtspr 256, r11 ;# reset old VRSAVE
339 mfspr r11, 256 ;# get old VRSAVE
435 mtspr 256, r11 ;# reset old VRSAVE
530 mfspr r11, 256 ;# get old VRSAVE
628 mtspr 256, r11 ;# reset old VRSAVE
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm95 ;# before we are done referencing the old contents, the cyclic transform
591 mfspr r11, 256 ;# get old VRSAVE
608 mtspr 256, r11 ;# reset old VRSAVE
619 mfspr r11, 256 ;# get old VRSAVE
634 mtspr 256, r11 ;# reset old VRSAVE
677 mfspr r11, 256 ;# get old VRSAVE
714 mtspr 256, r11 ;# reset old VRSAVE
770 mfspr r11, 256 ;# get old VRSAVE
825 mtspr 256, r11 ;# reset old VRSAVE
904 mfspr r11, 256 ;# get old VRSAV
[all...]
/external/llvm/include/llvm/ADT/
H A DSparseBitVector.h108 bool old = test(Idx);
109 if (!old) {
188 BitWord old = changed ? 0 : Bits[i];
191 if (!changed && old != Bits[i])
215 BitWord old = changed ? 0 : Bits[i];
221 if (!changed && old != Bits[i])
237 BitWord old = changed ? 0 : Bits[i];
243 if (!changed && old != Bits[i])
556 bool old = test(Idx);
557 if (!old) {
[all...]
/external/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp326 const UHashElement *old=uhash_find(nodes, newNode); local
327 if(old!=NULL) {
329 return (Node *)old->key.pointer;
351 const UHashElement *old=uhash_find(nodes, &key); local
352 if(old!=NULL) {
353 return (Node *)old->key.pointer;
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA.c411 MapPtr *old; local
413 old = mapList;
416 mapList = old;
428 ScrPtr *old; local
430 old = scrList;
433 scrList = old;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as85 * old=^(nil a b c), new=r yields ^(r a b c)
86 * old=^(a b c), new=r yields ^(r ^(a b c))
91 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
92 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
96 * old=null, new=r yields r
97 * old=null, new=^(nil r) yields ^(nil r)
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dllusbgnubby.js93 var old = this.clients;
97 for (var i = 0; i < old.length; ++i) {
98 var client = old[i];
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dscoped_ptr.h136 // should update the stored pointer before deleting its old value.
148 T* old = data_.ptr; local
150 if (old != NULL)
151 static_cast<D&>(data_)(old);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dscoped_ptr.h140 // should update the stored pointer before deleting its old value.
152 T* old = data_.ptr; local
154 if (old != NULL)
155 static_cast<D&>(data_)(old);
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_ptr.h227 // should update the stored pointer before deleting its old value.
239 T* old = data_.ptr; local
241 if (old != NULL)
242 static_cast<D&>(data_)(old);
/external/e2fsprogs/lib/ext2fs/
H A Dalloc.c323 errcode_t (**old)(ext2_filsys fs,
330 if (old)
331 *old = fs->get_alloc_block;
/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher.h115 intptr_t old) OVERRIDE;
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager.h79 intptr_t old) OVERRIDE;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dcros_log_visualizer.js236 if (startPosition != this.old) {
237 this.old = startPosition;
/external/chromium_org/third_party/icu/source/common/
H A Duhash.c394 UHashElement *old = hash->elements; local
414 hash->elements = old;
420 if (!IS_EMPTY_OR_DELETED(old[i].hashcode)) {
421 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode);
424 e->key = old[i].key;
425 e->value = old[i].value;
426 e->hashcode = old[i].hashcode;
431 uprv_free(old);
515 * old ke
[all...]
H A Duvector.cpp401 UObjectDeleter *old = deleter; local
403 return old;
407 UKeyComparator *old = comparer; local
409 return old;
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h176 char * icatalloc(char * old, const char * new);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_inlines.h68 * The old thing pointed to, if any, will be unreferenced.
181 struct pipe_stream_output_target *old = *ptr; local
185 old->context->stream_output_target_destroy(old->context, old);
323 /* Match old screen->buffer_flush_mapped_range() behaviour, where
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_batchbuffer.c280 * Using the old buffer offset, write in what the right data would be, in case
305 * Using the old buffer offset, write in what the right data would
333 uint32_t *old; local
336 old = intel->batch.map + item->header;
337 if (op == *old >> 16) {
338 if (item->size == sz && memcmp(old, start, sz) == 0) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.c280 * Using the old buffer offset, write in what the right data would be, in case
305 * Using the old buffer offset, write in what the right data would
333 uint32_t *old; local
336 old = intel->batch.map + item->header;
337 if (op == *old >> 16) {
338 if (item->size == sz && memcmp(old, start, sz) == 0) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_batchbuffer.c280 * Using the old buffer offset, write in what the right data would be, in case
305 * Using the old buffer offset, write in what the right data would
333 uint32_t *old; local
336 old = intel->batch.map + item->header;
337 if (op == *old >> 16) {
338 if (item->size == sz && memcmp(old, start, sz) == 0) {
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
H A DMakefile77 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllex.c146 int old = ls->current; local
149 if (currIsNewline(ls) && ls->current != old)
213 char old = ls->decpoint; local
215 buffreplace(ls, old, ls->decpoint); /* try new decimal separator */
/external/chromium_org/third_party/skia/tools/
H A Djsondiff.py13 and generates an old-vs-new diff dictionary.
149 new_entry['old'] = old_dict.get(key)
156 old = expectations within oldfile
167 old = expectations within oldjson
184 'old',
186 'the "old" side of the diff. This can be a filepath on ' +
192 'ACTUAL results from the "old" JSON file. This can be a ' +
196 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)

Completed in 766 milliseconds

<<11121314151617181920>>