/prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/ |
uaccess_32.h | 61 #define __put_user_u64(x, addr, err) __asm__ __volatile__( "1: movl %%eax,0(%2)\n" "2: movl %%edx,4(%2)\n" "3:\n" ".section .fixup,\"ax\"\n" "4: movl %3,%0\n" " jmp 3b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,4b\n" " .long 2b,4b\n" ".previous" : "=r"(err) : "A" (x), "r" (addr), "i"(-EFAULT), "0"(err)) 66 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %"rtype"1,%2\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err) : ltype (x), "m"(__m(addr)), "i"(errret), "0"(err)) 70 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %2,%"rtype"1\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " xor"itype" %"rtype"1,%"rtype"1\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err), ltype (x) : "m"(__m(addr)), "i"(errret), "0"(err))
|
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/ |
uaccess_32.h | 61 #define __put_user_u64(x, addr, err) __asm__ __volatile__( "1: movl %%eax,0(%2)\n" "2: movl %%edx,4(%2)\n" "3:\n" ".section .fixup,\"ax\"\n" "4: movl %3,%0\n" " jmp 3b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,4b\n" " .long 2b,4b\n" ".previous" : "=r"(err) : "A" (x), "r" (addr), "i"(-EFAULT), "0"(err)) 66 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %"rtype"1,%2\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err) : ltype (x), "m"(__m(addr)), "i"(errret), "0"(err)) 70 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %2,%"rtype"1\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " xor"itype" %"rtype"1,%"rtype"1\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err), ltype (x) : "m"(__m(addr)), "i"(errret), "0"(err))
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
uaccess_32.h | 61 #define __put_user_u64(x, addr, err) __asm__ __volatile__( "1: movl %%eax,0(%2)\n" "2: movl %%edx,4(%2)\n" "3:\n" ".section .fixup,\"ax\"\n" "4: movl %3,%0\n" " jmp 3b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,4b\n" " .long 2b,4b\n" ".previous" : "=r"(err) : "A" (x), "r" (addr), "i"(-EFAULT), "0"(err)) 66 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %"rtype"1,%2\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err) : ltype (x), "m"(__m(addr)), "i"(errret), "0"(err)) 70 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %2,%"rtype"1\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " xor"itype" %"rtype"1,%"rtype"1\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err), ltype (x) : "m"(__m(addr)), "i"(errret), "0"(err))
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/ |
uaccess_32.h | 61 #define __put_user_u64(x, addr, err) __asm__ __volatile__( "1: movl %%eax,0(%2)\n" "2: movl %%edx,4(%2)\n" "3:\n" ".section .fixup,\"ax\"\n" "4: movl %3,%0\n" " jmp 3b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,4b\n" " .long 2b,4b\n" ".previous" : "=r"(err) : "A" (x), "r" (addr), "i"(-EFAULT), "0"(err)) 66 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %"rtype"1,%2\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err) : ltype (x), "m"(__m(addr)), "i"(errret), "0"(err)) 70 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %2,%"rtype"1\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " xor"itype" %"rtype"1,%"rtype"1\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err), ltype (x) : "m"(__m(addr)), "i"(errret), "0"(err))
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
uaccess_32.h | 61 #define __put_user_u64(x, addr, err) __asm__ __volatile__( "1: movl %%eax,0(%2)\n" "2: movl %%edx,4(%2)\n" "3:\n" ".section .fixup,\"ax\"\n" "4: movl %3,%0\n" " jmp 3b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,4b\n" " .long 2b,4b\n" ".previous" : "=r"(err) : "A" (x), "r" (addr), "i"(-EFAULT), "0"(err)) 66 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %"rtype"1,%2\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err) : ltype (x), "m"(__m(addr)), "i"(errret), "0"(err)) 70 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) __asm__ __volatile__( "1: mov"itype" %2,%"rtype"1\n" "2:\n" ".section .fixup,\"ax\"\n" "3: movl %3,%0\n" " xor"itype" %"rtype"1,%"rtype"1\n" " jmp 2b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,3b\n" ".previous" : "=r"(err), ltype (x) : "m"(__m(addr)), "i"(errret), "0"(err))
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
AnnotatedOutput.java | 55 * previous calls to this method, the new call "consumes" output 56 * after all the output covered by the previous calls.
|
/dalvik/dx/src/com/android/dx/util/ |
AnnotatedOutput.java | 55 * previous calls to this method, the new call "consumes" output 56 * after all the output covered by the previous calls.
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
uaccess.h | 61 #define __get_user_asm(val, insn, addr) { long __gu_tmp; __asm__ __volatile__( "1: " insn " %1, %3 \n" "2: \n" " .section .fixup,\"ax\" \n" "3: li %0, %4 \n" " j 2b \n" " .previous \n" " .section __ex_table,\"a\" \n" " "__UA_ADDR "\t1b, 3b \n" " .previous \n" : "=r" (__gu_err), "=r" (__gu_tmp) : "0" (0), "o" (__m(addr)), "i" (-EFAULT)); (val) = (__typeof__(*(addr))) __gu_tmp; } 62 #define __get_user_asm_ll32(val, addr) { union { unsigned long long l; __typeof__(*(addr)) t; } __gu_tmp; __asm__ __volatile__( "1: lw %1, (%3) \n" "2: lw %D1, 4(%3) \n" "3: .section .fixup,\"ax\" \n" "4: li %0, %4 \n" " move %1, $0 \n" " move %D1, $0 \n" " j 3b \n" " .previous \n" " .section __ex_table,\"a\" \n" " " __UA_ADDR " 1b, 4b \n" " " __UA_ADDR " 2b, 4b \n" " .previous \n" : "=r" (__gu_err), "=&r" (__gu_tmp.l) : "0" (0), "r" (addr), "i" (-EFAULT)); (val) = __gu_tmp.t; } 67 #define __put_user_asm(insn, ptr) { __asm__ __volatile__( "1: " insn " %z2, %3 # __put_user_asm\n" "2: \n" " .section .fixup,\"ax\" \n" "3: li %0, %4 \n" " j 2b \n" " .previous \n" " .section __ex_table,\"a\" \n" " " __UA_ADDR " 1b, 3b \n" " .previous \n" : "=r" (__pu_err) : "0" (0), "Jr" (__pu_val), "o" (__m(ptr)), "i" (-EFAULT)); } 69 #define __put_user_asm_ll32(ptr) { __asm__ __volatile__( "1: sw %2, (%3) # __put_user_asm_ll32 \n" "2: sw %D2, 4(%3) \n" "3: \n" " .section .fixup,\"ax\" \n" "4: li %0, %4 \n" " j 3b \n" " .previous \n" " .section __ex_table,\"a\" \n" " " __UA_ADDR " 1b, 4b \n" " " __UA_ADDR " 2b, 4b \n" " .previous" : "=r" (__pu_err) : "0" (0), "r" (__pu_val), "r" (ptr), "i" (-EFAULT)); }
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
SimpleScalarValueChecker.java | 73 final RealPointValuePair previous, 75 final double p = previous.getValue();
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.template/ |
p3-0x.cpp | 20 template<template <int ...N> class TT> struct X0 { }; // expected-note{{previous non-type template parameter with type 'int' is here}} 30 template <T ...N> class TT> // expected-note{{previous non-type template parameter with type 'short' is here}}
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/ |
p1.cpp | 2 template<typename T, typename U> // expected-note{{previous template}} 25 void X0<T, U>::f0(const T&, const U&) { // expected-note{{previous definition}}
|
/external/clang/test/Sema/ |
extern-redecl.c | 48 extern void abort(void); // expected-note 2 {{previous declaration is here}} 49 extern float *calloc(); // expected-warning {{incompatible redeclaration of library function}} expected-note {{is a builtin}} expected-note 2 {{previous declaration is here}}
|
overloadable.c | 6 int *f(int) __attribute__((overloadable)); // expected-note 2{{previous overload of function is here}} 9 // expected-note{{previous declaration is here}}
|
/external/clang/test/SemaCXX/ |
MicrosoftExtensions.cpp | 7 void foo(); // expected-note {{previous declaration}} 8 void foo() throw(); // expected-warning {{exception specification in declaration does not match previous declaration}} 10 void r6() throw(...); // expected-note {{previous declaration}} 11 void r6() throw(int); // expected-warning {{exception specification in declaration does not match previous declaration}} 123 void f2(void); // expected-note{{previous declaration is here}} 136 void f(int g = 10 ); // expected-note {{previous definition is here}} 145 void static_func(); // expected-note {{previous declaration is here}} 153 extern const int static_var; // expected-note {{previous declaration is here}}
|
enum-scoped.cpp | 81 enum class Redeclare2; // expected-note{{previous declaration is here}} expected-note{{previous declaration is here}} 85 enum Redeclare3 : int; // expected-note{{previous declaration is here}} expected-note{{previous declaration is here}} 92 enum Redeclare6 : int; // expected-note{{previous declaration is here}} expected-note{{previous declaration is here}} 96 enum class Redeclare7; // expected-note{{previous declaration is here}} expected-note{{previous declaration is here}}
|
namespace-alias.cpp | 7 int B; // expected-note {{previous definition is here}} 10 namespace C { } // expected-note {{previous definition is here}}
|
/external/clang/test/SemaObjC/ |
property.m | 20 @synthesize prop_id; // expected-error {{synthesized property 'prop_id' must either be named the same}} // expected-note {{previous declaration is here}} 62 @property int treeController; // expected-error {{property has a previous declaration}}
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
AnnotatedOutput.java | 55 * previous calls to this method, the new call "consumes" output 56 * after all the output covered by the previous calls.
|
/external/guava/guava/src/com/google/common/collect/ |
AbstractIndexedListIterator.java | 61 * the element at that index, if available. Calls to {@link #previous()} can 98 public final E previous() { method in class:AbstractIndexedListIterator
|
/external/icu/icu4c/source/test/intltest/ |
itercoll.h | 38 * the reversed results from CollationElementIterator.previous, for the set 44 * Test for CollationElementIterator.previous()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationIteratorTest.java | 116 int order = iter.previous(); 120 order = iter.previous(); 123 while (iter.previous() != CollationElementIterator.NULLORDER) { 137 int order = iter.previous(); 149 int temporder = iter.previous(); 159 temporder = iter.previous(); 168 temporder = iter.previous(); 180 temporder = iter.previous(); 198 temporder = iter.previous(); 221 if (iter.previous() != CollationElementIterator.NULLORDER) [all...] |
/external/iptables/iptables/ |
iptables-restore.8 | 39 don't flush the previous contents of the table. If not specified, 41 flushes (deletes) all previous contents of the respective table.
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
HostedConnection.java | 74 * @return The previous session value for this key or null 75 * if there was no previous value.
|
/external/llvm/test/CodeGen/ARM/ |
2009-08-04-RegScavengerAssert-2.ll | 12 %asmtmp.i = tail call i32 asm sideeffect "1:\09strbt\09$1,[$2]\0A2:\0A\09.section .fixup,\22ax\22\0A\09.align\092\0A3:\09mov\09$0, $3\0A\09b\092b\0A\09.previous\0A\09.section __ex_table,\22a\22\0A\09.align\093\0A\09.long\091b, 3b\0A\09.previous", "=r,r,r,i,0,~{cc}"(i8 0, i32 undef, i32 -14, i32 0) nounwind ; <i32> [#uses=1]
|
/external/replicaisland/src/com/replica/replicaisland/ |
ShellSorter.java | 42 // (This has to be outside the previous loop because the formula above for calculating the 70 // Shift all previous entries down by the current
|