Searched refs:count_t (Results 1 – 7 of 7) sorted by relevance
/external/libcxx/src/include/ |
D | refstring.h | 26 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/ |
D | refstring.h | 30 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/ |
D | 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/ |
D | 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/ |
D | Sequence.c | 235 count_t iL; in bbf_Sequence_activity()
|
/external/neven/Embedded/common/src/b_ImageEm/ |
D | UInt16BytePyrImage.c | 351 count_t iL, jL, layerL; in bim_UInt16BytePyrImage_recompute()
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | CompactMat.c | 60 count_t iL; in bts_CompactMat_fltDotPrdRow()
|