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

1 2 3 4

  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
ldiv.c 44 #include <stdlib.h> /* ldiv_t */
46 ldiv_t
49 ldiv_t r;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 47 typedef ::ldiv_t ldiv_t; typedef in namespace:std
57 using _STLP_VENDOR_CSTD::ldiv_t;
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 47 typedef ::ldiv_t ldiv_t; typedef in namespace:std
57 using _STLP_VENDOR_CSTD::ldiv_t;
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); }
  /bionic/libc/include/
stdlib.h 148 } ldiv_t; typedef in typeref:struct:__anon214
150 extern ldiv_t ldiv(long, long) __pure2;
  /development/ndk/platforms/android-16/include/
stdlib.h 161 } ldiv_t; typedef in typeref:struct:__anon1363
163 extern ldiv_t ldiv(long, long);
  /development/ndk/platforms/android-21/include/
stdlib.h 140 } ldiv_t; typedef in typeref:struct:__anon2163
142 extern ldiv_t ldiv(long, long) __pure2;
  /development/ndk/platforms/android-3/include/
stdlib.h 157 } ldiv_t; typedef in typeref:struct:__anon2503
159 extern ldiv_t ldiv(long, long);
  /development/ndk/platforms/android-8/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon2557
160 extern ldiv_t ldiv(long, long);
  /development/ndk/platforms/android-9/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon2744
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon45182
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon45635
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon46090
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon46498
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon46958
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon47420
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon47830
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon48292
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon48756
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon49166
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon49628
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
stdlib.h 158 } ldiv_t; typedef in typeref:struct:__anon50092
160 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
stdlib.h 161 } ldiv_t; typedef in typeref:struct:__anon50502
163 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
stdlib.h 161 } ldiv_t; typedef in typeref:struct:__anon50964
163 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
stdlib.h 161 } ldiv_t; typedef in typeref:struct:__anon51428
163 extern ldiv_t ldiv(long, long);
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
stdlib.h 161 } ldiv_t; typedef in typeref:struct:__anon51838
163 extern ldiv_t ldiv(long, long);

Completed in 572 milliseconds

1 2 3 4