/external/jpeg/ |
jddctmgr.c | 136 int ci, i; local 142 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 143 ci++, compptr++) { 237 idct->pub.inverse_DCT[ci] = method_ptr; 245 if (! compptr->component_needed || idct->cur_method[ci] == method) 250 idct->cur_method[ci] = method; 364 int ci; local 373 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components [all...] |
jdmainct.c | 163 int ci, rgroup; local 176 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 177 ci++, compptr++) { 187 main->xbuffer[0][ci] = xbuf; 189 main->xbuffer[1][ci] = xbuf; 204 int ci, i, rgroup; local 209 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 210 ci++, compptr++) 244 int ci, i, rgroup; local 273 int ci, i, rgroup, iMCUheight, rows_left; local 479 int ci, rgroup, ngroups; local [all...] |
/external/libvorbis/lib/ |
floor0.c | 75 codec_setup_info *ci=vi->codec_setup; local 93 if(info->books[j]<0 || info->books[j]>=ci->books)goto err_out; 116 codec_setup_info *ci=vi->codec_setup; local 119 int n=ci->blocksizes[W]/2,j; 169 codec_setup_info *ci=vb->vd->vi->codec_setup; local 170 codebook *b=ci->fullbooks+info->books[booknum];
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jcdctmgr.c | 58 int ci, qtblno, i;
local 63 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
64 ci++, compptr++) {
|
fpdfapi_jcparam.c | 395 int ci;
local 463 for (ci = 0; ci < cinfo->num_components; ci++) {
464 SET_COMP(ci, ci, 1,1, 0, 0,0);
476 fill_a_scan (jpeg_scan_info * scanptr, int ci,
481 scanptr->component_index[0] = ci;
495 int ci;
local 497 for (ci = 0; ci < ncomps; ci++) { 513 int ci; local [all...] |
fpdfapi_jctrans.c | 70 int tblno, ci, coefi;
local 107 for (ci = 0, incomp = srcinfo->comp_info, outcomp = dstinfo->comp_info;
108 ci < dstinfo->num_components; ci++, incomp++, outcomp++) {
285 int blkn, ci, xindex, yindex, yoffset, blockcnt;
local 293 for (ci = 0; ci < cinfo->comps_in_scan; ci++) {
294 compptr = cinfo->cur_comp_info[ci];
295 buffer[ci] = (*cinfo->mem->access_virt_barray) [all...] |
fpdfapi_jdmainct.c | 164 int ci, rgroup;
local 177 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
178 ci++, compptr++) {
188 main->xbuffer[0][ci] = xbuf;
190 main->xbuffer[1][ci] = xbuf;
205 int ci, i, rgroup;
local 210 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
211 ci++, compptr++) { 245 int ci, i, rgroup; local 274 int ci, i, rgroup, iMCUheight, rows_left; local 480 int ci, rgroup, ngroups; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
jcdctmgr.c | 57 int ci, qtblno, i; local 62 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 63 ci++, compptr++) {
|
jcparam.c | 400 int ci; local 468 for (ci = 0; ci < cinfo->num_components; ci++) { 469 SET_COMP(ci, ci, 1,1, 0, 0,0); 481 fill_a_scan (jpeg_scan_info * scanptr, int ci, 486 scanptr->component_index[0] = ci; 500 int ci; local 502 for (ci = 0; ci < ncomps; ci++) 518 int ci; local [all...] |
jctrans.c | 69 int tblno, ci, coefi; local 106 for (ci = 0, incomp = srcinfo->comp_info, outcomp = dstinfo->comp_info; 107 ci < dstinfo->num_components; ci++, incomp++, outcomp++) { 284 int blkn, ci, xindex, yindex, yoffset, blockcnt; local 292 for (ci = 0; ci < cinfo->comps_in_scan; ci++) { 293 compptr = cinfo->cur_comp_info[ci]; 294 buffer[ci] = (*cinfo->mem->access_virt_barray [all...] |
jddctmgr.c | 128 int ci, i; local 134 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 135 ci++, compptr++) { 197 idct->pub.inverse_DCT[ci] = method_ptr; 205 if (! compptr->component_needed || idct->cur_method[ci] == method) 210 idct->cur_method[ci] = method; 324 int ci; local 333 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components [all...] |
jdmainct.c | 163 int ci, rgroup; local 176 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 177 ci++, compptr++) { 187 main->xbuffer[0][ci] = xbuf; 189 main->xbuffer[1][ci] = xbuf; 204 int ci, i, rgroup; local 209 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components; 210 ci++, compptr++) 244 int ci, i, rgroup; local 273 int ci, i, rgroup, iMCUheight, rows_left; local 479 int ci, rgroup, ngroups; local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewIconCache.java | 48 final ComponentInfo ci = info.activityInfo != null ? info.activityInfo : local 50 mComponentName = new ComponentName(ci.packageName, ci.name);
|
/external/javassist/src/main/javassist/ |
CtConstructor.java | 283 CodeIterator ci = ca.iterator(); local 285 ci.skipConstructor(); 286 return ci.next();
|
/external/javassist/src/main/javassist/bytecode/ |
ConstPool.java | 761 ConstInfo ci = constInfoCache[h]; local 762 if (ci != null && ci instanceof NameAndTypeInfo && ci.hashCheck(name, type)) 800 ConstInfo ci = constInfoCache[h]; local 801 if (ci != null && ci instanceof FieldrefInfo && ci.hashCheck(classInfo, nameAndTypeInfo)) 839 ConstInfo ci = constInfoCache[h]; local 840 if (ci != null && ci instanceof MethodrefInfo && ci.hashCheck(classInfo, nameAndTypeInfo) 882 ConstInfo ci = constInfoCache[h]; local 1002 ConstInfo ci = v.elementAt(i); local 1019 ConstInfo ci = v.elementAt(i); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
InsnFormat.java | 275 CstInsn ci = (CstInsn) insn; local 276 Constant cst = ci.getConstant(); 288 CstInsn ci = (CstInsn) insn; local 290 if (! ci.hasIndex()) { 295 int index = ci.getIndex(); 297 sb.append(ci.getConstant().typeName());
|
/external/bison/src/ |
AnnotationList.c | 55 * - <tt>0 <= ci < self->inadequacyNode->contributionCount</tt>. 57 * - \c result = true iff contribution \c ci in \c self represents an 62 ContributionIndex ci) 64 aver (0 <= ci && ci < self->inadequacyNode->contributionCount); 65 return self->contributions[ci] == NULL; 105 ContributionIndex ci; local 111 for (ci = 0; 112 cmp == 0 && ci < self->inadequacyNode->contributionCount; 113 ++ci) 240 ContributionIndex ci; local 462 ContributionIndex ci = 0; local 591 ContributionIndex ci; local 639 ContributionIndex ci; local 709 ContributionIndex ci; local 795 ContributionIndex ci; local [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_main.c | 331 tL2C_CONN_INFO ci; local 420 ci.status = HCI_SUCCESS; 421 memcpy (ci.bd_addr, p_lcb->remote_bd_addr, sizeof(BD_ADDR)); 426 l2c_csm_execute (p_ccb, L2CEVT_L2CAP_INFO_RSP, &ci); 784 ci.status = HCI_SUCCESS; 785 memcpy (ci.bd_addr, p_lcb->remote_bd_addr, sizeof(BD_ADDR)); 788 l2c_csm_execute (p_ccb, L2CEVT_L2CAP_INFO_RSP, &ci); [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_helper.cc | 125 WidgetHelperMap::const_iterator ci = g_widget_helpers.Get().find( local 127 return (ci == g_widget_helpers.Get().end())? NULL : ci->second;
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-graphite2.cc | 240 unsigned int ci = 0, ic = 0; local 308 while (clusters[ci].base_char > before && ci) 310 clusters[ci-1].num_chars += clusters[ci].num_chars; 311 clusters[ci-1].num_glyphs += clusters[ci].num_glyphs; 312 ci--; 315 if (gr_slot_can_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].num_chars [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
7zDec.c | 340 UInt32 ci; local 347 for (ci = 0; ci < folder->NumCoders; ci++) 349 CSzCoderInfo *coder = &folder->Coders[ci]; 361 UInt64 unpackSize = folder->UnpackSizes[ci]; 362 si = indices[ci]; 363 if (ci < 2) 372 outBufCur = tempBuf[1 - ci] = temp; 373 tempSizes[1 - ci] = outSizeCur [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
atifragshader.c | 596 GLint ci; local 623 ci = curProg->numArithInstr[curProg->cur_pass >> 1] - 1; 626 curI = &curProg->Instructions[curProg->cur_pass >> 1][ci];
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
t_x509.c | 111 X509_CINF *ci; local 124 ci=x->cert_info; 176 if (i2a_ASN1_OBJECT(bp, ci->signature->algorithm) <= 0) 210 if (i2a_ASN1_OBJECT(bp, ci->key->algor->algorithm) <= 0) 230 ci->extensions, cflag, 8);
|
/external/chromium_org/third_party/opus/src/src/ |
opus_compare.c | 73 int ci; local 74 for(ci=0;ci<_nchannels;ci++){ 76 s=buf[2*(xi*_nchannels+ci)+1]<<8|buf[2*(xi*_nchannels+ci)]; 78 samples[(nsamples+xi)*_nchannels+ci]=s; 113 int ci; local 116 for(ci=0;ci<_nchannels;ci++) 179 int ci; local [all...] |
/external/clang/test/SemaCXX/ |
class.cpp | 41 static const NestedC ci = 0; // expected-error {{static data member of type 'const C::NestedC' must be initialized out of line}} member in class:C
|