Home
last modified time | relevance | path

Searched defs:div_t (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h62 typedef struct { int quot, rem; } div_t; typedef
/third_party/musl/porting/linux/user/include/
Dstdlib.h64 typedef struct { int quot, rem; } div_t; typedef
/third_party/musl/include/
Dstdlib.h64 typedef struct { int quot, rem; } div_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h65 typedef struct { int quot, rem; } div_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h63 typedef struct { int quot, rem; } div_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h63 typedef struct { int quot, rem; } div_t; typedef
/third_party/musl/ndk_musl_include/
Dstdlib.h62 typedef struct { int quot, rem; } div_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2062 class div_t(Structure): class
/third_party/rust/crates/libc/src/solid/
Dmod.rs555 pub fn div(arg1: c_int, arg2: c_int) -> div_t; in div()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp5716 } div_t; typedef