Searched refs:old (Results 26 - 50 of 401) sorted by relevance

1234567891011>>

/external/e2fsprogs/tests/progs/
H A Dtest_rel.c92 static void display_brel_entry(blk_t old, argument
95 printf("Old= %u, New= %u, Owner= %u:%u\n", old, ent->new,
102 static void display_irel_entry(ext2_ino_t old, argument
110 printf("Old= %lu, New= %lu, Original=%lu, Max_refs=%u\n", old,
115 retval = ext2fs_irel_start_iter_ref(irel, old);
177 blk_t old, new, offset=0, owner=0; local
186 if (parse_block(argv[0], "old block", argv[1], &old))
205 retval = ext2fs_brel_put(brel, old, &ent);
307 blk_t old, ne local
384 ext2_ino_t old, new, max_refs; local
420 ext2_ino_t old; local
446 ext2_ino_t orig, old; local
486 ext2_ino_t old; local
616 ext2_ino_t old, new; local
[all...]
/external/opencv/cvaux/src/
H A Dcvclique.cpp281 int* old = All[k];
307 int p = old[i]; //current point
314 if ( !connected[p][old[j]] )
352 int i, p = old[s[k]];
353 old[s[k]] = old[ne[k]];
354 int sel = old[ne[k]] = p;
360 if (connected[sel][old[i]])
362 new_[newne] = old[i];
375 if (connected[sel][old[
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java277 Frame old = frames[target];
280 if (old == null) {
284 changed = old.merge(frame);
310 Frame old = frames[next];
313 if (old == null) {
314 old = frames[next] = frame.copy();
320 Type oldType = old.getLocal(i);
323 old.setLocal(i, newType);
330 old.setLocal(i, newType);
337 if (! old
[all...]
/external/v8/test/mjsunit/
H A Dundeletable-functions.js135 var old = type[prop];
144 type[prop] = old;
149 var old = type[prop];
161 var old = type[prop];
168 assertEquals(old, type[prop], "overwritable: " + prop);
/external/kernel-headers/original/asm-arm/
H A Datomic.h83 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) argument
94 : "r" (&ptr->counter), "Ir" (old), "r" (new)
152 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) argument
159 if (likely(ret == old))
181 int c, old; local
184 while (c != u && (old = atomic_cmpxchg((v), c, c + a)) != c)
185 c = old;
/external/blktrace/
H A Drbtree.c233 struct rb_node *old = node, *left; local
244 if (parent == old) {
250 node->rb_parent_color = old->rb_parent_color;
251 node->rb_right = old->rb_right;
252 node->rb_left = old->rb_left;
254 if (rb_parent(old))
256 if (rb_parent(old)->rb_left == old)
257 rb_parent(old)->rb_left = node;
259 rb_parent(old)
[all...]
/external/bsdiff/
H A Dbsdiff.c104 static void qsufsort(off_t *I,off_t *V,u_char *old,off_t oldsize) argument
110 for(i=0;i<oldsize;i++) buckets[old[i]]++;
115 for(i=0;i<oldsize;i++) I[++buckets[old[i]]]=i;
117 for(i=0;i<oldsize;i++) V[i]=buckets[old[i]];
142 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize) argument
147 if(old[i]!=new[i]) break;
152 static off_t search(off_t *I,u_char *old,off_t oldsize, argument
158 x=matchlen(old+I[st],oldsize-I[st],new,newsize);
159 y=matchlen(old+I[en],oldsize-I[en],new,newsize);
171 if(memcmp(old
199 u_char *old,*new; local
[all...]
/external/blktrace/btt/
H A Dlist.h217 * list_replace - replace old entry by new one
218 * @old : the element to be replaced
221 * If @old was empty, it will be overwritten.
223 static inline void list_replace(struct list_head *old, argument
226 new->next = old->next;
228 new->prev = old->prev;
232 static inline void list_replace_init(struct list_head *old, argument
235 list_replace(old, new);
236 INIT_LIST_HEAD(old);
/external/kernel-headers/original/asm-x86/
H A Datomic_32.h218 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new)))
232 int c, old; local
237 old = atomic_cmpxchg((v), c, c + (a));
238 if (likely(old == c))
240 c = old;
/external/libvpx/vp8/common/ppc/
H A Drecon_altivec.asm38 mfspr r0, 256 ;# get old VRSAVE
39 stw r0, -8(r1) ;# save old VRSAVE to stack
51 lwz r12, -8(r1) ;# restore old VRSAVE from stack
52 mtspr 256, r12 ;# reset old VRSAVE
87 mfspr r0, 256 ;# get old VRSAVE
88 stw r0, -8(r1) ;# save old VRSAVE to stack
104 lwz r12, -8(r1) ;# restore old VRSAVE from stack
105 mtspr 256, r12 ;# reset old VRSAVE
126 mfspr r0, 256 ;# get old VRSAVE
127 stw r0, -8(r1) ;# save old VRSAV
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/
H A Daica.c43 int i, j, old = 0; local
46 G2_LOCK(old);
61 G2_UNLOCK(old);
155 int old = 0; local
168 G2_LOCK(old);
211 G2_UNLOCK(old);
/external/valgrind/main/nightly/bin/
H A Dnightly95 rm -rf diffs diffs.txt diff.short final new.short new.verbose old.short old.verbose
96 rm -rf sendmail.log unchanged.log valgrind-old valgrind-new
123 # Do everything twice -- once for the 24 hours old Valgrind, and once
125 for logfile in old new ; do
127 # Remove old short and verbose log files, and start the new ones
133 if [ $logfile = "old" ] ; then
139 # Get dates for the old and new versions
206 # 'final' shows the difference between the old and new results
213 diff -C1 old
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeRewriter.cs137 ITree old = oldTree as ITree;
139 string oldMessage = old != null ? old.ToStringTree() : "??";
/external/chromium/base/
H A Datomicops_internals_mips_gcc.h25 // Always return the old value of "*ptr"
53 Atomic32 temp, old; local
57 "ll %1, %2\n" // old = *ptr
63 : "=&r" (temp), "=&r" (old), "=m" (*ptr)
67 return old;
/external/v8/src/
H A Datomicops_internals_mips_gcc.h45 // Always return the old value of "*ptr"
73 Atomic32 temp, old; local
77 "ll %1, %2\n" // old = *ptr
83 : "=&r" (temp), "=&r" (old), "=m" (*ptr)
87 return old;
/external/quake/quake/src/QW/client/
H A Dgl_refrag.c53 efrag_t *ef, *old, *walk, **prev; local
74 old = ef;
78 old->entnext = cl.free_efrags;
79 cl.free_efrags = old;
/external/quake/quake/src/WinQuake/
H A Dgl_refrag.cpp53 efrag_t *ef, *old, *walk, **prev; local
74 old = ef;
78 old->entnext = cl.free_efrags;
79 cl.free_efrags = old;
/external/skia/src/animator/
H A DSkDisplayAdd.cpp148 SkDisplayable* old = (*parentList)[index]; local
150 delete old;
155 if (child == old || child->contains(old))
158 if (maker.fHelpers.find(old) < 0)
159 maker.helperAdd(old);
167 SkDisplayable* old = (*parentList)[index]; local
168 if (maker.fHelpers.find(old) < 0)
169 maker.helperAdd(old);
/external/libxslt/libxslt/
H A Dattributes.c191 * @old: another XSLT AttrElem list
193 * Add all the attributes from list @old to list @list,
200 xsltAttrElemPtr list, xsltAttrElemPtr old) {
204 while (old != NULL) {
205 if ((old->attr == NULL) && (old->set == NULL)) {
206 old = old->next;
221 if ((cur->set != NULL) && (cur->set == old->set)) {
231 if (old
199 xsltMergeAttrElemList(xsltStylesheetPtr style, xsltAttrElemPtr list, xsltAttrElemPtr old) argument
[all...]
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp91 (8): old creat
121 (11): old execv
185 (17): old break
204 (19): old lseek
207 (21): old mount
210 (22): old umount
213 (38): old stat
216 (40): old lstat
219 (45): old ktrace
222 (62): old fsta
[all...]
/external/apache-http/src/org/apache/http/conn/scheme/
H A DSchemeRegistry.java139 Scheme old = registeredSchemes.put(sch.getName(), sch);
140 return old;
/external/elfutils/libdw/
H A Dlibdw_alloc.c90 Dwarf_OOM old = dbg->oom_handler; local
92 return old;
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiffHeader.pl85 old mode 100644
92 old mode 100644
/external/icu4c/tools/genren/
H A DMakefile54 -mv $(ICUDIR) $(ICUDIR)old
55 -(rm -rf $(ICUDIR)old &)
83 -cp urename.h urename.h.old
87 sorts: urename.sort urename.old.sort
89 @echo "Try 'diff --side-by-side urename.old.sort urename.sort'"
94 urename.old.sort: $(top_srcdir)/common/unicode/urename.h
/external/libxml2/
H A Dglobals.c250 * Disabled by default since this may not be safe for old classes of
414 * Default old SAX v1 handler for HTML, builds the DOM tree
452 * Default old SAX v1 handler for SGML DocBook, builds the DOM tree
597 * Returns the old value of the registration function
602 xmlRegisterNodeFunc old = xmlRegisterNodeDefaultValue; local
606 return(old);
612 xmlRegisterNodeFunc old; local
615 old = xmlRegisterNodeDefaultValueThrDef;
621 return(old);
635 xmlDeregisterNodeFunc old local
645 xmlDeregisterNodeFunc old; local
660 xmlParserInputBufferCreateFilenameFunc old; local
677 xmlOutputBufferCreateFilenameFunc old; local
[all...]

Completed in 587 milliseconds

1234567891011>>