HomeSort by relevance Sort by last modified time
    Searched refs:__base (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /bionic/libc/kernel/arch-x86/asm/
div64.h 22 #define do_div(n,base) ({ unsigned long __upper, __low, __high, __mod, __base; __base = (base); asm("":"=a" (__low), "=d" (__high):"A" (n)); __upper = __high; if (__high) { __upper = __high % (__base); __high = __high / (__base); } asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (__base), "0" (__low), "1" (__upper)); asm("":"=A" (n):"a" (__low),"d" (__high)); __mod; })
  /development/ndk/platforms/android-9/arch-x86/include/asm/
div64.h 22 #define do_div(n,base) ({ unsigned long __upper, __low, __high, __mod, __base; __base = (base); asm("":"=a" (__low), "=d" (__high):"A" (n)); __upper = __high; if (__high) { __upper = __high % (__base); __high = __high / (__base); } asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (__base), "0" (__low), "1" (__upper)); asm("":"=A" (n):"a" (__low),"d" (__high)); __mod; })
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
div64.h 22 #define do_div(n,base) ({ unsigned long __upper, __low, __high, __mod, __base; __base = (base); asm("":"=a" (__low), "=d" (__high):"A" (n)); __upper = __high; if (__high) { __upper = __high % (__base); __high = __high / (__base); } asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (__base), "0" (__low), "1" (__upper)); asm("":"=A" (n):"a" (__low),"d" (__high)); __mod; })
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
div64.h 22 #define do_div(n,base) ({ unsigned long __upper, __low, __high, __mod, __base; __base = (base); asm("":"=a" (__low), "=d" (__high):"A" (n)); __upper = __high; if (__high) { __upper = __high % (__base); __high = __high / (__base); } asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (__base), "0" (__low), "1" (__upper)); asm("":"=A" (n):"a" (__low),"d" (__high)); __mod; })
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
div64.h 22 #define do_div(n,base) ({ unsigned long __upper, __low, __high, __mod, __base; __base = (base); asm("":"=a" (__low), "=d" (__high):"A" (n)); __upper = __high; if (__high) { __upper = __high % (__base); __high = __high / (__base); } asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (__base), "0" (__low), "1" (__upper)); asm("":"=A" (n):"a" (__low),"d" (__high)); __mod; })
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
div64.h 22 #define do_div(n,base) ({ unsigned long __upper, __low, __high, __mod, __base; __base = (base); asm("":"=a" (__low), "=d" (__high):"A" (n)); __upper = __high; if (__high) { __upper = __high % (__base); __high = __high / (__base); } asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (__base), "0" (__low), "1" (__upper)); asm("":"=A" (n):"a" (__low),"d" (__high)); __mod; })
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
div64.h 22 #define do_div(n,base) ({ unsigned long __upper, __low, __high, __mod, __base; __base = (base); asm("":"=a" (__low), "=d" (__high):"A" (n)); __upper = __high; if (__high) { __upper = __high % (__base); __high = __high / (__base); } asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (__base), "0" (__low), "1" (__upper)); asm("":"=A" (n):"a" (__low),"d" (__high)); __mod; })
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 799 boolalpha(ios_base& __base)
801 __base.setf(ios_base::boolalpha);
802 return __base;
807 noboolalpha(ios_base& __base)
809 __base.unsetf(ios_base::boolalpha);
810 return __base;
815 showbase(ios_base& __base)
817 __base.setf(ios_base::showbase);
818 return __base;
823 noshowbase(ios_base& __base)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ios_base.h 797 boolalpha(ios_base& __base)
799 __base.setf(ios_base::boolalpha);
800 return __base;
805 noboolalpha(ios_base& __base)
807 __base.unsetf(ios_base::boolalpha);
808 return __base;
813 showbase(ios_base& __base)
815 __base.setf(ios_base::showbase);
816 return __base;
821 noshowbase(ios_base& __base)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h 797 boolalpha(ios_base& __base)
799 __base.setf(ios_base::boolalpha);
800 return __base;
805 noboolalpha(ios_base& __base)
807 __base.unsetf(ios_base::boolalpha);
808 return __base;
813 showbase(ios_base& __base)
815 __base.setf(ios_base::showbase);
816 return __base;
821 noshowbase(ios_base& __base)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 799 boolalpha(ios_base& __base)
801 __base.setf(ios_base::boolalpha);
802 return __base;
807 noboolalpha(ios_base& __base)
809 __base.unsetf(ios_base::boolalpha);
810 return __base;
815 showbase(ios_base& __base)
817 __base.setf(ios_base::showbase);
818 return __base;
823 noshowbase(ios_base& __base)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 799 boolalpha(ios_base& __base)
801 __base.setf(ios_base::boolalpha);
802 return __base;
807 noboolalpha(ios_base& __base)
809 __base.unsetf(ios_base::boolalpha);
810 return __base;
815 showbase(ios_base& __base)
817 __base.setf(ios_base::showbase);
818 return __base;
823 noshowbase(ios_base& __base)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 799 boolalpha(ios_base& __base)
801 __base.setf(ios_base::boolalpha);
802 return __base;
807 noboolalpha(ios_base& __base)
809 __base.unsetf(ios_base::boolalpha);
810 return __base;
815 showbase(ios_base& __base)
817 __base.setf(ios_base::showbase);
818 return __base;
823 noshowbase(ios_base& __base)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ios_base.h 799 boolalpha(ios_base& __base)
801 __base.setf(ios_base::boolalpha);
802 return __base;
807 noboolalpha(ios_base& __base)
809 __base.unsetf(ios_base::boolalpha);
810 return __base;
815 showbase(ios_base& __base)
817 __base.setf(ios_base::showbase);
818 return __base;
823 noshowbase(ios_base& __base)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 797 boolalpha(ios_base& __base)
799 __base.setf(ios_base::boolalpha);
800 return __base;
805 noboolalpha(ios_base& __base)
807 __base.unsetf(ios_base::boolalpha);
808 return __base;
813 showbase(ios_base& __base)
815 __base.setf(ios_base::showbase);
816 return __base;
821 noshowbase(ios_base& __base)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 797 boolalpha(ios_base& __base)
799 __base.setf(ios_base::boolalpha);
800 return __base;
805 noboolalpha(ios_base& __base)
807 __base.unsetf(ios_base::boolalpha);
808 return __base;
813 showbase(ios_base& __base)
815 __base.setf(ios_base::showbase);
816 return __base;
821 noshowbase(ios_base& __base)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 797 boolalpha(ios_base& __base)
799 __base.setf(ios_base::boolalpha);
800 return __base;
805 noboolalpha(ios_base& __base)
807 __base.unsetf(ios_base::boolalpha);
808 return __base;
813 showbase(ios_base& __base)
815 __base.setf(ios_base::showbase);
816 return __base;
821 noshowbase(ios_base& __base)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 797 boolalpha(ios_base& __base)
799 __base.setf(ios_base::boolalpha);
800 return __base;
805 noboolalpha(ios_base& __base)
807 __base.unsetf(ios_base::boolalpha);
808 return __base;
813 showbase(ios_base& __base)
815 __base.setf(ios_base::showbase);
816 return __base;
821 noshowbase(ios_base& __base)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ios_base.h 795 boolalpha(ios_base& __base)
797 __base.setf(ios_base::boolalpha);
798 return __base;
803 noboolalpha(ios_base& __base)
805 __base.unsetf(ios_base::boolalpha);
806 return __base;
811 showbase(ios_base& __base)
813 __base.setf(ios_base::showbase);
814 return __base;
819 noshowbase(ios_base& __base)
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
div64.h 31 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned long long __n asm("r0") = n; register unsigned long long __res asm("r2"); register unsigned int __rem asm(__xh); asm( __asmeq("%0", __xh) __asmeq("%1", "r2") __asmeq("%2", "r0") __asmeq("%3", "r4") "bl __do_div64" : "=r" (__rem), "=r" (__res) : "r" (__n), "r" (__base) : "ip", "lr", "cc"); n = __res; __rem; })
  /bionic/libc/kernel/arch-mips/asm/
