HomeSort by relevance Sort by last modified time
    Searched defs:imaxdiv (Results 1 - 8 of 8) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
imaxdiv.c 34 imaxdiv(intmax_t numer, intmax_t denom) function
  /ndk/sources/android/support/src/
stdlib_support.c 47 imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom) function
  /external/bison/darwin-lib/
inttypes.h 1386 # undef imaxdiv macro
    [all...]
  /external/bison/lib/
inttypes.in.h 1071 extern imaxdiv_t imaxdiv (intmax_t, intmax_t);
1074 # undef imaxdiv macro
1076 _GL_WARN_ON_USE (imaxdiv, "imaxdiv is unportable - "
1077 "use gnulib module imaxdiv for portability");
  /external/bison/linux-lib/
inttypes.h 1386 # undef imaxdiv macro
    [all...]
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 271 // 7.8.2.2 The imaxdiv function
280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom) function
  /external/jemalloc/include/msvc_compat/C99/
inttypes.h 279 // 7.8.2.2 The imaxdiv function
288 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom) function
  /external/mesa3d/include/c99/
inttypes.h 271 // 7.8.2.2 The imaxdiv function
280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom) function

Completed in 1228 milliseconds