OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wcurr
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTShadowVol.cpp
100
unsigned short
wCurr
;
105
for(
wCurr
= 0;
wCurr
< psMesh->nV;
wCurr
++) {
106
if(memcmp(&psMesh->pV[
wCurr
], pV, sizeof(*pV)) == 0) {
108
return
wCurr
;
[
all
...]
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
epoll-test.c
316
int wbytes,
wcurr
;
local
319
if ((
wcurr
= eph_write(conn, buf + wbytes, nbyte - wbytes)) < 0)
321
wbytes +=
wcurr
;
Completed in 212 milliseconds