Home
last modified time | relevance | path

Searched defs:ldiv_t (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h64 typedef struct { long quot, rem; } ldiv_t; typedef
/third_party/musl/porting/linux/user/include/
Dstdlib.h63 typedef struct { long quot, rem; } ldiv_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h64 typedef struct { long quot, rem; } ldiv_t; typedef
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h63 typedef struct { long quot, rem; } ldiv_t; typedef
/third_party/musl/ndk_musl_include/
Dstdlib.h63 typedef struct { long quot, rem; } ldiv_t; typedef
/third_party/musl/include/
Dstdlib.h63 typedef struct { long quot, rem; } ldiv_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h64 typedef struct { long quot, rem; } ldiv_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2070 class ldiv_t(Structure): class