HomeSort by relevance Sort by last modified time
    Searched refs:icc (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/icu/icu4c/as_is/os400/
bldiculd.sh 5 icc -o iculd iculd.c
6 icc -o cxxfilt cxxfilt.cpp
  /external/llvm/test/MC/Sparc/
sparc-v9-traps.s 3 ! CHECK: ta %icc, %i5 ! encoding: [0x91,0xd0,0x00,0x1d]
4 ! CHECK: ta %icc, 82 ! encoding: [0x91,0xd0,0x20,0x52]
5 ! CHECK: ta %icc, %g1 + %i2 ! encoding: [0x91,0xd0,0x40,0x1a]
6 ! CHECK: ta %icc, %i5 + 41 ! encoding: [0x91,0xd7,0x60,0x29]
7 ta %icc, %i5
8 ta %icc, 82
9 ta %icc, %g1 + %i2
10 ta %icc, %i5 + 41
12 ! CHECK: tn %icc, %i5 ! encoding: [0x81,0xd0,0x00,0x1d]
13 ! CHECK: tn %icc, 82 ! encoding: [0x81,0xd0,0x20,0x52
    [all...]
sparc64-ctrl-instructions.s 61 ! CHECK: movne %icc, %g1, %g2 ! encoding: [0x85,0x66,0x40,0x01]
62 ! CHECK: move %icc, %g1, %g2 ! encoding: [0x85,0x64,0x40,0x01]
63 ! CHECK: movg %icc, %g1, %g2 ! encoding: [0x85,0x66,0x80,0x01]
64 ! CHECK: movle %icc, %g1, %g2 ! encoding: [0x85,0x64,0x80,0x01]
65 ! CHECK: movge %icc, %g1, %g2 ! encoding: [0x85,0x66,0xc0,0x01]
66 ! CHECK: movl %icc, %g1, %g2 ! encoding: [0x85,0x64,0xc0,0x01]
67 ! CHECK: movgu %icc, %g1, %g2 ! encoding: [0x85,0x67,0x00,0x01]
68 ! CHECK: movleu %icc, %g1, %g2 ! encoding: [0x85,0x65,0x00,0x01]
69 ! CHECK: movcc %icc, %g1, %g2 ! encoding: [0x85,0x67,0x40,0x01]
70 ! CHECK: movcs %icc, %g1, %g2 ! encoding: [0x85,0x65,0x40,0x01
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
v9branch4.s 3 bne,pt %icc, 1f
v9branch5.s 5 bne,pt %icc, 1b
v9branch1.s 11 bne,pt %icc, 2f
17 bne,pt %icc, 2b
v9branch1.d 16 0x0+040004 bne %icc, 0x0+140000
22 0x0+240000 bne %icc, 0x0+140000
  /external/skia/src/images/
SkWebpEncoder.cpp 167 // If there is no need to embed an ICC profile, we write directly to the input stream.
168 // Otherwise, we will first encode to |tmp| and use a mux to add the ICC chunk. libwebp
170 sk_sp<SkData> icc = icc_from_color_space(pixmap.info()); local
172 pic.custom_ptr = icc ? (void*)&tmp : (void*)stream;
202 if (icc) {
205 WebPData iccChunk = { icc->bytes(), icc->size() };
SkJpegEncoder.cpp 201 sk_sp<SkData> icc = icc_from_color_space(src.info()); local
202 if (icc) {
203 // Create a contiguous block of memory with the icc signature followed by the profile.
205 SkData::MakeUninitialized(kICCMarkerHeaderSize + icc->size());
211 memcpy(ptr, icc->data(), icc->size());
SkPngEncoder.cpp 264 sk_sp<SkData> icc = icc_from_color_space(info); local
265 if (!icc) {
271 png_const_bytep iccPtr = icc->bytes();
275 png_charp iccPtr = (png_charp) icc->writable_data();
277 png_set_iCCP(png_ptr, info_ptr, name, 0, iccPtr, icc->size());
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
v9.S 90 be,a,pt %icc, done
94 be,a,pn %icc, done
98 be,a,pn %icc, done
102 be,pn %icc, dostruct
105 bne,pt %icc, done
186 be,pn %icc, done1
189 be,pn %icc, integer
192 be,a,pn %icc, done1
196 be,a,pn %icc, done1
201 be,a,pn %icc, longdouble
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.y 943 struct isakmp_cfg_config *icc = &isakmp_cfg_config;
945 if (icc->dns4_index > MAXNS)
948 &icc->dns4[icc->dns4_index++]) != 1)
964 struct isakmp_cfg_config *icc = &isakmp_cfg_config;
966 if (icc->nbns4_index > MAXWINS)
969 &icc->nbns4[icc->nbns4_index++]) != 1)
985 struct isakmp_cfg_config *icc = &isakmp_cfg_config;
996 if (splitnet_list_add(&icc->splitnet_list, &network,&icc->splitnet_count)
    [all...]
  /external/aac/libSBRenc/src/
ps_encode.cpp 287 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS],
315 dIcc = (icc[2*e][b]>>1) - (icc[2*e+1][b]>>1);
578 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS], /* const input values: unable to declare as const, since it does not poINT to const memory */
591 /* Quantize ICC coefficients */
593 errICC += quantizeCoef(icc[env], psBands, iccQuant, 0, 8, psData->iccIdx[env]);
596 /* Check if ICC coefficients should be used */
665 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS],
687 /* icc[env][i] = min( pwrCr[env][i] / (float) sqrt(pwrL[env][i] * pwrR[env][i]) , 1.f);
689 FIXP_DBL ICC, invNrg = CalcInvLdData ( -((ldPwrL[env][i]>>1) + (ldPwrR[env][i]>>1) + (FIXP_DBL)1) )
852 FIXP_DBL icc [PS_MAX_ENVELOPES][PS_MAX_BANDS]; local
    [all...]
ps_bitenc.h 117 /* icc data */
119 INT icc[PS_MAX_ENVELOPES][PS_MAX_BANDS]; member in struct:T_PS_OUT
ps_bitenc.cpp 680 psOut->icc[env],
686 iccLast = psOut->icc[env];
  /external/skia/tests/
