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

  /external/stlport/src/
allocators.cpp 86 * __add_atomic_t _STLP_ATOMIC_ADD(volatile __add_atomic_t* __target, __add_atomic_t __val) :
88 typedef long __add_atomic_t; typedef
108 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__CONST_CAST(__add_atomic_t*, __dst), __val)
276 static _STLP_VOLATILE __add_atomic_t _S_heap_size;
542 __add_atomic_t __total_bytes = __STATIC_CAST(__add_atomic_t, _p_size) * __nobjs;
549 __add_atomic_t __bytes_left = __block->_M_end - __buf_start;
551 if ((__bytes_left < __total_bytes) && (__bytes_left >= __STATIC_CAST(__add_atomic_t, _p_size)))
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 86 * __add_atomic_t _STLP_ATOMIC_ADD(volatile __add_atomic_t* __target, __add_atomic_t __val) :
88 typedef long __add_atomic_t; typedef
108 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__CONST_CAST(__add_atomic_t*, __dst), __val)
276 static _STLP_VOLATILE __add_atomic_t _S_heap_size;
542 __add_atomic_t __total_bytes = __STATIC_CAST(__add_atomic_t, _p_size) * __nobjs;
549 __add_atomic_t __bytes_left = __block->_M_end - __buf_start;
551 if ((__bytes_left < __total_bytes) && (__bytes_left >= __STATIC_CAST(__add_atomic_t, _p_size)))
    [all...]

Completed in 55 milliseconds