HomeSort by relevance Sort by last modified time
    Searched refs:div_t (Results 1 - 22 of 22) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
div.c 44 #include <stdlib.h> /* div_t */
46 div_t
49 div_t r;
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Xdiv.c 5 The div, ldiv, and lldiv functions return a structure of type div_t, ldiv_t,
25 #include <stdlib.h> /* div_t, ldiv_t, lldiv_t */
29 beyond the end of the div_t structure.
31 div_t
34 div_t r;
45 beyond the end of the div_t structure.
61 beyond the end of the div_t structure if r.rem is narrower than 64-bits.
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 23 div_t Type of the value returned by the div function.
44 div_t div (int numer, int denom);
137 } div_t; typedef in typeref:struct:__anon12036
336 @return Returns a structure of type div_t, comprising both the
339 div_t div(int numer, int denom);
    [all...]
  /bionic/tests/headers/posix/
stdlib_h.c 43 TYPE(div_t);
83 FUNCTION(div, div_t (*f)(int, int));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 55 } div_t; typedef in typeref:struct:__anon4058
84 div_t div(int, int) __pure2;
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 68 div_t d; ((void)d);
101 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 68 div_t d; ((void)d);
101 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdlib 102 using ::div_t;
  /bionic/libc/include/
stdlib.h 132 } div_t; typedef in typeref:struct:__anon309
134 div_t div(int __numerator, int __denominator) __attribute_const__;
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 56 test_div_struct<std::div_t, int>();
91 static_assert((std::is_same<decltype(std::div(0,0)), std::div_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
cstdlib.pass.cpp 56 test_div_struct<std::div_t, int>();
91 static_assert((std::is_same<decltype(std::div(0,0)), std::div_t>::value), "");
  /external/libdrm/tests/util/
pattern.c 623 div_t d = div(x+y, width);
657 div_t d = div(x+y, width);
685 div_t d = div(x+y, width);
710 div_t d = div(x+y, width);
733 div_t d = div(x+y, width);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 102 } div_t; typedef in typeref:struct:__anon63096
782 /* Return the `div_t', `ldiv_t' or `lldiv_t' representation
785 extern div_t div (int __numer, int __denom)
    [all...]
  /bionic/tests/
inttypes_test.cpp 191 div_t r;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 53 } div_t; typedef in typeref:struct:_div_t
358 div_t __cdecl div(int _Numerator,int _Denominator);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2062 class div_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2062 class div_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2062 class div_t(Structure): class in inherits:Structure
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2062 class div_t(Structure): class in inherits:Structure
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2062 class div_t(Structure): class in inherits:Structure
    [all...]
  /external/ImageMagick/MagickCore/
pixel.c 270 div_t
392 div_t
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 11 } div_t; typedef in typeref:struct:__anon43157
827 extern div_t div (int __numer, int __denom)
    [all...]

Completed in 1401 milliseconds