Searched defs:div_t (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 63 typedef struct { int quot, rem; } div_t; typedef
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 62 typedef struct { int quot, rem; } div_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdlib.h | 65 typedef struct { int quot, rem; } div_t; typedef
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdlib.h | 64 typedef struct { int quot, rem; } div_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 63 typedef struct { int quot, rem; } div_t; typedef
|
/third_party/musl/include/ |
H A D | stdlib.h | 65 typedef struct { int quot, rem; } div_t; typedef
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | rl6231.c | 146 unsigned int red, pll_out, in_t, out_t, div, div_t; in rl6231_pll_calc() local
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rl6231.c | 146 unsigned int red, pll_out, in_t, out_t, div, div_t; in rl6231_pll_calc() local
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 138 pub struct div_t { structure names
|
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | infinite_recursion.py | 2062 class div_t(Structure): class
|
Completed in 9 milliseconds