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

1 2

  /bionic/libc/stdlib/
div.c 34 #include <stdlib.h> /* div_t */
36 div_t
39 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); }
  /prebuilt/ndk/android-ndk-r5/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); }
  /prebuilt/ndk/android-ndk-r6/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); }
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 102 using ::div_t;
  /bionic/libc/include/
stdlib.h 149 } div_t; typedef in typeref:struct:__anon40
151 extern div_t div(int, int);
  /development/ndk/platforms/android-3/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon1134
149 extern div_t div(int, int);
  /development/ndk/platforms/android-8/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon1187
150 extern div_t div(int, int);
  /development/ndk/platforms/android-9/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon1301
150 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon21886
149 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon22240
149 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon22594
149 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon23019
149 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon23378
149 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon23808
149 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon24162
149 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon24212
150 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon24253
150 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon24781
149 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdlib.h 147 } div_t; typedef in typeref:struct:__anon25118
149 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon25172
150 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon25187
150 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon25228
150 extern div_t div(int, int);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
stdlib.h 148 } div_t; typedef in typeref:struct:__anon25351
150 extern div_t div(int, int);

Completed in 415 milliseconds

1 2