HomeSort by relevance Sort by last modified time
    Searched defs:count (Results 1 - 25 of 4956) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/BlocksRuntime/
rdar6396238.c 12 static int count = 0; variable
16 count++;
18 count++;
24 if (count != 2) {
25 printf("%s: failure, 2 != %d\n", argv[0], count);
  /external/llvm/test/CodeGen/SystemZ/Large/
spill-01.py 9 # count == (4096 - 168) / 8 + 6 + 1 == 498
21 count = 500 variable
27 for i in range(count):
35 for i in range(count):
spill-02.py 38 count = 14 variable
39 for i in range(count):
47 for i in range(count):
67 for i in range(count):
  /external/python/cpython3/Objects/stringlib/
count.h 1 /* stringlib: count implementation */
8 STRINGLIB(count)(const STRINGLIB_CHAR* str, Py_ssize_t str_len, function
12 Py_ssize_t count; local
19 count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
21 if (count < 0)
24 return count;
  /external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/Large/
spill-01.py 9 # count == (4096 - 168) / 8 + 6 + 1 == 498
21 count = 500 variable
27 for i in range(count):
35 for i in range(count):
spill-02.py 38 count = 14 variable
39 for i in range(count):
47 for i in range(count):
67 for i in range(count):
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
puts.c 11 int count = 0; local
15 count++;
17 count = EOF;
25 if ((count != EOF) && (putchar('\n') != EOF))
26 count++;
28 count = EOF;
30 return count;
  /external/eigen/doc/snippets/
MatrixBase_cwiseEqual.cpp 6 int count = m.cwiseEqual(MatrixXi::Identity(2,2)).count(); variable
7 cout << "Number of coefficients that are equal: " << count << endl;
MatrixBase_cwiseNotEqual.cpp 6 int count = m.cwiseNotEqual(MatrixXi::Identity(2,2)).count(); variable
7 cout << "Number of coefficients that are not equal: " << count << endl;
  /art/runtime/
managed_stack.cc 28 size_t count = 0; local
36 count += current_frame->NumberOfVRegs();
40 return count;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
count.h 1 /* stringlib: count implementation */
15 Py_ssize_t count; local
22 count = fastsearch(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
24 if (count < 0)
27 return count;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
count.h 1 /* stringlib: count implementation */
15 Py_ssize_t count; local
22 count = fastsearch(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
24 if (count < 0)
27 return count;
  /external/antlr/runtime/ObjC/Framework/
ArrayIterator.h 49 * NSArrays are fixed size; precompute count.
51 NSInteger count; variable
69 - (NSInteger) count;
74 @property (assign, getter=count, setter=setCount:) NSInteger count; variable
  /external/boringssl/src/crypto/
refcount_test.cc 25 CRYPTO_refcount_t count = 0; local
27 CRYPTO_refcount_inc(&count);
28 EXPECT_EQ(1u, count);
30 EXPECT_TRUE(CRYPTO_refcount_dec_and_test_zero(&count));
31 EXPECT_EQ(0u, count);
33 count = CRYPTO_REFCOUNT_MAX;
34 CRYPTO_refcount_inc(&count);
35 EXPECT_EQ(CRYPTO_REFCOUNT_MAX, count)
36 << "Count did not saturate correctly when incrementing.";
37 EXPECT_FALSE(CRYPTO_refcount_dec_and_test_zero(&count));
49 CRYPTO_refcount_t count = 0; local
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/fuzzers/
spvtools_binary_parser_fuzzer.cpp 33 size_t count = 0; local
35 input[count++] = data[i] | (data[i + 1] << 8) | (data[i + 2] << 16) |
spvtools_opt_legalization_fuzzer.cpp 28 size_t count = 0; local
30 input[count++] = data[i] | (data[i + 1] << 8) | (data[i + 2] << 16) |
spvtools_opt_performance_fuzzer.cpp 28 size_t count = 0; local
30 input[count++] = data[i] | (data[i + 1] << 8) | (data[i + 2] << 16) |
spvtools_opt_size_fuzzer.cpp 28 size_t count = 0; local
30 input[count++] = data[i] | (data[i + 1] << 8) | (data[i + 2] << 16) |
spvtools_val_fuzzer.cpp 28 size_t count = 0; local
30 input[count++] = data[i] | (data[i + 1] << 8) | (data[i + 2] << 16) |
  /external/epid-sdk/example/util/src/
strutil.c 28 int count = -1; local
31 count = _vsnprintf_s(outBuf, size, _TRUNCATE, format, ap);
33 if (-1 == count) {
38 count = _vscprintf(format, ap);
40 return count;
44 int count; local
48 count = vsnprintf(outBuf, size, format, ap);
51 return count;
  /external/expat/tests/
chardata.h 47 int count; /* # of chars, < 0 if not set */ member in struct:__anon22274
  /external/kmod/shared/
array.h 11 size_t count; member in struct:array
  /external/ltp/testcases/kernel/controllers/freezer/
fork_exec_loop.c 27 int count = argc > 1 ? atoi(argv[1]) : 20; local
32 for (i = 0; i < count; i++)
36 for (i = 0; i < count; i++)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
38-1.c 25 int fd = 0, count = 0; local
29 count++;
33 printf("Test PASSED: %i files open.\n", count);
  /external/mesa3d/src/gallium/drivers/r600/
r700_asm.c 28 unsigned count = (cf->ndw / 4) - 1; local
32 S_SQ_CF_WORD1_COUNT(count) |
33 S_SQ_CF_WORD1_COUNT_3(count >> 3)|

Completed in 1747 milliseconds

1 2 3 4 5 6 7 8 91011>>