Home
last modified time | relevance | path

Searched defs:lldiv_t (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Parser/
Dextension.c10 } lldiv_t; typedef
/external/musl/include/
Dstdlib.h66 typedef struct { long long quot, rem; } lldiv_t; typedef
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h83 typedef int lldiv_t; typedef
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2078 class lldiv_t(Structure): class
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2078 class lldiv_t(Structure): class
/external/rust/crates/libc/src/solid/
Dmod.rs600 pub fn lldiv(arg1: c_longlong, arg2: c_longlong) -> lldiv_t; in lldiv()