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

  /external/stlport/src/
allocators.cpp 92 inline long _STLP_atomic_add_gcc_x86(long volatile* p, long addend) {
101 # define _STLP_ATOMIC_ADD(__dst, __val) _STLP_atomic_add_gcc_x86(__dst, __val)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 92 inline long _STLP_atomic_add_gcc_x86(long volatile* p, long addend) {
101 # define _STLP_ATOMIC_ADD(__dst, __val) _STLP_atomic_add_gcc_x86(__dst, __val)
    [all...]

Completed in 74 milliseconds