HomeSort by relevance Sort by last modified time
    Searched refs:div_t (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon55719
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon56487
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon57265
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon58043
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon58820
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
stdlib.h 133 } div_t; typedef in typeref:struct:__anon59598
135 extern div_t div(int, int) __pure2;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdlib.h 150 } div_t; typedef in typeref:struct:__anon59945
152 extern div_t div(int, int);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdlib.h 150 } div_t; typedef in typeref:struct:__anon60309
152 extern div_t div(int, int);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdlib.h 150 } div_t; typedef in typeref:struct:__anon60673
152 extern div_t div(int, int);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdlib.h 151 } div_t; typedef in typeref:struct:__anon61042
153 extern div_t div(int, int);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdlib.h 151 } div_t; typedef in typeref:struct:__anon61442
153 extern div_t div(int, int);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdlib.h 151 } div_t; typedef in typeref:struct:__anon61894
153 extern div_t div(int, int);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdlib.h 151 } div_t; typedef in typeref:struct:__anon62348
153 extern div_t div(int, int);
  /bionic/libstdc++/include/
cstdlib 100 using ::div_t;
  /external/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 38 div_t d;
71 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), "");
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 102 using ::div_t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 38 div_t d;
71 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), "");
  /ndk/sources/cxx-stl/system/include/
cstdlib 102 using ::div_t;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 99 using ::div_t;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 99 using ::div_t;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 103 using ::div_t;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 103 using ::div_t;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 103 using ::div_t;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 103 using ::div_t;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib 103 using ::div_t;

Completed in 2352 milliseconds

1 2 34 5