Searched refs:pop (Results 1 - 6 of 6) sorted by path

/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S96 DBG .set pop
169 DBG .set pop
262 DBG .set pop
/system/core/libpixelflinger/
H A Dcol32cb16blend.S74 pop {r4-r10, pc} // return
H A Dcol32cb16blend_neon.S150 pop {r4-r11, pc} // return
/system/core/libpixelflinger/tinyutils/
H A DVector.h119 //! pop the top of the stack (removes the last element). No-op if the stack's empty
120 inline void pop();
282 void Vector<TYPE>::pop() { function in class:android::Vector
283 VectorImpl::pop();
H A DVectorImpl.cpp146 void VectorImpl::pop() function in class:android::VectorImpl
H A DVectorImpl.h67 void pop();
169 void pop();

Completed in 69 milliseconds