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

/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-segnames.c129 end_of_chain = 0 enumerator in enum:__anon28850
145 static UInt freeslot_chain = end_of_chain;
297 for (prev = -1, ix = freeslot_chain; ix != end_of_chain;
359 if (freeslot_chain == end_of_chain)
/external/v8/src/arm64/
H A Dassembler-arm64.cc628 bool end_of_chain = false; local
629 while (!end_of_chain) {
635 end_of_chain = (linkoffset == prevlinkoffset);
653 bool end_of_chain = false; local
655 while (link != branch && !end_of_chain) {
657 end_of_chain = (link == next_link);
688 end_of_chain = false;
690 while (!end_of_chain) {
692 end_of_chain = (link == next_link);
836 bool end_of_chain local
[all...]

Completed in 168 milliseconds