HomeSort by relevance Sort by last modified time
    Searched refs:tcount (Results 1 - 15 of 15) 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/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/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/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/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/boringssl/src/crypto/asn1/
tasn_fre.c 115 if ((i >= 0) && (i < it->tcount)) {
156 tt = it->templates + it->tcount - 1;
157 for (i = 0; i < it->tcount; tt--, i++) {
tasn_dec.c 312 if ((i >= 0) && (i < it->tcount)) {
324 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
343 if (i == it->tcount) {
399 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
412 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
439 if (i == (it->tcount - 1))
478 for (; i < it->tcount; tt++, i++) {
    [all...]
tasn_enc.c 160 if ((i >= 0) && (i < it->tcount)) {
217 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
236 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
tasn_new.c 188 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
  /external/toybox/toys/pending/
modprobe.c 218 int tcount = 0; local
235 for (tk = strtok(linecp, "# \t"), tcount = 0; tk;
236 tk = strtok(NULL, "# \t"), tcount++) {
237 tokens[tcount] = tk;
238 if (tcount == 2) {
dhcpd.c 724 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;
    [all...]
  /external/libopus/celt/
bands.c 474 int tcount[3] = {0,0,0}; local
486 tcount[0]++;
488 tcount[1]++;
490 tcount[2]++;
495 hf_sum += celt_udiv(32*(tcount[1]+tcount[0]), N);
496 tmp = (2*tcount[2] >= N) + (2*tcount[1] >= N) + (2*tcount[0] >= N);
    [all...]
  /external/tcpdump/
print-isakmp.c 1941 int tcount; local
    [all...]
  /external/boringssl/src/include/openssl/
asn1t.h 520 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
  /external/valgrind/callgrind/
main.c 1616 Int t, tcount = 0; local
    [all...]

Completed in 2799 milliseconds