| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | Kbuild.include | 66 # cc-cross-prefix 67 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-) 70 cc-cross-prefix = \ 105 # cc-option 106 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586) 108 cc-option = $(call try-run,\ 111 # cc-option-yn 112 # Usage: flag := $(call cc-option-yn,-march=winchip-c6) 113 cc-option-yn = $(call try-run,\ 116 # cc-option-align [all …]
|
| H A D | recordmcount.pl | 122 my ($arch, $endian, $bits, $objdump, $objcopy, $cc, 144 $cc = 'gcc' if (!$cc); 232 $cc .= " -m64"; 242 $cc .= " -m32"; 249 $cc .= " -m31"; 257 $cc .= " -m64"; 265 $cc .= " -m32"; 287 $cc .= " -mconstant-gp"; 307 $cc .= " -m64"; 353 $cc .= " -mno-abicalls -fno-pic -mabi=" . $bits . $endian; [all …]
|
| H A D | checkpatch.pl | 2054 my $cc = ''; 2056 $cc = substr($opline, $off + length($elements[$n + 1])); 2058 my $cb = "$ca$;$cc"; 2097 $ca =~ /\s$/ && $cc =~ /^\s*,/) { 2105 $cc !~ /^\\/ && $cc !~ /^;/) { 2122 if ($ctx !~ /.x[WEC]/ && $cc !~ /^}/) { 2139 if ($op eq '*' && $cc =~/\s*$Modifier\b/) { 2152 ($ctx =~ /Wx./ && $cc =~ /^;/)) { 2185 $cc =~ /^\S+\@\S+>/) || 2194 ($op eq '?' && $cc =~ /^:/)) {
|
| H A D | Makefile.build | 70 warning-1 += $(call cc-option, -Wmissing-include-dirs) 71 warning-1 += $(call cc-option, -Wunused-but-set-variable) 78 warning-2 += $(call cc-option, -Wlogical-op) 88 warning-3 += $(call cc-option, -Wpacked-bitfield-compat) 89 warning-3 += $(call cc-option, -Wvla)
|
| H A D | Makefile.host | 149 $(host-cxxobjs): $(obj)/%.o: $(src)/%.cc FORCE
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | TsMuxer.c | 256 *q++ = 0x10 | s->cc; // no scrambling, payload only in mpegts_write_section() 257 s->cc = (s->cc + 1) & 0xF; in mpegts_write_section() 453 *q++ = (MFE_U8)((write_pcr ? 0x30 : 0x10) | st->cc); // no scrambling in mpegts_write_pes() 583 st->cc = (st->cc + 1) & 0xF; in mpegts_write_pes() 618 ctx->pat.cc = 0; in tsmux_open() 627 program->pmt.cc =0; in tsmux_open() 636 st->cc = 0; in tsmux_open()
|
| H A D | TsMuxer.h | 106 int cc; member
|
| H A D | MuxCommon.h | 256 int cc; // continuity_counter member
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/ |
| H A D | check-lxdialog.sh | 9 $cc -print-file-name=lib${lib}.${ext} | grep -q / 41 $cc -xc - -o $tmp 2>/dev/null <<'EOF' 65 cc="" 69 cc="$@" 77 cc="$@"
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | POTFILES.in | 12 scripts/kconfig/qconf.cc
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | cdk.h | 237 unsigned char cc[11]; member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/lnt/ |
| H A D | co-gnu3.lnt | 50 +cpp(.cc,.C) // extensions for C++ that are commonly used in addition
|
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG_OJPD.c | 3226 MS_U16 i, ci, n, c, cc; in JPEG_read_sos_marker() local 3247 cc = JPEG_get_char(); in JPEG_read_sos_marker() 3253 if ( cc == _u8Comp_ident[ci] ) in JPEG_read_sos_marker()
|
| H A D | apiJPEG.c | 3340 MS_U16 i, ci, n, c, cc; in JPEG_read_sos_marker() local 3361 cc = JPEG_get_char(); in JPEG_read_sos_marker() 3367 if ( cc == pNJPEGContext->_u8Comp_ident[pNJPEGContext->eNJPDNum][ci] ) in JPEG_read_sos_marker()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 3218 MS_U16 i, ci, n, c, cc; in JPEG_read_sos_marker() local 3239 cc = JPEG_get_char(); in JPEG_read_sos_marker() 3245 if ( cc == _u8Comp_ident[ci] ) in JPEG_read_sos_marker()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 583 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 587 *.cc \
|
| H A D | bsp.dxyfile | 582 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 586 *.cc \
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 3184 MS_U16 i, ci, n, c, cc; in JPEG_read_sos_marker() local 3205 cc = JPEG_get_char(); in JPEG_read_sos_marker() 3211 if ( cc == _u8Comp_ident[ci] ) in JPEG_read_sos_marker()
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_scaling.c.0 | 2119 u16FrameCount = 6; //per cc, input 3d:framealternative will double data at dnr 2142 u16FrameCount = 6; //per cc, input 3d:framealternative will double data at dnr
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c.0 | 14903 /// Check cc is available.
|