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

1 2 3 4 5

  /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.27/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
natural-32.d 8 0x00000000 b %icc, 0x00000030
  /external/capstone/suite/MC/Sparc/
sparc64-ctrl-instructions.s.cs 2 0x85,0x66,0x40,0x01 = movne %icc, %g1, %g2
3 0x85,0x64,0x40,0x01 = move %icc, %g1, %g2
4 0x85,0x66,0x80,0x01 = movg %icc, %g1, %g2
5 0x85,0x64,0x80,0x01 = movle %icc, %g1, %g2
6 0x85,0x66,0xc0,0x01 = movge %icc, %g1, %g2
7 0x85,0x64,0xc0,0x01 = movl %icc, %g1, %g2
8 0x85,0x67,0x00,0x01 = movgu %icc, %g1, %g2
9 0x85,0x65,0x00,0x01 = movleu %icc, %g1, %g2
10 0x85,0x67,0x40,0x01 = movcc %icc, %g1, %g2
11 0x85,0x65,0x40,0x01 = movcs %icc, %g1, %g
    [all...]
  /external/freetype/builds/compiler/
visualage.mk 18 CC := icc
  /external/freetype/builds/os2/
detect.mk 41 CONFIG_FILE := os2-icc.mk
42 CC := icc
  /external/skia/src/images/
SkWebpEncoder.cpp 166 // If there is no need to embed an ICC profile, we write directly to the input stream.
167 // Otherwise, we will first encode to |tmp| and use a mux to add the ICC chunk. libwebp
169 sk_sp<SkData> icc = icc_from_color_space(pixmap.info()); local
171 pic.custom_ptr = icc ? (void*)&tmp : (void*)stream;
201 if (icc) {
204 WebPData iccChunk = { icc->bytes(), icc->size() };
SkJpegEncoder.cpp 202 sk_sp<SkData> icc = icc_from_color_space(src.info()); local
203 if (icc) {
204 // Create a contiguous block of memory with the icc signature followed by the profile.
206 SkData::MakeUninitialized(kICCMarkerHeaderSize + icc->size());
212 memcpy(ptr, icc->data(), icc->size());
  /external/skqp/src/images/
SkWebpEncoder.cpp 166 // If there is no need to embed an ICC profile, we write directly to the input stream.
167 // Otherwise, we will first encode to |tmp| and use a mux to add the ICC chunk. libwebp
169 sk_sp<SkData> icc = icc_from_color_space(pixmap.info()); local
171 pic.custom_ptr = icc ? (void*)&tmp : (void*)stream;
201 if (icc) {
204 WebPData iccChunk = { icc->bytes(), icc->size() };
SkJpegEncoder.cpp 202 sk_sp<SkData> icc = icc_from_color_space(src.info()); local
203 if (icc) {
204 // Create a contiguous block of memory with the icc signature followed by the profile.
206 SkData::MakeUninitialized(kICCMarkerHeaderSize + icc->size());
212 memcpy(ptr, icc->data(), icc->size());
  /external/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/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/python/cpython3/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/aac/libSACenc/src/
sacenc_huff_tab.h 209 HUFF_ENTRY icc[8]; member in struct:__anon13984
  /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/libxaac/decoder/
ixheaacd_mps_huff_tab.h 72 const WORD32 icc[7][2]; member in struct:__anon26587
  /external/aac/libSBRenc/src/
ps_encode.cpp 278 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS],
309 dIcc = (icc[2 * e][b] >> 1) - (icc[2 * e + 1][b] >> 1);
577 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS], /* const input values:
592 /* Quantize ICC coefficients */
595 quantizeCoef(icc[env], psBands, iccQuant, 0, 8, psData->iccIdx[env]);
598 /* Check if ICC coefficients should be used */
666 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS],
685 /* icc[env][i] = min( pwrCr[env][i] / (float) sqrt(pwrL[env][i] *
691 icc[env][i]
830 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS]; local
    [all...]
  /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));
42 sk_sp<SkData> data = GetResourceAsData("icc_profiles/HP_ZR30w.icc");
51 data = GetResourceAsData("icc_profiles/HP_Z32x.icc");
55 data = GetResourceAsData("icc_profiles/upperLeft.icc");
59 data = GetResourceAsData("icc_profiles/upperRight.icc");
64 static inline void test_is_numerical_transfer_fn(skiatest::Reporter* r, SkICC* icc,
68 REPORTER_ASSERT(r, shouldSucceed == icc->isNumericalTransferFn(&result));
84 sk_sp<SkData> data = GetResourceAsData("icc_profiles/HP_ZR30w.icc");
88 data = GetResourceAsData("icc_profiles/HP_Z32x.icc");
    [all...]
  /external/skqp/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));
42 sk_sp<SkData> data = GetResourceAsData("icc_profiles/HP_ZR30w.icc");
51 data = GetResourceAsData("icc_profiles/HP_Z32x.icc");
55 data = GetResourceAsData("icc_profiles/upperLeft.icc");
59 data = GetResourceAsData("icc_profiles/upperRight.icc");
64 static inline void test_is_numerical_transfer_fn(skiatest::Reporter* r, SkICC* icc,
68 REPORTER_ASSERT(r, shouldSucceed == icc->isNumericalTransferFn(&result));
84 sk_sp<SkData> data = GetResourceAsData("icc_profiles/HP_ZR30w.icc");
88 data = GetResourceAsData("icc_profiles/HP_Z32x.icc");
    [all...]
  /external/freetype/builds/windows/
detect.mk 140 CONFIG_FILE := w32-icc.mk
141 CC := icc

Completed in 389 milliseconds

1 2 3 4 5