/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | cmpxchg.h | 24 …old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R10000_LLSC_WAR) { __asm__ __volat… argument 25 #define __cmpxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr))… argument 26 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_llsc_mb()) argument 27 #define cmpxchg_local(ptr, old, new) __cmpxchg(ptr, old, new, ) argument
|
D | local.h | 44 …ss(l, a, u) ({ long c, old; c = local_read(l); while (c != (u) && (old = local_cmpxchg((l),…
|
/development/ndk/platforms/android-3/include/sys/ |
D | atomics.h | 50 __atomic_cmpxchg(int old, int _new, volatile int *ptr) in __atomic_cmpxchg() argument 53 return __sync_val_compare_and_swap(ptr, old, _new) != old; in __atomic_cmpxchg()
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | local_32.h | 39 …old; c = local_read(l); for (;;) { if (unlikely(c == (u))) break; old = local_cmpxchg((l…
|
D | atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | nodemask.h | 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES) argument 58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODE… argument
|
D | cpumask.h | 56 #define cpu_remap(oldbit, old, new) __cpu_remap((oldbit), &(old), &(new), NR_CPUS) argument 57 #define cpus_remap(dst, src, old, new) __cpus_remap(&(dst), &(src), &(old), &(new), NR_CPUS) argument
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
D | ExpandingListView.java | 276 int[] old = oldCoordinates.get(v); 277 v.setTop(old[0]); 278 v.setBottom(old[1]); 281 int delta = old[0] < oldTop ? -yTranslateTop : yTranslateBottom; 456 int [] old = oldCoordinates.get(v); 457 if (old != null) { 460 v.setTop(old[0]); 461 v.setBottom(old[1]);
|
/development/ndk/platforms/android-L/include/linux/ |
D | uinput.h | 30 struct ff_effect old; member
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 119 Extra.OldPaths old-paths 3
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 164 # description. Set this tag to YES if you prefer the old behaviour instead.
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 164 # description. Set this tag to YES if you prefer the old behaviour instead.
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 596 medieval - j. as if belonging to the Middle Ages; old-fashioned and unenlightened
|