Searched refs:quad_t (Results 1 - 9 of 9) sorted by relevance
/third_party/backends/lib/ |
H A D | snprintf.c | 76 HAVE_QUAD_T - if the quad_t type is defined 82 quad_t and long long data types: 197 AC_CACHE_CHECK(checking for quad_t, 203 ], [printf("%d",sizeof(quad_t));], 329 i, o, u, x, or X conversion corresponds to a quad_t 331 conversion corresponds to a quad_t argument. 333 quad_t's are an OS system implementation, and should 454 The typedef names quad_t and u_quad_t are infelicitous. 524 quad_t qvalue; 710 dostr( buffer, left, "*no quad_t suppor in dopr() [all...] |
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 68 pub type quad_t = i64; types 69 pub type qaddr_t = *mut quad_t; 131 pub quot: quad_t, 132 pub rem: quad_t, 644 pub fn qabs(arg1: quad_t) -> quad_t; in qabs() 645 pub fn strtoq(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> quad_t; in strtoq() 662 pub fn qdiv(arg1: quad_t, arg2: quad_t) -> qdiv_t; in qdiv() 692 ) -> quad_t; in strtoq_l() [all...] |
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | types.h | 65 typedef long long quad_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | types.h | 68 typedef long long quad_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | types.h | 68 typedef long long quad_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | types.h | 68 typedef long long quad_t; typedef
|
/third_party/musl/include/sys/ |
H A D | types.h | 68 typedef long long quad_t; typedef
|
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | infinite_recursion.py | 2381 quad_t = int64_t variable 2382 qaddr_t = POINTER(quad_t) 2577 'PBEPARAM_st', 'N4wait3DOLLAR_3E', 'quad_t', '__siginfo',
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 5873 typedef __quad_t quad_t; [all...] |
Completed in 37 milliseconds