/external/musl/src/stdlib/ |
D | div.c | 3 div_t div(int num, int den) in div() 5 return (div_t){ num/den, num%den }; in div()
|
/external/musl/include/ |
D | stdlib.h | 64 typedef struct { int quot, rem; } div_t; typedef 68 div_t div (int, int);
|
/external/libcxx/include/ |
D | cstdlib | 31 div_t 67 div_t div( int numer, int denom); 101 using ::div_t;
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 97 div_t d; ((void)d); in main() 136 ASSERT_SAME_TYPE(div_t, decltype(div(0,0))); in main()
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | cstdlib | 30 div_t 66 div_t div( int numer, int denom); 104 using ::div_t _LIBCPP_USING_IF_EXISTS;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 70 div_t d; ((void)d); in main() 109 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), ""); in main()
|
/external/google-benchmark/src/ |
D | sleep.cc | 44 div_t sleepTime = div(microseconds, kNumMicrosPerSecond);
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 58 test_div_struct<std::div_t, int>(); in main() 99 static_assert((std::is_same<decltype(std::div(0,0)), std::div_t>::value), ""); in main()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 93 test_div_struct<std::div_t, int>(); in main() 134 static_assert((std::is_same<decltype(std::div(0,0)), std::div_t>::value), ""); in main()
|
/external/libdrm/tests/util/ |
D | pattern.c | 856 div_t d = div(x+y, width); in fill_tiles_yuv_planar() 890 div_t d = div(x+y, width); in fill_tiles_yuv_packed() 918 div_t d = div(x+y, width); in fill_tiles_rgb16() 943 div_t d = div(x+y, width); in fill_tiles_rgb24() 966 div_t d = div(x+y, width); in fill_tiles_rgb32() 993 div_t d = div(x+y, width); in fill_tiles_rgb16fp()
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 81 typedef int div_t; typedef
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2062 class div_t(Structure): class 2064 div_t._fields_ = [ 2068 assert sizeof(div_t) == 8, sizeof(div_t) 2069 assert alignment(div_t) == 4, alignment(div_t)
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2062 class div_t(Structure): class 2064 div_t._fields_ = [ 2068 assert sizeof(div_t) == 8, sizeof(div_t) 2069 assert alignment(div_t) == 4, alignment(div_t)
|
/external/rust/crates/libc/src/solid/ |
D | mod.rs | 138 pub struct div_t { 555 pub fn div(arg1: c_int, arg2: c_int) -> div_t; in div() argument
|
/external/icu/icu4c/source/i18n/ |
D | number_decimalquantity.cpp | 1092 std::div_t res = std::div(_scale, 10); in toScientificString()
|
D | decimfmt.cpp | 1883 std::div_t res = std::div(input, 10); in doFastFormatInt32()
|
/external/cronet/third_party/icu/source/i18n/ |
D | number_decimalquantity.cpp | 1092 std::div_t res = std::div(_scale, 10); in toScientificString()
|
D | decimfmt.cpp | 1883 std::div_t res = std::div(input, 10); in doFastFormatInt32()
|
/external/ImageMagick/MagickCore/ |
D | pixel.c | 263 div_t in DecodeGamma() 383 div_t in EncodeGamma()
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | redis.c.ppout | 95 typedef int div_t;
|
D | tccgen.c.ppout | 95 typedef int div_t;
|
D | sqlite-btree.c.ppout | 105 typedef int div_t;
|
/external/libabigail/tests/data/test-annotate/ |
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 2212 <!-- struct div_t --> 2213 …<class-decl name='div_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/inc… 2215 <!-- int div_t::quot --> 2219 <!-- int div_t::rem --> 5777 <!-- div_t div(int, int) --> 5783 <!-- struct div_t -->
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test10-pr18818-gcc.so.abi | 643 …<class-decl name='div_t' size-in-bits='64' is-struct='yes' naming-typedef-id='type-id-45' visibili… 651 …<typedef-decl name='div_t' type-id='type-id-46' filepath='/usr/include/stdlib.h' line='101' column…
|
D | PR22015-libboost_iostreams.so.abi | 176 …<typedef-decl name='div_t' type-id='type-id-19' filepath='/usr/include/stdlib.h' line='101' column…
|