/third_party/musl/src/stdlib/ |
H A D | div.c | 3 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 D | stdlib.h | 63 typedef struct { int quot, rem; } div_t; typedef 67 div_t div (int, int);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 62 typedef struct { int quot, rem; } div_t; typedef 66 div_t div (int, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdlib.h | 65 typedef struct { int quot, rem; } div_t; typedef 69 div_t div (int, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 63 typedef struct { int quot, rem; } div_t; typedef 67 div_t div (int, int);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdlib.c | 13 T(div_t) in f() 38 {div_t(*p)(int,int) = div;} in f()
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdlib.h | 64 typedef struct { int quot, rem; } div_t; typedef 68 div_t div (int, int);
|
/third_party/musl/include/ |
H A D | stdlib.h | 65 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 D | stdlib_div_test.cpp | 22 div_t result = div(NUMONE, NUMTWO); in HWTEST_F()
|
/third_party/libdrm/tests/util/ |
H A 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()
|
/third_party/python/Lib/lib2to3/tests/data/ |
H A 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) 2576 'stack_st', 'bio_info_cb', 'div_t', 'UIT_VERIFY',
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 138 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 D | number_decimalquantity.cpp | 1092 std::div_t res = std::div(_scale, 10); in toScientificString()
|
H A D | decimfmt.cpp | 1883 std::div_t res = std::div(input, 10);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_decimalquantity.cpp | 1092 std::div_t res = std::div(_scale, 10); in toScientificString()
|
H A D | decimfmt.cpp | 1883 std::div_t res = std::div(input, 10);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_decimalquantity.cpp | 972 std::div_t res = std::div(_scale, 10); in toScientificString()
|
H A D | decimfmt.cpp | 1870 std::div_t res = std::div(input, 10);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 5716 } div_t; 6661 extern div_t div (int __numer, int __denom) 6811 using ::div_t; 9640 using std::div_t; [all...] |