HomeSort by relevance Sort by last modified time
    Searched refs:ICC (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/lm32/
csr.s 6 wcsr ICC, r0
7 wcsr ICC, r31
csr.d 14 10: d0 60 00 00 wcsr ICC,r0
15 14: d0 7f 00 00 wcsr ICC,ba
  /external/clang/tools/libclang/
CXComment.cpp 124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
125 if (!ICC)
128 return ICC->hasTrailingNewline();
140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
141 if (!ICC)
145 return cxstring::createRef(ICC->getCommandName(Traits));
150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
151 if (!ICC)
154 switch (ICC->getRenderKind()) {
171 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC)
    [all...]
  /external/libxaac/decoder/
ixheaacd_mps_nlc_dec.h 24 #define ICC (1)
ixheaacd_mps_dec.c 598 it_bit_buff, (ia_huff_node_struct)&ixheaacd_huff_part0_nodes.icc,
730 it_bit_buff, (ia_huff_node_struct)&ixheaacd_huff_part0_nodes.icc,
737 it_bit_buff, (ia_huff_node_struct)&ixheaacd_huff_part0_nodes.icc,
923 case ICC:
927 (ia_huff_node_struct)&ixheaacd_huff_pilot_nodes.icc,
984 case ICC:
1083 case ICC:
    [all...]
ixheaacd_mps_parse.c 394 ixheaacd_mps_ecdata_decoding(self, bitstream, frame->cmp_icc_idx, ICC);
667 case ICC:
832 cur_bit_stream_ptr->icc_idx_pre, ICC);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 266 InlineCommandComment *&ICC,
268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC);
272 StringRef ActualName = ICC->getCommandName(Traits);
286 InlineCommandComment *&ICC,
289 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name);
293 if (ICC->getNumArgs() != 0)
295 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
304 InlineCommandComment *&ICC,
307 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name);
311 if (ICC->getNumArgs() != 1
    [all...]
  /external/icu/icu4c/source/
runConfigureICU 47 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
51 Linux/ICC Use the Intel ICC compiler on Linux
192 THE_COMP="the iCC C++"
193 CC=icc; export CC
194 CXX=icc; export CXX
211 Linux/ICC)
213 CC=`which icc`; export CC
225 echo "ICC 9.0 does not work with optimization- disabling optimizations"
  /external/ImageMagick/www/api/
profile.php 184 <p>ICC and ICM profiles are handled as follows: If the image does not have an associated color profile, the one you provide is associated with the image and the image pixels are not transformed. Otherwise, the colorspace transform defined by the existing and new profile are applied to the image pixels and the new profile is associated with the image.</p>
205 <dd>Name of profile to add or remove: ICC, IPTC, or generic profile. </dd>
292 <dd>the profile name, for example icc, exif, and 8bim (8bim is the Photoshop wrapper for iptc profiles). </dd>
magick-property.php 436 <dd>Name of profile to return: ICC, IPTC, or generic profile. </dd>
987 <p>MagickProfileImage() adds or removes a ICC, IPTC, or generic profile from an image. If the profile is NULL, it is removed from the image otherwise added. Use a name of '*' and a profile of NULL to remove all profiles from the image.</p>
1008 <dd>Name of profile to add or remove: ICC, IPTC, or generic profile. </dd>
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 871 case Sparc::ICC:
875 Op = SparcOperand::CreateToken("%icc", S);
978 if (name.equals("icc")) {
979 RegNo = Sparc::ICC;
1028 RegNo = Sparc::ICC;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
ssa.go 347 // But inc/dec is 1 byte smaller. ICC always uses inc
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ssa.go 347 // But inc/dec is 1 byte smaller. ICC always uses inc
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
sparc-opc.c 200 #define ICC (0) /* v9 */
    [all...]
  /external/swiftshader/third_party/LLVM/
configure     [all...]

Completed in 504 milliseconds