OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_t
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
stdexcept.cpp
42
typedef std::ptrdiff_t
count_t
;
typedef in class:__anon33122::__libcpp_nmstr
45
sizeof(
count_t
));
47
count_t
& count() const _NOEXCEPT {return (
count_t
&)(*(str_ - sizeof(
count_t
)));}
80
if (__sync_add_and_fetch((
count_t
*)(p-sizeof(
count_t
)),
count_t
(-1)) < 0)
88
if (__sync_add_and_fetch(&count(),
count_t
(-1)) < 0)
/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 31 milliseconds