HomeSort by relevance Sort by last modified time
    Searched full:tcount (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/test/CodeGen/
2002-07-30-VarArgsCallFailure.c 3 int tcount; variable
7 test(Buf, "n%%%d", tcount++);
  /external/skia/tests/
TemplatesTest.cpp 77 template<typename TContainer, typename TCount>
79 REPORTER_ASSERT(reporter, !TContainer((TCount)0).get());
80 REPORTER_ASSERT(reporter, TContainer((TCount)1).get());
81 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount).get());
82 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount + 1).get());
87 container.reset((TCount)1);
90 container.reset((TCount)kStackPreallocCount);
93 container.reset((TCount)kStackPreallocCount + 1);
96 container.reset((TCount)0);
  /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/harfbuzz_ng/src/hb-ucdn/
ucdn.c 56 #define TCOUNT 28
57 #define NCOUNT (VCOUNT * TCOUNT)
142 if (si % TCOUNT) {
144 *a = SBASE + (si / TCOUNT) * TCOUNT;
145 *b = TBASE + (si % TCOUNT);
150 *b = VBASE + (si % NCOUNT) / TCOUNT;
157 if (b < VBASE || b >= (TBASE + TCOUNT))
172 *code = SBASE + li * NCOUNT + vi * TCOUNT;
  /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/valgrind/none/tests/
pth_cvsimple.c 20 #define TCOUNT 10
33 for (i=0; i<TCOUNT; i++) {
  /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/ltp/testcases/kernel/fs/mongo/
map5.c 36 // printf ("START\tEND\tCOUNT\n");
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 103 #define TCount 28u
105 #define NCount (VCount * TCount)
110 #define isCombiningT(u) (hb_in_range ((u), TBase+1, TBase+TCount-1))
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
307 unsigned int vindex = nindex / TCount;
308 unsigned int tindex = nindex % TCount;
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 492 #define TCount 28
493 #define NCount (VCount*TCount)
542 int V = VBase + (SIndex % NCount) / TCount;
543 int T = TBase + SIndex % TCount;
671 code = SBase + (LIndex*VCount+VIndex)*TCount;
674 TBase <= *i && *i <= (TBase+TCount)) {
912 int V = (SIndex % NCount) / TCount;
913 int T = SIndex % TCount;
1029 find_syllable(pos, &len, &T, TCount, 2);
1032 *code = SBase + (L*VCount+V)*TCount + T;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 492 #define TCount 28
493 #define NCount (VCount*TCount)
535 int V = VBase + (SIndex % NCount) / TCount;
536 int T = TBase + SIndex % TCount;
664 code = SBase + (LIndex*VCount+VIndex)*TCount;
667 TBase <= *i && *i <= (TBase+TCount)) {
905 int V = (SIndex % NCount) / TCount;
906 int T = SIndex % TCount;
1022 find_syllable(pos, &len, &T, TCount, 2);
1025 *code = SBase + (L*VCount+V)*TCount + T;
    [all...]
  /external/python/cpython2/Modules/
unicodedata.c 492 #define TCount 28
493 #define NCount (VCount*TCount)
542 int V = VBase + (SIndex % NCount) / TCount;
543 int T = TBase + SIndex % TCount;
671 code = SBase + (LIndex*VCount+VIndex)*TCount;
674 TBase <= *i && *i <= (TBase+TCount)) {
912 int V = (SIndex % NCount) / TCount;
913 int T = SIndex % TCount;
1029 find_syllable(pos, &len, &T, TCount, 2);
1032 *code = SBase + (L*VCount+V)*TCount + T
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 231 int TIndex = SIndex % TCount;
238 second = (char)(VBase + (SIndex % NCount) / TCount);
253 LCount = 19, VCount = 21, TCount = 28,
254 NCount = VCount * TCount, // 588
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 230 int TIndex = SIndex % TCount;
237 second = (char)(VBase + (SIndex % NCount) / TCount);
252 LCount = 19, VCount = 21, TCount = 28,
253 NCount = VCount * TCount, // 588
  /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/ltp/testcases/kernel/mem/page/
page02.c 213 tst_resm(TFAIL, "\tCount = %d, expected = %d.\n",
  /art/tools/runtime_memusage/
symbol_trace_info.py 86 print("\n\tCount: How many traces appeared with count\n\t", end="")
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 246 << "\n\tcount:\t" << drawCommand.count
269 << "\n\tcount:\t" << drawCommand.count

Completed in 664 milliseconds

1 2