div64.h 26 #define do_div(n, base) ({ unsigned long long __quot; unsigned long __mod; unsigned long long __div; unsigned long __upper, __low, __high, __base; __div = (n); __base = (base); __high = __div >> 32; __low = __div; __upper = __high; if (__high) __asm__("divu $0, %z2, %z3" : "=h" (__upper), "=l" (__high) : "Jr" (__high), "Jr" (__base) : GCC_REG_ACCUM); __mod = do_div64_32(__low, __upper, __low, __base); __quot = __high; __quot = __quot << 32 | __low; (n) = __quot; __mod; })
30 #define do_div(n, base) ({ unsigned long __quot; unsigned int __mod; unsigned long __div; unsigned int __base; __div = (n); __base = (base); __mod = __div % __base; __quot = __div / __base; (n) = __quot; __mod; })
  /development/ndk/platforms/android-3/arch-arm/include/asm/
div64.h 25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned long long __n asm("r0") = n; register unsigned long long __res asm("r2"); register unsigned int __rem asm(__xh); asm( __asmeq("%0", __xh) __asmeq("%1", "r2") __asmeq("%2", "r0") __asmeq("%3", "r4") "bl __do_div64" : "=r" (__rem), "=r" (__res) : "r" (__n), "r" (__base) : "ip", "lr", "cc"); n = __res; __rem; })
  /development/ndk/platforms/android-9/arch-mips/include/asm/
div64.h 26 #define do_div(n, base) ({ unsigned long long __quot; unsigned long __mod; unsigned long long __div; unsigned long __upper, __low, __high, __base; __div = (n); __base = (base); __high = __div >> 32; __low = __div; __upper = __high; if (__high) __asm__("divu $0, %z2, %z3" : "=h" (__upper), "=l" (__high) : "Jr" (__high), "Jr" (__base) : GCC_REG_ACCUM); __mod = do_div64_32(__low, __upper, __low, __base); __quot = __high; __quot = __quot << 32 | __low; (n) = __quot; __mod; })
30 #define do_div(n, base) ({ unsigned long __quot; unsigned int __mod; unsigned long __div; unsigned int __base; __div = (n); __base = (base); __mod = __div % __base; __quot = __div / __base; (n) = __quot; __mod; })
  /external/kernel-headers/original/asm-arm/
div64.h 32 register unsigned int __base asm("r4") = base; \
42 : "r" (__n), "r" (__base) \
  /external/kernel-headers/original/asm-mips/
div64.h 63 unsigned long __upper, __low, __high, __base; \
66 __base = (base); \
75 : "Jr" (__high), "Jr" (__base) \
78 __mod = do_div64_32(__low, __upper, __low, __base); \
97 unsigned int __base; \
100 __base = (base); \
102 __mod = __div % __base; \
103 __quot = __div / __base; \

Completed in 1837 milliseconds

1 2 3 4 5 6 7 8 910