/external/icu/icu4c/source/test/cintltst/ |
citertst.c | 424 UCollator *c1, *c2, *c3; local 449 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); 453 if (c1 == NULL || U_FAILURE(status)) 461 iter=ucol_openElements(c1, source, u_strlen(source), &status); 469 ucol_close(c1); 912 int32_t c1, c2; local 918 c1 = ucol_next(i1, &status); 921 if (c1 != c2) 923 log_err("Error in iteration %d assetEqual between\n %d and %d, they are not equal\n", count, c1, c2); 929 while (c1 != UCOL_NULLORDER) [all...] |
crestst.c | 771 int32_t c1=0; local 812 T_FileStream_read(stream,&c1,1); 813 if(c!=c1){ 817 c1 = T_FileStream_peek(stream); 818 if(c!=c1){ [all...] |
custrtrn.c | 867 UChar c1, c2; local [all...] |
custrtst.c | 1192 UChar32 c1, c2; local [all...] |
/external/icu/icu4c/source/test/perf/ustrperf/ |
stringperf.h | 468 UChar c1='s'; local 470 scan_idx = uScan_STRING.indexOf(c1);
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
UConverterAlias.java | 278 char c1; local 282 c1 = name.charAt(nameIndex++); 283 type = GET_CHAR_TYPE(c1); 300 c1 = type; /* lowercased letter */ 304 dst.append(c1); 333 char c1 = 0, c2 = 0; local 338 c1 = name1.charAt(name1Index++); 339 type = GET_CHAR_TYPE(c1); 356 c1 = type; /* lowercased letter */ 360 break; /* deliver c1 */ [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationIteratorTest.java | 304 int c1, c2, count = 0; local 306 c1 = i1.next(); 308 if (c1 != c2) { 310 Integer.toHexString(c1) + ") != strength(0x" + Integer.toHexString(c2) + ")"); 314 } while (c1 != CollationElementIterator.NULLORDER); 335 RuleBasedCollator c1 = null; local 337 c1 = new RuleBasedCollator("&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH"); 344 iter = c1.getCollationElementIterator(source);
|
/external/kmod/testsuite/ |
testsuite.c | 571 char c1 = s1[i], c2 = s2[i]; local 572 if (c1 == '-') 573 c1 = '_'; 576 if (c1 != c2) 577 return c1 - c2;
|
/external/libchrome/base/files/ |
file_path.cc | 710 wchar_t c1 = local 714 if (c1 < c2) 716 if (c1 > c2) [all...] |
/external/libjpeg-turbo/ |
jchuff.c | 893 int c1, c2; local 913 /* Find the smallest nonzero frequency, set c1 = its symbol */ 915 c1 = -1; 920 c1 = i; 929 if (freq[i] && freq[i] <= v && i != c1) { 940 freq[c1] += freq[c2]; 943 /* Increment the codesize of everything in c1's tree branch */ 944 codesize[c1]++; 945 while (others[c1] >= 0) { 946 c1 = others[c1] [all...] |
/external/libopus/src/ |
opus_multistream_encoder.c | 970 int c1, c2; local 994 c1 = left; 1007 c1 = chan; 1022 pcm, analysis_frame_size, c1, c2, st->layout.nb_channels, downmix, float_api); [all...] |
/external/libvpx/libvpx/vp8/common/arm/neon/ |
bilinearpredict_neon.c | 51 uint32x2x2_t c0, c1, c2, c3; local 75 c1 = vzip_u32(vreinterpret_u32_u8(vget_low_u8(a23)), 83 d1 = vmull_u8(vreinterpret_u8_u32(c1.val[0]), filter0);
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
highbd_idct8x8_add_neon.c | 300 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local 317 b6, b7, &c0, &c1, &c2, &c3, &c4, &c5, &c6, &c7); 319 c1 = vrshrq_n_s16(c1, 5); 347 c1 = vcombine_s16(vrshrn_n_s32(a1, 5), vrshrn_n_s32(a5, 5)); 355 highbd_add8x8(c0, c1, c2, c3, c4, c5, c6, c7, dest, stride, bd); 572 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local 591 c1 = vrshrq_n_s16(b1, 5); 622 c1 = vcombine_s16(vrshrn_n_s32(a8, 5), vrshrn_n_s32(a12, 5)); 630 highbd_add8x8(c0, c1, c2, c3, c4, c5, c6, c7, dest, stride, bd) [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
fastssim.c | 192 double c1; local 221 c1 = (double)(ssim_c1 * 4096 * (1 << 4 * _l)); 235 ssim[j * w + i] *= (2 * mux * (double)muy + c1) / 236 (mux * (double)mux + muy * (double)muy + c1);
|
inv_txfm.c | 23 tran_high_t a1, b1, c1, d1, e1; local 29 c1 = ip[1] >> UNIT_QUANT_SHIFT; 32 a1 += c1; 36 c1 = e1 - c1; 38 d1 += c1; 41 op[2] = WRAPLOW(c1); 50 c1 = ip[4 * 1]; 53 a1 += c1; 57 c1 = e1 - c1 1293 tran_high_t a1, b1, c1, d1, e1; local [all...] |
/external/lzma/C/ |
Ppmd7.c | 394 CTX_PTR c1; /* = AllocContext(p); */
local 396 c1 = (CTX_PTR)(p->HiUnit -= UNIT_SIZE);
398 c1 = (CTX_PTR)RemoveNode(p, 0);
401 c1 = (CTX_PTR)AllocUnitsRare(p, 0);
402 if (!c1)
405 c1->NumStats = 1;
406 *ONE_STATE(c1) = upState;
407 c1->Suffix = REF(c);
408 SetSuccessor(ps[--numPs], REF(c1));
409 c = c1;
[all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_tri.c | 72 int32_t c1 = c0 + dcdy; local 73 int32_t c2 = c1 + dcdy; 80 mask |= ((c1 + 0 * dcdx) >> 31) & (1 << 4); 81 mask |= ((c1 + 1 * dcdx) >> 31) & (1 << 5); 82 mask |= ((c1 + 2 * dcdx) >> 31) & (1 << 6); 83 mask |= ((c1 + 3 * dcdx) >> 31) & (1 << 7);
|
/external/mesa3d/src/mesa/program/ |
prog_noise.c | 517 int c1 = (x0 > y0) ? 32 : 0; local 523 int c = c1 + c2 + c3 + c4 + c5 + c6;
|
/external/opencv/cv/src/ |
cvcalibration.cpp | 571 double c1 = 1. - c; local 584 R[k] = c*I[k] + c1*rrt[k] + s*_r_x_[k]; 599 double a0 = -s*ri, a1 = (s - 2*c1*itheta)*ri, a2 = c1*itheta; [all...] |
cvpyrsegmentation.cpp | 1042 float c0, c1, c2, c3, c4; local 1225 float c1, c2, c3, c4; local [all...] |
cvsegmentation.cpp | 339 tab[c1-dptr[(ofs0)+1]+255] + tab[c2-dptr[(ofs0)+2]+255] >= isr22) 426 int c0 = dptr[0], c1 = dptr[1], c2 = dptr[2]; local 446 int c0, c1, c2; local 451 c0 = sptr[0], c1 = sptr[1], c2 = sptr[2]; 477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 483 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 489 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 495 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 505 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 526 tab[s0 - c0 + 255] + tab[s1 - c1 + 255] [all...] |
cvsubdivision2d.cpp | 662 double a0, b0, c0, a1, b1, c1; local 672 icvCreateCenterNormalLine( edge1, &a1, &b1, &c1 ); 674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point ); 692 icvCreateCenterNormalLine( edge1, &a1, &b1, &c1 ); 694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
|
/external/pdfium/core/fpdfapi/font/ |
ttgsubtable.cpp | 177 TCoverageFormat1* c1 = (TCoverageFormat1*)Coverage; local 178 for (const auto& glyph : c1->GlyphArray) {
|
/external/pdfium/core/fxge/dib/ |
fx_dib_engine.cpp | 902 int c0, m0, y0, k0, c1, m1, y1, k1; local [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsintrp.c | 601 cmsFloat32Number c0, c1=0, c2=0, c3=0; local 633 c1 = DENS(X1, Y0, Z0) - c0; 641 c1 = DENS(X1, Y0, Z0) - c0; 649 c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1); 657 c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0); 665 c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); 673 c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1); 679 c1 = c2 = c3 = 0; 682 Output[OutChan] = c0 + c1 * rx + c2 * ry + c3 * rz; 701 cmsS15Fixed16Number c0, c1, c2, c3, Rest local 840 cmsS15Fixed16Number c0, c1, c2, c3, Rest; local [all...] |