HomeSort by relevance Sort by last modified time
    Searched defs:count_t (Results 1 - 2 of 2) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/src/
stdexcept.cpp 42 typedef std::ptrdiff_t count_t; typedef in class:__anon22056::__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 46 milliseconds