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

1 2 3 4

  /bionic/libc/upstream-netbsd/libc/stdlib/
div.c 44 #include <stdlib.h> /* div_t */
46 div_t
49 div_t r;
  /external/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); }
  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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); }
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 102 using ::div_t;
  /bionic/libc/include/
stdlib.h 137 } div_t; typedef in typeref:struct:__anon94
139 extern div_t div(int, int);
  /development/ndk/platforms/android-3/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon1284
149 extern div_t div(int, int);
  /development/ndk/platforms/android-8/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon1337
150 extern div_t div(int, int);
  /development/ndk/platforms/android-9/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon1522
150 extern div_t div(int, int);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon43550
149 extern div_t div(int, int);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon43904
149 extern div_t div(int, int);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon44258
149 extern div_t div(int, int);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon44683
149 extern div_t div(int, int);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon45042
149 extern div_t div(int, int);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon45472
149 extern div_t div(int, int);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon45826
149 extern div_t div(int, int);
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon45876
150 extern div_t div(int, int);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon45917
150 extern div_t div(int, int);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon46445
149 extern div_t div(int, int);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon46782
149 extern div_t div(int, int);
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon46836
150 extern div_t div(int, int);

Completed in 705 milliseconds

1 2 3 4