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

  /external/libcxx/src/include/
refstring.h 26 typedef int count_t; typedef in namespace:__refstring_imp::__anon27901
31 count_t count;
99 if (__libcpp_atomic_add(&old_rep->count, count_t(-1)) < 0)
111 if (__libcpp_atomic_add(&rep->count, count_t(-1)) < 0) {
  /external/libcxxabi/src/include/
refstring.h 30 typedef int count_t; typedef in namespace:__refstring_imp::__anon27999
35 count_t count;
103 if (__libcpp_atomic_add(&old_rep->count, count_t(-1)) < 0)
115 if (__libcpp_atomic_add(&rep->count, count_t(-1)) < 0) {
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
slide_dataset_op_test.py 57 count_t = array_ops.placeholder(dtypes.int64, shape=[])
85 count_t: count,
122 count_t = array_ops.placeholder(dtypes.int64, shape=[])
149 count_t: count,
173 count_t = array_ops.placeholder(dtypes.int64, shape=[])
179 dataset_ops.Dataset.range(10).map(lambda x: x).repeat(count_t).apply(
191 count_t: count,
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 61 typedef uint32 count_t; typedef
65 typedef uint16 count_t; typedef
69 typedef uint32 count_t; typedef
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Sequence.c 235 count_t iL;
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16BytePyrImage.c 351 count_t iL, jL, layerL;
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.c 60 count_t iL;

Completed in 522 milliseconds