Home
last modified time | relevance | path

Searched defs:div_t (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h63 typedef struct { int quot, rem; } div_t; typedef
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h62 typedef struct { int quot, rem; } div_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h65 typedef struct { int quot, rem; } div_t; typedef
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h64 typedef struct { int quot, rem; } div_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h63 typedef struct { int quot, rem; } div_t; typedef
/third_party/musl/include/
H A Dstdlib.h65 typedef struct { int quot, rem; } div_t; typedef
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs138 pub struct div_t { structure names
/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2062 class div_t(Structure): class

Completed in 8 milliseconds