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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dframe_thread_encoder.c183 void *tmpv; local
187 tmpv = thread_avctx->priv_data;
189 thread_avctx->priv_data = tmpv;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dat91_mci.c248 char *tmpv = (char *)dmabuf; local
249 memcpy(tmpv, sgbuffer, amount);
250 tmpv += amount;
251 dmabuf = (unsigned *)tmpv;
313 char *tmpv = (char *)dmabuf; local
314 memcpy(sgbuffer, tmpv, amount);
315 tmpv += amount;
316 dmabuf = (unsigned *)tmpv;

Completed in 164 milliseconds