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

/external/mesa3d/include/c99/
H A Dinttypes.h50 } imaxdiv_t; typedef in typeref:struct:__anon13422
280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
282 imaxdiv_t result;
/external/opencv3/3rdparty/include/
H A Dmsc_inttypes.h50 } imaxdiv_t; typedef in typeref:struct:__anon14529
276 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
278 imaxdiv_t result;
/external/libcxx/test/std/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp634 imaxdiv_t i1 = {0};
639 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:__anon434
1071 extern imaxdiv_t imaxdiv (intmax_t, intmax_t);
/external/libcxx/test/std/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 55 milliseconds