OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:count_t
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
stdexcept.cpp
42
typedef std::ptrdiff_t
count_t
;
typedef in class:__anon34924::__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
Completed in 81 milliseconds