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.15/src/video/
SDL_RLEaccel.c 1040 int cofs = ofs; \
1042 if(left - cofs > 0) { \
1043 crun -= left - cofs; \
1044 cofs = left; \
1046 if(crun > right - cofs) \
1047 crun = right - cofs; \
1049 PIXEL_COPY(dstbuf + cofs * sizeof(Ptype), \
1050 srcbuf + (cofs - ofs) * sizeof(Ptype), \
1069 int cofs = ofs; \
1071 if(left - cofs > 0) {
    [all...]
  /external/opencv/ml/src/
mlboost.cpp     [all...]
mltree.cpp 2898 const int* cofs; local
    [all...]

Completed in 53 milliseconds