HomeSort by relevance Sort by last modified time
    Searched refs:cofs (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_RLEaccel.c 1039 int cofs = ofs; \
1041 if(left - cofs > 0) { \
1042 crun -= left - cofs; \
1043 cofs = left; \
1045 if(crun > right - cofs) \
1046 crun = right - cofs; \
1048 PIXEL_COPY(dstbuf + cofs * sizeof(Ptype), \
1049 srcbuf + (cofs - ofs) * sizeof(Ptype), \
1068 int cofs = ofs; \
1070 if(left - cofs > 0) {
    [all...]
  /external/opencv/ml/src/
mlboost.cpp     [all...]
mltree.cpp 2898 const int* cofs; local
    [all...]

Completed in 170 milliseconds