Searched defs:tcount (Results 1 - 11 of 11) 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/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/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/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/toybox/toys/pending/
H A Dmodprobe.c220 int tcount = 0; local
237 for (tk = strtok(linecp, "# \t"), tcount = 0; tk;
238 tk = strtok(NULL, "# \t"), tcount++) {
239 tokens[tcount] = tk;
240 if (tcount == 2) {
H A Ddhcpd.c724 int len, linelen, tcount, count, size = ARRAY_LEN(keywords); local
747 for (tcount=0, tk=strtok(confline, " \t"); tk && (tcount < 2);
748 tcount++, tk=strtok(NULL,(tcount==1)?"":" \t")) {
750 tokens[tcount] = xstrdup(tk);
752 if (tcount<=1) goto free_tk0_continue;
/external/boringssl/include/openssl/
H A Dasn1t.h518 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
/external/boringssl/src/include/openssl/
H A Dasn1t.h518 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
/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/callgrind/
H A Dmain.c1616 Int t, tcount = 0; local
1618 if (th[t]) tcount++;
1619 VG_(gdb_printf)("%d thread(s) running.\n", tcount);

Completed in 481 milliseconds