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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 336 unsigned outcount = 0; local
354 assert(outcount < MAX_CLIPPED_VERTICES);
355 if (outcount >= MAX_CLIPPED_VERTICES)
357 outEdges[outcount] = *edge_prev;
358 outlist[outcount++] = vert_prev;
370 assert(outcount < MAX_CLIPPED_VERTICES);
371 if (outcount >= MAX_CLIPPED_VERTICES)
374 new_edge = &outEdges[outcount];
375 outlist[outcount++] = new_vert;
422 n = outcount;
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_lzw.c 828 rat = outcount >> 8; \
831 rat = (incount<<8) / outcount; \
842 outcount += nbits; \
868 long incount, outcount, checkpoint; local
884 outcount = sp->enc_outcount;
964 outcount = 0;
992 outcount = 0;
1009 sp->enc_outcount = outcount;
1032 long outcount = sp->enc_outcount; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_lzw.c 835 rat = outcount >> 8; \
838 rat = (incount<<8) / outcount; \
851 outcount += nbits; \
877 long incount, outcount, checkpoint; local
894 outcount = sp->enc_outcount;
974 outcount = 0;
1002 outcount = 0;
1019 sp->enc_outcount = outcount;
1042 long outcount = sp->enc_outcount; local

Completed in 675 milliseconds