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

  /external/stlport/src/
lock_free_slist.h 46 _M._M_data._M_top = 0;
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
75 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
78 :"a" (_M._M_data._M_top), "d" (_M._M_data._M_sequence), "c" (__item), "S" (&_M._M_data)
93 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL?
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_next
98 " jne L1_%=\n\t" // We failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
101 :"a" (_M._M_data._M_top), "d" (_M._M_data._M_sequence), "S" (&_M._M_data)
118 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL?
120 " xorl %%ebx, %%ebx\n\t" // We're attempting to set _M_top to NUL
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 46 _M._M_data._M_top = 0;
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
75 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
78 :"a" (_M._M_data._M_top), "d" (_M._M_data._M_sequence), "c" (__item), "S" (&_M._M_data)
93 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL?
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_next
98 " jne L1_%=\n\t" // We failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
101 :"a" (_M._M_data._M_top), "d" (_M._M_data._M_sequence), "S" (&_M._M_data)
118 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL?
120 " xorl %%ebx, %%ebx\n\t" // We're attempting to set _M_top to NUL
    [all...]

Completed in 164 milliseconds