HomeSort by relevance Sort by last modified time
    Searched refs:label_count (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/test/dfsan/
label_count.c 37 size_t label_count; local
40 label_count = dfsan_get_label_count();
41 assert(0 == label_count);
48 label_count = dfsan_get_label_count();
49 assert(1u == label_count);
56 label_count = dfsan_get_label_count();
57 assert(2u == label_count);
63 label_count = dfsan_get_label_count();
64 assert(3u == label_count);
69 label_count = dfsan_get_label_count()
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
stabs.c 516 static int label_count; local
534 sprintf (sym, "%sF%d", FAKE_LABEL_NAME, label_count);
535 ++label_count;
582 static int label_count; local
631 sprintf (sym, "%sL%d", FAKE_LABEL_NAME, label_count);
632 ++label_count;
691 static int label_count; local
696 sprintf (sym, "%sendfunc%d", FAKE_LABEL_NAME, label_count);
697 ++label_count;
  /external/tlsdate/src/
tlsdate-helper-plan9.c 320 uint32_t label_count; local
323 label_count = 0;
332 label_count++;
333 verb ("V: label found; total label count: %d\n", label_count);
338 label_count++;
340 verb ("V: label found; total label count: %d\n", label_count);
344 return label_count;
366 uint32_t label_count; local
380 label_count = dns_label_count(cert_wild_card, delim);
388 (label_count <= ((uint32_t)RFC2595_MIN_LABEL_COUNT))
    [all...]
tlsdate-helper.c 457 uint32_t label_count; local
460 label_count = 0;
469 label_count++;
474 label_count++;
478 verb_debug ("V: label found; total label count: %d", label_count);
480 return label_count;
502 uint32_t label_count; local
516 label_count = dns_label_count(cert_wild_card, delim);
524 (label_count <= ((uint32_t)RFC2595_MIN_LABEL_COUNT)))
554 label_count >= ((uint32_t)RFC2595_MIN_LABEL_COUNT)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mn10200.c 334 static unsigned long label_count = 0;
389 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
446 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
535 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
616 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
331 static unsigned long label_count = 0; local
tc-mn10300.c 472 static unsigned long label_count = 0;
527 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
584 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
630 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
666 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
820 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
889 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
469 static unsigned long label_count = 0; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 1116 int label_count; local
1146 label_count = vp8_mbsplit_count[segmentation];
1152 label_mv_thresh = 1 * bsi->mvthresh / label_count ;
1160 for (i = 0; i < label_count; i++)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 1114 int label_count; local
1144 label_count = vp8_mbsplit_count[segmentation];
1150 label_mv_thresh = 1 * bsi->mvthresh / label_count ;
1158 for (i = 0; i < label_count; i++)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1741 const int label_count = 4; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 1726 const int label_count = 4; local
    [all...]

Completed in 2920 milliseconds