Home
last modified time | relevance | path

Searched refs:zip (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-ciu2-defs.h2947 uint64_t zip : 1;
3003 uint64_t zip : 1;
3066 uint64_t zip : 1;
3122 uint64_t zip : 1;
3185 uint64_t zip : 1;
3241 uint64_t zip : 1;
4051 uint64_t zip : 1;
4107 uint64_t zip : 1;
4170 uint64_t zip : 1;
4226 uint64_t zip : 1;
[all …]
H A Dcvmx-ciu-defs.h1136 uint64_t zip : 1;
1239 uint64_t zip : 1;
1340 uint64_t zip : 1;
1450 uint64_t zip : 1;
3555 uint64_t zip : 1;
3709 uint64_t zip : 1;
3780 uint64_t zip : 1;
3856 uint64_t zip : 1;
4018 uint64_t zip : 1;
4134 uint64_t zip : 1;
[all …]
H A Dcvmx-trax-defs.h1498 uint64_t zip : 1; /**< Enable tracing of requests to ZIP member
1517 uint64_t zip : 1;
1534 uint64_t zip : 1; /**< Enable tracing of requests to ZIP member
1554 uint64_t zip : 1;
1614 uint64_t zip : 1;
2494 uint64_t zip : 1;
2531 uint64_t zip : 1;
2591 uint64_t zip : 1;
3340 uint64_t zip : 1;
3377 uint64_t zip : 1;
[all …]
H A Dcvmx-npi-defs.h4337 uint64_t zip : 1; /**< ZIP_ERROR */ member
4353 uint64_t zip : 1;
4406 uint64_t zip : 1; /**< ZIP_ERROR */ member
4422 uint64_t zip : 1;
4478 uint64_t zip : 1; /**< ZIP_ERROR */ member
4494 uint64_t zip : 1;
4546 uint64_t zip : 1; /**< Always reads as zero */ member
4562 uint64_t zip : 1;
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c463 struct rxq_zip *zip = &rxq->zip; in rx_queue_count() local
473 if (zip->ai) { in rx_queue_count()
474 used = zip->cqe_cnt - zip->ai; in rx_queue_count()
1140 struct rxq_zip *zip = &rxq->zip; in mlx5_rx_poll_len() local
1148 if (zip->ai) { in mlx5_rx_poll_len()
1170 zip->ca = zip->na; in mlx5_rx_poll_len()
1173 if (unlikely(rxq->zip.ai == rxq->zip.cqe_cnt)) { in mlx5_rx_poll_len()
1184 zip->ai = 0; in mlx5_rx_poll_len()
1233 zip->na = zip->ca + 7; in mlx5_rx_poll_len()
1235 zip->cq_ci = rxq->cq_ci + zip->cqe_cnt; in mlx5_rx_poll_len()
[all …]
H A Dmlx5_rxtx.h141 struct rxq_zip zip; /* Compressed context. */ member
/f-stack/app/nginx-1.16.1/conf/
H A Dmime.types71 application/zip zip;
/f-stack/freebsd/contrib/zstd/
H A Dappveyor.yml92 cd programs\ && 7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe &&
93 appveyor PushArtifact zstd-win-binary-%PLATFORM%.zip &&
103 7z a -tzip -mx9 zstd-win-release-%PLATFORM%.zip * &&
104 appveyor PushArtifact zstd-win-release-%PLATFORM%.zip
/f-stack/freebsd/contrib/zlib/
H A DFAQ75 11. Can zlib handle .zip archives?
285 as part of the Java SDK in the java.util.zip package. If you really want
314 38. How can I encrypt/decrypt zip files with zlib?
320 http://www.info-zip.org/
345 41. I'm having a problem with the zip functions in zlib, can you help?
347 There are no zip functions in zlib. You are probably using minizip by
H A DREADME38 zlib is available in Java using the java.util.zip package, documented at
51 An experimental package to read and write files in .zip format, written on top
H A DChangeLog166 - Minor cleanup in contrib/minizip/zip.c [Vollant]
179 - Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes]
184 - Avoid warning for no encryption in contrib/minizip/zip.c [Vollant]
992 than inflate, useful for file utilities (gzip, zip)
1054 - fix miniunzip when the last entry in a zip file is itself a zip file
1068 - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
1097 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant)
1500 - avoid "zip" everywhere, use zlib instead of ziplib.
/f-stack/dpdk/doc/guides/compressdevs/
H A Docteontx.rst62 The OCTEON TX zip is exposed as pci device which consists of a set of
/f-stack/freebsd/contrib/dev/ice/
H A DREADME144 1. Download the DDP package file (ice-x.x.x.x.zip) you want for your device. In
145 addition to licensing information and this README, this zip file contains the
/f-stack/freebsd/contrib/zlib/contrib/
H A DREADME.contrib59 Mini zip and unzip based on zlib
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dzuc.rst39 can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.54.zip>`_.
H A Dsnow3g.rst39 can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.54.zip>`_.
H A Daesni_gcm.rst44 can be downloaded in `<https://github.com/01org/intel-ipsec-mb/archive/v0.55.zip>`_.
H A Daesni_mb.rst89 can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.55.zip>`_.
H A Dkasumi.rst40 can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.54.zip>`_.
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py1023 bmark_dict = {x: y for x, y in zip(bmarks, snaps)}
1034 bmark_dict = {x: y for x, y in zip(bmarks, snaps)}
1047 bmark_dict = {x: y for x, y in zip(bmarks, snaps)}
1068 bmark_dict = {x: y for x, y in zip(bmarks, snaps)}
1081 bmark_dict = {x: y for x, y in zip(bmarks, snaps)}
1094 bmark_dict = {x: y for x, y in zip(bmarks, snaps)}
1107 bmark_dict = {x: y for x, y in zip(bmarks, snaps)}
1120 bmark_dict = {x: y for x, y in zip(bmarks, snaps)}
1135 bmark_dict = {x: y for x, y in zip(bmarks, snaps)}
1150 bmark_dict = {x: y for x, y in zip(bmarks, snaps)}
[all …]
H A Dtest_nvlist.py60 for x, y in zip(val1, val2):
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1950.txt372 available in ftp://ftp.uu.net/pub/archiving/zip/doc/
378 available in ftp://ftp.uu.net/pub/archiving/zip/doc/
402 library is available at ftp://ftp.uu.net/pub/archiving/zip/zlib/.
H A Dtxtvsbin.txt15 Previous versions of PKZip and other zip-compatible compression tools
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md109 …d git repository downloaded from https://github.com/git/git/archive/master.zip which contains 2979…
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py734 names = list(zip(names, range(2)))

12