Searched refs:_M_top (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/
H A Dlock_free_slist.h46 _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 t
135 item* _M_top; // Topmost element in the freelist member in struct:_STLP_atomic_freelist::__anon26046::__anon26047
285 item* _M_top; // Topmost element in the freelist member in struct:_STLP_atomic_freelist::__anon26048::__anon26049
[all...]

Completed in 506 milliseconds