Searched defs:tcount (Results 1 - 12 of 12) 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/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/boringssl/src/include/openssl/
H A Dasn1t.h519 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
/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/openssl/crypto/asn1/
H A Dasn1t.h572 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
/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);

Completed in 244 milliseconds