Home
last modified time | relevance | path

Searched refs:endq (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dpngdsp.asm98 lea endq, [dstq+wq-(mmsize/2-1)]
159 cmp dstq, endq
Dsbrdsp.asm157 movsxd endq, endd
159 sub startq, endq ; neg num of loops
160 lea X_highq, [X_highq + endq*2*4]
161 lea X_lowq, [X_lowq + endq*2*4 - 2*2*4]
/third_party/alsa-lib/test/
Dmidifile.c768 register char *endq = &oldmess[oldleng]; in biggermsg() local
770 for (; q != endq; p++, q++) in biggermsg()