HomeSort by relevance Sort by last modified time
    Searched defs:div_t (Results 1 - 25 of 63) sorted by null

1 2 3

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 46 typedef ::div_t div_t; typedef in namespace:std
56 using _STLP_VENDOR_CSTD::div_t;
114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 46 typedef ::div_t div_t; typedef in namespace:std
56 using _STLP_VENDOR_CSTD::div_t;
114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); }
  /bionic/libc/include/
stdlib.h 141 } div_t; typedef in typeref:struct:__anon213
143 extern div_t div(int, int) __pure2;
  /development/ndk/platforms/android-21/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon2162
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon56239
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon57007
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon57785
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon58563
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon59340
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon60118
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon60886
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon61654
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon62432
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon63210
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon63987
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon64765
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon65533
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon66301
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon67079
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon67857
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon68634
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon69412
135 extern div_t div(int, int) __pure2;
  /development/ndk/platforms/android-16/include/
stdlib.h 154 } div_t; typedef in typeref:struct:__anon1362
156 extern div_t div(int, int);
  /development/ndk/platforms/android-3/include/
stdlib.h 150 } div_t; typedef in typeref:struct:__anon2502
152 extern div_t div(int, int);
  /development/ndk/platforms/android-8/include/
stdlib.h 151 } div_t; typedef in typeref:struct:__anon2556
153 extern div_t div(int, int);

Completed in 933 milliseconds

1 2 3