HomeSort by relevance Sort by last modified time
    Searched defs:imaxdiv_t (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon96468
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon97246
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon98022
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon98799
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon99569
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon100336
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon101115
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon101893
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon102669
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon103446
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon104216
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon104983
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon105762
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon106540
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon107316
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
inttypes.h 254 } imaxdiv_t; typedef in typeref:struct:__anon108093
258 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/
inttypes.h 249 } imaxdiv_t; typedef in typeref:struct:__anon108827
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/
inttypes.h 249 } imaxdiv_t; typedef in typeref:struct:__anon109191
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
inttypes.h 249 } imaxdiv_t; typedef in typeref:struct:__anon109555
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
inttypes.h 249 } imaxdiv_t; typedef in typeref:struct:__anon109922
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
inttypes.h 249 } imaxdiv_t; typedef in typeref:struct:__anon110321
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
inttypes.h 249 } imaxdiv_t; typedef in typeref:struct:__anon110773
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
inttypes.h 249 } imaxdiv_t; typedef in typeref:struct:__anon111227
  /external/bison/lib/
inttypes.in.h 1068 typedef struct { intmax_t quot; intmax_t rem; } imaxdiv_t; typedef in typeref:struct:__anon13283
1071 extern imaxdiv_t imaxdiv (intmax_t, intmax_t);
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
inttypes.h 60 } imaxdiv_t; typedef in typeref:struct:__anon47785
290 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
292 imaxdiv_t result;

Completed in 1775 milliseconds

1 2 34 5