Searched refs:tcount (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/CodeGen/
H A D2002-07-30-VarArgsCallFailure.c3 int tcount; variable
7 test(Buf, "n%%%d", tcount++);
/external/libexif/libexif/fuji/
H A Dexif-mnote-data-fuji.c157 size_t i, tcount, o, datao; local
195 tcount = 0;
204 n->entries[tcount].tag = exif_get_short (buf + o, n->order);
205 n->entries[tcount].format = exif_get_short (buf + o + 2, n->order);
206 n->entries[tcount].components = exif_get_long (buf + o + 4, n->order);
207 n->entries[tcount].order = n->order;
210 "Loading entry 0x%x ('%s')...", n->entries[tcount].tag,
211 mnote_fuji_tag_get_name (n->entries[tcount].tag));
217 s = exif_format_get_size (n->entries[tcount].format) * n->entries[tcount]
[all...]
/external/libexif/libexif/canon/
H A Dexif-mnote-data-canon.c204 size_t i, tcount, o, datao; local
233 tcount = 0;
242 n->entries[tcount].tag = exif_get_short (buf + o, n->order);
243 n->entries[tcount].format = exif_get_short (buf + o + 2, n->order);
244 n->entries[tcount].components = exif_get_long (buf + o + 4, n->order);
245 n->entries[tcount].order = n->order;
248 "Loading entry 0x%x ('%s')...", n->entries[tcount].tag,
249 mnote_canon_tag_get_name (n->entries[tcount].tag));
255 s = exif_format_get_size (n->entries[tcount].format) *
256 n->entries[tcount]
[all...]
/external/libexif/libexif/pentax/
H A Dexif-mnote-data-pentax.c218 size_t i, tcount, o, datao, base = 0; local
277 tcount = 0;
286 n->entries[tcount].tag = exif_get_short (buf + o + 0, n->order) + base;
287 n->entries[tcount].format = exif_get_short (buf + o + 2, n->order);
288 n->entries[tcount].components = exif_get_long (buf + o + 4, n->order);
289 n->entries[tcount].order = n->order;
292 "Loading entry 0x%x ('%s')...", n->entries[tcount].tag,
293 mnote_pentax_tag_get_name (n->entries[tcount].tag));
299 s = exif_format_get_size (n->entries[tcount].format) *
300 n->entries[tcount]
[all...]
/external/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.c242 size_t i, tcount, o, o2, datao = 6, base = 0; local
430 tcount = 0;
439 n->entries[tcount].tag = exif_get_short (buf + o, n->order) + base;
440 n->entries[tcount].format = exif_get_short (buf + o + 2, n->order);
441 n->entries[tcount].components = exif_get_long (buf + o + 4, n->order);
442 n->entries[tcount].order = n->order;
445 "Loading entry 0x%x ('%s')...", n->entries[tcount].tag,
446 mnote_olympus_tag_get_name (n->entries[tcount].tag));
449 n->entries[tcount].tag,
450 n->entries[tcount]
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_fre.c116 if ((i >= 0) && (i < it->tcount))
160 tt = it->templates + it->tcount - 1;
161 for (i = 0; i < it->tcount; tt--, i++)
H A Dtasn_dec.c313 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
333 if (i == it->tcount)
396 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++)
426 if (i == (it->tcount - 1))
468 for (; i < it->tcount; tt++, i++)
H A Dtasn_enc.c160 if ((i >= 0) && (i < it->tcount))
218 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
236 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
H A Dtasn_prn.c267 if((i < 0) || (i >= it->tcount))
308 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
H A Dtasn_new.c196 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
/external/openssl/crypto/asn1/
H A Dtasn_fre.c118 if ((i >= 0) && (i < it->tcount))
162 tt = it->templates + it->tcount - 1;
163 for (i = 0; i < it->tcount; tt--, i++)
H A Dtasn_dec.c323 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
344 if (i == it->tcount)
411 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++)
442 if (i == (it->tcount - 1))
485 for (; i < it->tcount; tt++, i++)
H A Dtasn_enc.c164 if ((i >= 0) && (i < it->tcount))
222 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
240 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
H A Dtasn_prn.c267 if((i < 0) || (i >= it->tcount))
308 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
H A Dtasn_new.c198 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
H A Dasn1t.h572 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp218 mach_msg_type_number_t ncount, tcount; local
223 kern_return_t kret = ::mach_port_names (task, &names, &ncount, &types, &tcount);
245 ::vm_deallocate (my_task, (vm_address_t) types, tcount * sizeof (mach_port_type_t));
/external/chromium_org/third_party/opus/src/celt/
H A Dbands.c465 int tcount[3] = {0,0,0}; local
477 tcount[0]++;
479 tcount[1]++;
481 tcount[2]++;
486 hf_sum += 32*(tcount[1]+tcount[0])/N;
487 tmp = (2*tcount[2] >= N) + (2*tcount[1] >= N) + (2*tcount[0] >= N);
/external/libopus/celt/
H A Dbands.c465 int tcount[3] = {0,0,0}; local
477 tcount[0]++;
479 tcount[1]++;
481 tcount[2]++;
486 hf_sum += 32*(tcount[1]+tcount[0])/N;
487 tmp = (2*tcount[2] >= N) + (2*tcount[1] >= N) + (2*tcount[0] >= N);
/external/valgrind/main/callgrind/
H A Dmain.c1619 Int t, tcount = 0; local
1621 if (th[t]) tcount++;
1622 VG_(gdb_printf)("%d thread(s) running.\n", tcount);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dasn1t.h519 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
/external/openssl/include/openssl/
H A Dasn1t.h572 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st

Completed in 491 milliseconds