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

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 283 } imaxdiv_t; typedef in typeref:struct:__anon30727
292 } imaxdiv_t;
300 /* Return the `imaxdiv_t' representation of the value of NUMER over DENOM. */
301 extern imaxdiv_t imaxdiv (intmax_t __numer, intmax_t __denom)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 283 } imaxdiv_t; typedef in typeref:struct:__anon32629
292 } imaxdiv_t;
300 /* Return the `imaxdiv_t' representation of the value of NUMER over DENOM. */
301 extern imaxdiv_t imaxdiv (intmax_t __numer, intmax_t __denom)

Completed in 3143 milliseconds

1 2 34