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

  /external/pdfium/third_party/libtiff/
tif_getimage.c 610 tileContigRoutine put = img->put.contig;
922 tileContigRoutine put = img->put.contig;
    [all...]
tiffio.h 219 tileContigRoutine contig; member in union:_TIFFRGBAImage::__anon29497
  /external/openssh/
krl.c 450 choose_next_state(int current_state, u_int64_t contig, int final,
460 contig = MINIMUM(contig, 1ULL<<31);
486 cost_list += 64 * contig + (final ? 0 : 8+64);
488 cost_bitmap += last_gap + contig + (final ? 0 : MINIMUM(next_gap, 8+64));
489 cost_bitmap_restart += contig + (final ? 0 : MINIMUM(next_gap, 8+64));
514 KRL_DBG(("%s: contig %llu last_gap %llu next_gap %llu final %d, costs:"
516 "selected 0x%02x%s", __func__, (long long unsigned)contig,
549 u_int64_t i, contig, gap, last = 0, bitmap_start = 0; local
582 contig = 1 + (rs->hi - rs->lo)
    [all...]

Completed in 124 milliseconds