HomeSort by relevance Sort by last modified time
    Searched defs:tcount (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CodeGen/
2002-07-30-VarArgsCallFailure.c 3 int tcount; variable
7 test(Buf, "n%%%d", tcount++);
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 204 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].components
    [all...]
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.c 157 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].components
    [all...]
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.c 242 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].format
    [all...]
  /external/libexif/libexif/pentax/
exif-mnote-data-pentax.c 218 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].components
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 218 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/
bands.c 465 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);
    [all...]
  /external/libopus/celt/
bands.c 465 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);
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1t.h 519 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
  /external/openssl/crypto/asn1/
asn1t.h 572 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
  /external/openssl/include/openssl/
asn1t.h 572 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
  /external/valgrind/main/callgrind/
main.c 1619 Int t, tcount = 0; local
    [all...]

Completed in 375 milliseconds