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

  /ndk/sources/cxx-stl/gabi++/src/
stdexcept.cc 36 typedef int count_t; typedef in class:__anon22870::__libcpp_nmstr
42 count_t count;
47 count_t& count() const _NOEXCEPT {return ((_Rep_base*)(str_ - offset))->count;}
110 if (__sync_add_and_fetch((count_t*)(p-sizeof(count_t)), count_t(-1)) < 0)
123 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 323 milliseconds