Home
last modified time | relevance | path

Searched refs:MODE (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dcoccicheck27 if [ "$MODE" = "" ] ; then
33 MODE="chain"
34 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
65 if [ "$MODE" = "patch" ] ; then
67 elif [ "$MODE" = "report" ] ; then
69 elif [ "$MODE" = "context" ] ; then
71 elif [ "$MODE" = "org" ] ; then
89 if [ "$MODE" = "chain" ] ; then
95 $SPATCH -D $MODE $FLAGS -sp_file $COCCI $OPT $OPTIONS || exit 1
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dtypes.h188 # define __intN_t(N, MODE) \ argument
189 typedef int int##N##_t __attribute__ ((__mode__ (MODE)))
190 # define __u_intN_t(N, MODE) \ argument
191 typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
/utopia/UTPA2-700.0.x/modules/demodulator/drv/dvb_extdemod/
H A DdrvDMD_EXTERN_MSB123xc.c256 #define MODE 0x01 macro
298 BW, MODE, CP, LP_SEL, CSTL, HIER, HPCR,