Home
last modified time | relevance | path

Searched refs:div_t (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/src/stdlib/
H A Ddiv.c3 div_t div(int num, int den) in div()
5 return (div_t){ num/den, num%den }; in div()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h63 typedef struct { int quot, rem; } div_t; typedef
67 div_t div (int, int);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h62 typedef struct { int quot, rem; } div_t; typedef
66 div_t div (int, int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h65 typedef struct { int quot, rem; } div_t; typedef
69 div_t div (int, int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h63 typedef struct { int quot, rem; } div_t; typedef
67 div_t div (int, int);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c13 T(div_t) in f()
38 {div_t(*p)(int,int) = div;} in f()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h64 typedef struct { int quot, rem; } div_t; typedef
68 div_t div (int, int);
/third_party/musl/include/
H A Dstdlib.h65 typedef struct { int quot, rem; } div_t; typedef
69 div_t div (int, int);
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/stdlib_gtest/
H A Dstdlib_div_test.cpp22 div_t result = div(NUMONE, NUMTWO); in HWTEST_F()
/third_party/libdrm/tests/util/
H A Dpattern.c856 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()
/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2062 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)
2576 'stack_st', 'bio_info_cb', 'div_t', 'UIT_VERIFY',
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs138 pub struct div_t { structure names
555 pub fn div(arg1: c_int, arg2: c_int) -> div_t; in div()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_decimalquantity.cpp1092 std::div_t res = std::div(_scale, 10); in toScientificString()
H A Ddecimfmt.cpp1883 std::div_t res = std::div(input, 10);
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimalquantity.cpp1092 std::div_t res = std::div(_scale, 10); in toScientificString()
H A Ddecimfmt.cpp1883 std::div_t res = std::div(input, 10);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimalquantity.cpp972 std::div_t res = std::div(_scale, 10); in toScientificString()
H A Ddecimfmt.cpp1870 std::div_t res = std::div(input, 10);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp5716 } div_t;
6661 extern div_t div (int __numer, int __denom)
6811 using ::div_t;
9640 using std::div_t;
[all...]

Completed in 47 milliseconds