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

/external/quake/quake/src/QW/client/
H A Dr_aclip.c238 int i, k, pingpong; local
272 pingpong = 1;
277 pingpong = 0;
283 k = R_AliasClip (fv[pingpong], fv[pingpong ^ 1],
288 pingpong ^= 1;
293 k = R_AliasClip (fv[pingpong], fv[pingpong ^ 1],
298 pingpong ^= 1;
303 k = R_AliasClip (fv[pingpong], f
[all...]
/external/quake/quake/src/WinQuake/
H A Dr_aclip.cpp238 int i, k, pingpong; local
272 pingpong = 1;
277 pingpong = 0;
283 k = R_AliasClip (fv[pingpong], fv[pingpong ^ 1],
288 pingpong ^= 1;
293 k = R_AliasClip (fv[pingpong], fv[pingpong ^ 1],
298 pingpong ^= 1;
303 k = R_AliasClip (fv[pingpong], f
[all...]
/external/linux-tools-perf/
H A Dbuiltin-kmem.c48 u32 pingpong; member in struct:alloc_stat
147 data->pingpong = 0;
187 data->pingpong = 0;
274 s_alloc->pingpong++;
279 s_caller->pingpong++;
393 (unsigned long)data->pingpong,
595 if (l->pingpong < r->pingpong)
597 else if (l->pingpong > r->pingpong)
[all...]
/external/qemu/hw/
H A Dgoldfish_pipe.c49 /* Set to 1 to enable the 'pingpong' pipe type, useful for debugging */
642 /* Do we need to grow the pingpong buffer? */
656 D("pingpong buffer is now %d bytes", newsize);
784 PingPongPipe pingpong; member in struct:__anon10972
801 pingPongPipe_init0(&pipe->pingpong, hwpipe, svcOpaque);
816 pingPongPipe_close(&pipe->pingpong);
862 flags &= pipe->pingpong.flags;
865 goldfish_pipe_wake(pipe->pingpong.hwpipe, flags);
881 ret = pingPongPipe_sendBuffers(&pipe->pingpong, buffers, numBuffers);
900 ret = pingPongPipe_recvBuffers(&pipe->pingpong, buffer
[all...]

Completed in 378 milliseconds