ICCTest.cpp 23 static inline void test_to_xyz_d50(skiatest::Reporter* r, SkICC* icc, bool shouldSucceed,
26 REPORTER_ASSERT(r, shouldSucceed == icc->toXYZD50(&result));
43 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str());
52 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str());
56 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str());
60 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str());
65 static inline void test_is_numerical_transfer_fn(skiatest::Reporter* r, SkICC* icc,
69 REPORTER_ASSERT(r, shouldSucceed == icc->isNumericalTransferFn(&result));
86 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str());
90 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str())
    [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/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 641 static t_state * nfadevelop(t_state * from, t_state * final, iconv_t icc,
646 nfaslice(t_state * * from, t_state * * to, iconv_t icc,
665 iconv(icc, &srcp, &srcc, &dstp, &dstc);
695 t = nfadevelop(f, final, icc, name, len);
702 t = nfadevelop((t_state *) NULL, final, icc, name, len);
717 nfadevelop(t_state * from, t_state * final, iconv_t icc,
742 icc, name, chlen, name + chlen, len - chlen, final);
751 nfaslice(&from, &to, icc, &chr, 1, name + chlen, len - chlen, final);
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
depcomp 209 icc)
211 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
212 # ICC 7.0 will fill foo.d with something like
220 # ICC 7.1 will output
  /external/mesa3d/scons/
gallium.py 196 env['icc'] = 'icc' == os.path.basename(env['CC'])
210 icc = env['icc']
434 if icc:
  /external/netperf/
depcomp 216 icc)
218 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
219 # ICC 7.0 will fill foo.d with something like
227 # ICC 7.1 will output
  /frameworks/av/media/libstagefright/
ItemTable.cpp 72 sp<ABuffer> icc; member in struct:android::heif::ImageItem
717 image.icc = mICCData;
    [all...]
  /external/c-ares/
depcomp 241 icc)
243 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
244 # ICC 7.0 will fill foo.d with something like
252 # ICC 7.1 will output
  /external/cmockery/cmockery_0_1_2/
depcomp 241 icc)
243 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
244 # ICC 7.0 will fill foo.d with something like
252 # ICC 7.1 will output
  /external/google-tv-pairing-protocol/cpp/
depcomp 267 icc)
269 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
270 # ICC 7.0 will fill foo.d with something like
278 # ICC 7.1 will output

Completed in 1126 milliseconds

1 2 3 4