HomeSort by relevance Sort by last modified time
    Searched full:arc_start (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/PC/bdist_wininst/
extract.c 214 int arc_start = size - sizeof (struct eof_cdir) - pe->nBytesCDir - local
218 int pos = arc_start + pe->ofsCDir;
235 arc_start];
248 + arc_start
install.c 1038 int arc_start = size - sizeof (struct eof_cdir) - pe->nBytesCDir - local
1041 int ofs = arc_start - sizeof (struct meta_data_hdr);
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
extract.c 213 int arc_start = size - sizeof (struct eof_cdir) - pe->nBytesCDir - local
217 int pos = arc_start + pe->ofsCDir;
234 arc_start];
247 + arc_start
install.c 1082 int arc_start = size - sizeof (struct eof_cdir) - pe->nBytesCDir - local
1085 int ofs = arc_start - sizeof (struct meta_data_hdr);
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 852 int arc_start, int arc_end, CvPoint* pts, int delta )
865 if( arc_start > arc_end )
867 i = arc_start;
868 arc_start = arc_end;
871 while( arc_start < 0 )
873 arc_start += 360;
879 arc_start -= 360;
881 if( arc_end - arc_start > 360 )
883 arc_start = 0;
888 for( i = arc_start; i < arc_end + delta; i += delta
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 122 milliseconds