Home
last modified time | relevance | path

Searched refs:count_t (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/src/include/
Drefstring.h26 typedef int count_t; typedef
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) { in ~__libcpp_refstring()
/external/libcxxabi/src/include/
Drefstring.h30 typedef int count_t; typedef
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) { in ~__libcpp_refstring()
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
Dslide_dataset_op_test.py57 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/
DBasic.h61 typedef uint32 count_t; typedef
65 typedef uint16 count_t; typedef
69 typedef uint32 count_t; typedef
/external/neven/Embedded/common/src/b_BitFeatureEm/
DSequence.c235 count_t iL; in bbf_Sequence_activity()
/external/neven/Embedded/common/src/b_ImageEm/
DUInt16BytePyrImage.c351 count_t iL, jL, layerL; in bim_UInt16BytePyrImage_recompute()
/external/neven/Embedded/common/src/b_TensorEm/
DCompactMat.c60 count_t iL; in bts_CompactMat_fltDotPrdRow()