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/cronet/buildtools/third_party/libc++/trunk/src/include/
Drefstring.h38 typedef int count_t; typedef
43 count_t count;
111 if (__libcpp_atomic_add(&old_rep->count, count_t(-1)) < 0)
123 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/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()