Home
last modified time | relevance | path

Searched refs:omax (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/binutils/binutils/
Dresres.c169 read_resource_entry (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) in read_resource_entry() argument
183 if ((off[0] + 8) > omax) in read_resource_entry()
185 read_res_data_hdr (wrbfd, off, omax, &reshdr); in read_resource_entry()
188 read_res_id (wrbfd, off, omax, &type); in read_resource_entry()
190 read_res_id (wrbfd, off, omax, &name); in read_resource_entry()
195 read_res_data (wrbfd, off, omax, &l, BIN_RES_INFO_SIZE); in read_resource_entry()
207 read_res_data (wrbfd, off, omax, buff, reshdr.data_size); in read_resource_entry()
441 read_res_data_hdr (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, in read_res_data_hdr() argument
446 if ((off[0] + BIN_RES_HDR_SIZE) > omax) in read_res_data_hdr()
447 fatal ("%s: unexpected end of file %ld/%ld", filename,(long) off[0], (long) omax); in read_res_data_hdr()
[all …]
/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dfse_decompress.c207 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
208 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic()
245 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
252 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
/freebsd-12-stable/crypto/openssl/crypto/asn1/
Dasn1_lib.c45 int *pclass, long omax) in ASN1_get_object() argument
51 long max = omax; in ASN1_get_object()
90 if (*plength > (omax - (p - *pp))) { in ASN1_get_object()
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
Dzstd_v01.c819 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
820 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic()
861 …if ( (FSE_reloadDStream(&bitD)>FSE_DStream_completed) || (op==omax) || (FSE_endOfDStream(&bitD) &&… in FSE_decompress_usingDTable_generic()
866 …if ( (FSE_reloadDStream(&bitD)>FSE_DStream_completed) || (op==omax) || (FSE_endOfDStream(&bitD) &&… in FSE_decompress_usingDTable_generic()
876 …if (op==omax) return (size_t)-FSE_ERROR_dstSize_tooSmall; /* dst buffer is full, but cSrc unfini… in FSE_decompress_usingDTable_generic()
1072 BYTE* const omax = op + maxDstSize; in HUF_decompress_usingDTable() local
1073 BYTE* const olimit = omax-15; in HUF_decompress_usingDTable()
1151 for ( ; (FSE_reloadDStream(&bitTail) < FSE_DStream_completed) && (op<omax) ; op++) in HUF_decompress_usingDTable()
1160 …if (op==omax) return (size_t)-FSE_ERROR_dstSize_tooSmall; /* dst buffer is full, but cSrc unfini… in HUF_decompress_usingDTable()
Dzstd_v03.c1334 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
1335 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic()
1376 …if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) &&… in FSE_decompress_usingDTable_generic()
1381 …if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) &&… in FSE_decompress_usingDTable_generic()
1391 if (op==omax) return ERROR(dstSize_tooSmall); /* dst buffer is full, but cSrc unfinished */ in FSE_decompress_usingDTable_generic()
Dzstd_v02.c1333 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
1334 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic()
1375 …if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) &&… in FSE_decompress_usingDTable_generic()
1380 …if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) &&… in FSE_decompress_usingDTable_generic()
1390 if (op==omax) return ERROR(dstSize_tooSmall); /* dst buffer is full, but cSrc unfinished */ in FSE_decompress_usingDTable_generic()
Dzstd_v04.c1375 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
1376 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic()
1417 …if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) &&… in FSE_decompress_usingDTable_generic()
1422 …if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) &&… in FSE_decompress_usingDTable_generic()
1432 if (op==omax) return ERROR(dstSize_tooSmall); /* dst buffer is full, but cSrc unfinished */ in FSE_decompress_usingDTable_generic()
Dzstd_v05.c1428 BYTE* const omax = op + maxDstSize; in FSEv05_decompress_usingDTable_generic() local
1429 BYTE* const olimit = omax-3; in FSEv05_decompress_usingDTable_generic()
1468 …if ( (BITv05_reloadDStream(&bitD)>BITv05_DStream_completed) || (op==omax) || (BITv05_endOfDStream(… in FSEv05_decompress_usingDTable_generic()
1473 …if ( (BITv05_reloadDStream(&bitD)>BITv05_DStream_completed) || (op==omax) || (BITv05_endOfDStream(… in FSEv05_decompress_usingDTable_generic()
1483 if (op==omax) return ERROR(dstSize_tooSmall); /* dst buffer is full, but cSrc unfinished */ in FSEv05_decompress_usingDTable_generic()
Dzstd_v06.c1574 BYTE* const omax = op + maxDstSize; in FSEv06_decompress_usingDTable_generic() local
1575 BYTE* const olimit = omax-3; in FSEv06_decompress_usingDTable_generic()
1613 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSEv06_decompress_usingDTable_generic()
1622 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSEv06_decompress_usingDTable_generic()
Dzstd_v07.c1594 BYTE* const omax = op + maxDstSize; in FSEv07_decompress_usingDTable_generic() local
1595 BYTE* const olimit = omax-3; in FSEv07_decompress_usingDTable_generic()
1633 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSEv07_decompress_usingDTable_generic()
1642 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSEv07_decompress_usingDTable_generic()
/freebsd-12-stable/contrib/sendmail/src/
Dheaders.c2095 int opos, omax, spaces; local
2154 omax = mci->mci_mailer->m_linelimit - 2;
2155 if (omax < 0 || omax > 78)
2156 omax = 78;
2267 if (opos > omax && !firstone)
/freebsd-12-stable/sys/sys/
Dlibkern.h114 static __inline off_t omax(off_t a, off_t b) { return (a > b ? a : b); } in omax() function
/freebsd-12-stable/contrib/libedit/
Dreadline.c1193 int omax; in unstifle_history() local
1196 omax = max_input_history; in unstifle_history()
1198 return omax; /* some value _must_ be returned */ in unstifle_history()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dasn1.h679 int *pclass, long omax);
/freebsd-12-stable/contrib/gcc/cp/
Dpt.c7310 tree max, omax = TREE_OPERAND (TYPE_MAX_VALUE (t), 0); in tsubst() local
7312 max = tsubst_expr (omax, args, complain, in_decl, in tsubst()