HomeSort by relevance Sort by last modified time
    Searched refs:COUNT (Results 51 - 75 of 227) sorted by null

1 23 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.25/include/
longlong.h 83 5) count_leading_zeros(count, x) counts the number of zero-bits from the
88 6) count_trailing_zeros(count, x) like count_leading_zeros, but counts
128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X))
129 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctz (X))
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X))
135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X)
    [all...]
  /cts/tests/jank/src/android/jank/cts/
CtsJankTestBase.java 45 ResultType.LOWER_BETTER, ResultUnit.COUNT);
48 ResultType.LOWER_BETTER, ResultUnit.COUNT);
  /external/icu/icu4c/source/i18n/
standardplural.cpp 25 static const char *gKeywords[StandardPlural::COUNT] = {
30 U_ASSERT(ZERO <= p && p < COUNT);
standardplural.h 38 COUNT
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_default_test.c 26 for (i = 0; i < COUNT; i++) {
86 for (i = 0; i < COUNT; i++) {
dscr.h 32 #define COUNT 100 /* Max iterations */
dscr_inherit_exec_test.c 50 for (i = 0; i < COUNT; i++) {
dscr_sysfs_test.c 80 for (i = 0; i < COUNT; i++) {
  /external/valgrind/none/tests/
tls.c 9 #define COUNT 10
58 for(i = 0; i < COUNT; i++) {
  /system/bt/osi/test/
test_stubs.h 31 #define EXPECT_CALL_COUNT(name, count) \
32 EXPECT_EQ((count), (name##_callcount)) \
33 << "expected " #name " to be called " #count " times"
35 // Reset the call count for the specificed stub function
39 // Prints out a nice message including the call count, the
50 #define OVERLOAD_GET_COUNT(_1, _2, _3, _4, _5, _6, COUNT, ...) COUNT
76 // count index (zero based). Treat it like an if statement.
  /test/vts/drivers/hal/libcodecoverage/
gcov_basic_io.h 61 #define GCOV_TAG_FOR_COUNTER(COUNT) \
62 (GCOV_TAG_COUNTER_BASE + ((unsigned)(COUNT) << 17))
84 gcov_type count; member in struct:android::vts::arc_info
  /external/toybox/scripts/
make.sh 288 COUNT=0
307 COUNT=$(($COUNT+1))
313 [ "$COUNT" -lt "$CPUS" ] && break;
317 COUNT=$(($COUNT-1))
  /frameworks/ml/nn/common/
Utils.cpp 81 #define COUNT(X) (sizeof(X) / sizeof(X[0]))
88 static_assert(COUNT(kTypeNames) == kNumberOfDataTypes, "kTypeNames is incorrect");
94 static_assert(COUNT(kTypeNamesOEM) == kNumberOfDataTypesOEM, "kTypeNamesOEM is incorrect");
151 static_assert(COUNT(kOperationNames) == kNumberOfOperationTypes, "kOperationNames is incorrect");
157 static_assert(COUNT(kOperationNamesOEM) == kNumberOfOperationTypesOEM,
174 static_assert(COUNT(kSizeOfDataType) == kNumberOfDataTypes, "kSizeOfDataType is incorrect");
185 static_assert(COUNT(kScalarDataType) == kNumberOfDataTypes, "kScalarDataType is incorrect");
192 static_assert(COUNT(kSizeOfDataTypeOEM) == kNumberOfDataTypesOEM,
200 static_assert(COUNT(kScalarDataTypeOEM) == kNumberOfDataTypesOEM,
287 int validateOperandList(uint32_t count, const uint32_t* list, uint32_t operandCount
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Settings.java 67 static final int COUNT = 10;
82 private final int[] values = new int[COUNT];
234 for (int i = 0; i < COUNT; i++) {
  /external/skia/src/gpu/glsl/
GrGLSLFragmentProcessor.h 26 for (int i = 0; i < fChildProcessors.count(); ++i) {
43 template <typename T, typename FPBASE, int (FPBASE::*COUNT)() const>
49 SkASSERT(i >= 0 && i < (fFP->*COUNT)());
62 numToSkip += (fp->*COUNT)();
148 int numChildProcessors() const { return fChildProcessors.count(); }
  /development/tools/labpretest/
labpretest.sh 16 COUNT=100
32 i) COUNT=$OPTARG;;
35 h) echo "options: [-d <device ID>, -i <loop count>, -m <monkey events> -x (skips monkey)]"; exit;;
40 declare -r COUNT
514 for ((loop=1 ; loop <= $COUNT ; loop++ )) ; do
575 if [ $loop -eq $COUNT ]; then
576 log_print "device $device has returned, testing completed, count = $loop"
577 echo `echo "Device $device has returned, testing completed, count = $loop." > $ROOT/$device.log`
579 log_print "device $device has returned, rinse and repeat count = $loop"
580 echo `echo "Device $device has returned, rinse and repeat count = $loop." > $ROOT/$device.log
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_intf.h 408 /* Count is K/4 */
522 #define INCLUDE(PARAM_ID,DATATYPE,COUNT) \
523 DATATYPE member_variable_##PARAM_ID[ COUNT ]
546 #define ADD_SET_PARAM_ARRAY_TO_BATCH(TABLE_PTR, META_ID, PDATA, COUNT, RCOUNT) \
549 (0 < COUNT) && \
552 >= COUNT)) { \
553 for (size_t _i = 0; _i < COUNT ; _i++) { \
557 RCOUNT = COUNT; \
559 ALOGE("%s: %d, Unable to set metadata TABLE_PTR:%p META_ID:%d COUNT:%zu", \
560 __func__, __LINE__, TABLE_PTR, META_ID, COUNT); \
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_intf.h 408 /* Count is K/4 */
522 #define INCLUDE(PARAM_ID,DATATYPE,COUNT) \
523 DATATYPE member_variable_##PARAM_ID[ COUNT ]
546 #define ADD_SET_PARAM_ARRAY_TO_BATCH(TABLE_PTR, META_ID, PDATA, COUNT, RCOUNT) \
549 (0 < COUNT) && \
552 >= COUNT)) { \
553 for (size_t _i = 0; _i < COUNT ; _i++) { \
557 RCOUNT = COUNT; \
559 ALOGE("%s: %d, Unable to set metadata TABLE_PTR:%p META_ID:%d COUNT:%zu", \
560 __func__, __LINE__, TABLE_PTR, META_ID, COUNT); \
    [all...]
  /external/elfutils/backends/
sh_reloc.def 44 RELOC_TYPE (COUNT, REL)
  /external/skia/src/gpu/
GrFragmentProcessor.h 93 for (int i = 0; i < fChildProcessors.count(); ++i) {
98 int numCoordTransforms() const { return fCoordTransforms.count(); }
108 int numChildProcessors() const { return fChildProcessors.count(); }
185 int (BASE::*COUNT)() const,
206 while (fCTIdx == (fCurrFP->*COUNT)()) {
  /external/valgrind/none/tests/solaris/
coredump_many_threads.post.exp 7 THREAD STATE SOBJ COUNT
  /hardware/intel/img/psb_video/src/hwdefs/
dma_api.h 336 @Input REP_COUNT : repeat count (the number of rows transferred)
443 @Input COUNT : The length of the transfer in transfer units.
448 #define DMA_VALUE_COUNT(BSWAP,PW,DIR,PERIPH_INCR,COUNT) \
454 (((COUNT) & DMAC_DMAC_COUNT_CNT_LSBMASK) << DMAC_DMAC_COUNT_CNT_SHIFT)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StandardPlural.java 44 public static final int COUNT = VALUES.size();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StandardPlural.java 42 public static final int COUNT = VALUES.size();
  /frameworks/base/obex/javax/obex/
HeaderSet.java 49 * Represents the OBEX Count header. This allows the connection statement to
52 * The value of <code>COUNT</code> is 0xC0 (192).
54 public static final int COUNT = 0xC0;
296 case COUNT:
302 throw new IllegalArgumentException("Count must be a Long");
306 throw new IllegalArgumentException("Count must be between 0 and 0xFFFFFFFF");
514 case COUNT:
580 out.write(COUNT);

Completed in 794 milliseconds

1 23 4 5 6 7 8 910