Searched refs:tooSmall (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c208 DWORD tooSmall; /* size < ETH_MIN */ member in struct:__anon1225
515 intStat.tooSmall++;
1055 intStat.tooSmall, intStat.tooLarge,
/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1777 { int const tooSmall = (zds->inBuffSize < neededInBuffSize) || (zds->outBuffSize < neededOutBuffSize); local
1780 if (tooSmall || tooLarge) {
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c26238 { int const tooSmall = (zds->inBuffSize < neededInBuffSize) || (zds->outBuffSize < neededOutBuffSize); local
[all...]

Completed in 235 milliseconds