HomeSort by relevance Sort by last modified time
    Searched refs:div_long_long_rem (Results 26 - 50 of 56) sorted by null

12 3

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
calc64.h 18 #ifndef div_long_long_rem
19 #define div_long_long_rem(dividend, divisor, remainder) do_div_llr((dividend), divisor, remainder) macro
  /external/kernel-headers/original/linux/
calc64.h 16 #ifndef div_long_long_rem
17 #define div_long_long_rem(dividend, divisor, remainder) \ macro
41 res = -div_long_long_rem(-dividend, divisor, remainder);
44 res = div_long_long_rem(dividend, divisor, remainder);
  /bionic/libc/kernel/arch-x86/asm/
div64.h 24 #define div_long_long_rem(a,b,c) div_ll_X_l_rem(a,b,c) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
div64.h 24 #define div_long_long_rem(a,b,c) div_ll_X_l_rem(a,b,c) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
div64.h 24 #define div_long_long_rem(a,b,c) div_ll_X_l_rem(a,b,c) macro

Completed in 1552 milliseconds

12 3