/external/libcxx/include/ |
D | cstdlib | 31 div_t 67 div_t div( int numer, int denom); 101 using ::div_t;
|
/external/llvm-project/libcxx/include/ |
D | cstdlib | 30 div_t 66 div_t div( int numer, int denom); 100 using ::div_t;
|
/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/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 116 div_t d; ((void)d); in main() 158 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), ""); in main()
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 81 typedef int div_t; typedef
|
/external/llvm-project/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 103 test_div_struct<std::div_t, int>(); in main() 147 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/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/icu/icu4c/source/i18n/ |
D | number_decimalquantity.cpp | 969 std::div_t res = std::div(_scale, 10); in toScientificString()
|
D | decimfmt.cpp | 1870 std::div_t res = std::div(input, 10); in doFastFormatInt32()
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | path_builder_cl_12.c | 138 div_t qr;
|
/external/ImageMagick/MagickCore/ |
D | pixel.c | 263 div_t in DecodeGamma() 383 div_t in EncodeGamma()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | StdSymbolMap.inc | 281 SYMBOL(div_t, std::, <cstdlib>)
|
/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 | 1902 <!-- struct div_t --> 1903 …<class-decl name='div_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/inc… 1905 <!-- int div_t::quot --> 1909 <!-- int div_t::rem --> 5200 <!-- div_t div(int, int) --> 5206 <!-- struct div_t -->
|
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 19140 <!-- struct div_t --> 19141 …<class-decl name='div_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/inc… 19143 <!-- int div_t::quot --> 19147 <!-- int div_t::rem --> 22049 <!-- div_t div(int, int) --> 22055 <!-- struct div_t -->
|
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 1860 <!-- struct div_t --> 1861 …<class-decl name='div_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/inc… 1863 <!-- int div_t::quot --> 1867 <!-- int div_t::rem --> 6879 <!-- div_t div(int, int) --> 6885 <!-- struct div_t -->
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR22015-libboost_iostreams.so.abi | 206 …<typedef-decl name='div_t' type-id='type-id-36' filepath='/usr/include/stdlib.h' line='101' column…
|
D | PR22122-libftdc.so.abi | 290 …<typedef-decl name='div_t' type-id='type-id-37' filepath='/usr/include/stdlib.h' line='101' column…
|
/external/llvm-project/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8686 !253 = !DIDerivedType(tag: DW_TAG_typedef, name: "div_t", file: !254, line: 101, baseType: !255)
|