/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
imaxdiv.c | 34 #include <inttypes.h> /* imaxdiv_t */ 36 imaxdiv_t 39 imaxdiv_t r;
|
/bionic/tests/headers/posix/ |
inttypes_h.c | 34 TYPE(imaxdiv_t); 45 FUNCTION(imaxdiv, imaxdiv_t (*f)(intmax_t, intmax_t));
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/ |
inttypes.h | 38 } imaxdiv_t; typedef in typeref:struct:__anon5037 45 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
|
/bionic/libc/include/ |
inttypes.h | 255 } imaxdiv_t; typedef in typeref:struct:__anon262 259 imaxdiv_t imaxdiv(intmax_t __numerator, intmax_t __denominator) __attribute_const__ __INTRODUCED_IN(19);
|
/external/u-boot/include/ |
inttypes.h | 274 } imaxdiv_t; typedef in typeref:struct:__anon47759 282 } imaxdiv_t; typedef in typeref:struct:__anon47760
|
/external/libusb/msvc/ |
inttypes.h | 40 } imaxdiv_t; typedef in typeref:struct:__anon29640
|
/external/libcxx/test/std/depr/depr.c.headers/ |
inttypes_h.pass.cpp | 919 imaxdiv_t i1 = {}; 926 static_assert((std::is_same<decltype(imaxdiv(i, i)), imaxdiv_t>::value), "");
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
cinttypes.pass.cpp | 919 std::imaxdiv_t i1 = {}; 926 static_assert((std::is_same<decltype(std::imaxdiv(i, i)), std::imaxdiv_t>::value), "");
|
/bionic/tests/ |
inttypes_test.cpp | 251 imaxdiv_t r;
|