Searched refs:imaxdiv_t (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h50 } imaxdiv_t; typedef in typeref:struct:__anon13683
280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
282 imaxdiv_t result;
/external/mesa3d/include/c99/
H A Dinttypes.h50 } imaxdiv_t; typedef in typeref:struct:__anon27094
280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
282 imaxdiv_t result;
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h50 } imaxdiv_t; typedef in typeref:struct:__anon22651
288 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
290 imaxdiv_t result;
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h40 } imaxdiv_t; typedef in typeref:struct:__anon12871
/external/libcxx/test/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp634 imaxdiv_t i1 = {0};
638 static_assert((std::is_same<decltype(imaxdiv(i, i)), imaxdiv_t>::value), "");
/external/bison/lib/
H A Dinttypes.in.h1068 typedef struct { intmax_t quot; intmax_t rem; } imaxdiv_t; typedef in typeref:struct:__anon334
1071 extern imaxdiv_t imaxdiv (intmax_t, intmax_t);
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp920 std::imaxdiv_t i1 = {0};
924 static_assert((std::is_same<decltype(std::imaxdiv(i, i)), std::imaxdiv_t>::value), "");
/external/bison/darwin-lib/
H A Dinttypes.h1380 typedef struct { intmax_t quot; intmax_t rem; } imaxdiv_t;
1383 extern imaxdiv_t imaxdiv (intmax_t, intmax_t);
/external/bison/linux-lib/
H A Dinttypes.h1380 typedef struct { intmax_t quot; intmax_t rem; } imaxdiv_t;
1383 extern imaxdiv_t imaxdiv (intmax_t, intmax_t);

Completed in 4226 milliseconds