Home
last modified time | relevance | path

Searched refs:MIN_STREAM_LEN (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_parser/
H A Dcpdf_hint_tables.cpp438 const uint32_t MIN_STREAM_LEN = 60; in LoadHintStream() local
439 if (size < MIN_STREAM_LEN || shared_hint_table_offset <= 0 || in LoadHintStream()
/dports/benchmarks/pathload/pathload_1.3.2/
H A Dpathload_rcv.h47 #define MIN_STREAM_LEN 36 /* # of packets */ macro
H A Dpathload_rcv_func.c587 if ( len > MIN_STREAM_LEN ) in recv_fleet()