Home
last modified time | relevance | path

Searched refs:Wtype (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/arch/arc/lib/
Dlibgcc2.h54 #define Wtype DItype macro
69 #define Wtype SItype macro
84 #define Wtype HItype macro
99 #define Wtype QItype macro
117 struct DWstruct {Wtype high, low;};
119 struct DWstruct {Wtype low, high;};
/external/u-boot/arch/nios2/lib/
Dlibgcc.c21 typedef long Wtype; typedef
24 struct DWstruct { Wtype low, high;};
57 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()
83 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()
89 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3()
110 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3()
/external/strace/m4/
Dst_warn_cflags.m416 gl_WARN_ADD([-Wtype-limits])
/external/adhd/defs/
Dc.mk90 -Wtype-limits \
/external/kmod/
Dconfigure.ac258 -Wtype-limits \
/external/libvpx/libvpx/
Dconfigure611 check_add_cflags -Wtype-limits
/external/libaom/libaom/build/cmake/
Daom_configure.cmake265 add_compiler_flag_if_supported("-Wtype-limits")
/external/curl/
DCMakeLists.txt94 …rototypes -Wdeclaration-after-statement -Wstrict-aliasing=3 -Wcast-align -Wtype-limits -Wold-style…
/external/curl/m4/
Dcurl-compilers.m41039 tmp_CFLAGS="$tmp_CFLAGS -Wtype-limits -Wold-style-declaration"
/external/strace/
DChangeLog22444 -Wold-style-definition -Wsign-compare -Wtype-limits -Wwrite-strings -O2
22452 cc1: error: unrecognized command line option "-Wtype-limits"
28197 -Wold-style-definition, -Wtype-limits.
28212 tests/xgetrlimit.c: fix a warning reported by -Wtype-limits.