HomeSort by relevance Sort by last modified time
    Searched defs:div_long_long_rem (Results 26 - 39 of 39) sorted by null

12

  /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
  /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
  /prebuilts/ndk/8/platforms/android-9/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
  /external/kernel-headers/original/asm-x86/
div64.h 40 #define div_long_long_rem(a,b,c) div_ll_X_l_rem(a,b,c) 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);

Completed in 474 milliseconds

12