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

1 2 34

  /external/jemalloc/include/msvc_compat/C99/
inttypes.h 50 } imaxdiv_t; typedef in typeref:struct:__anon6356
288 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
290 imaxdiv_t result;
  /external/mesa3d/include/c99/
inttypes.h 50 } imaxdiv_t; typedef in typeref:struct:__anon10792
280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
282 imaxdiv_t result;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 283 } imaxdiv_t; typedef in typeref:struct:__anon25661
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.11-4.8/sysroot/usr/include/
inttypes.h 283 } imaxdiv_t; typedef in typeref:struct:__anon27397
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 413 milliseconds

1 2 34