| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | infcover.c | 507 local int try(char *hex, char *id, int err) in try() function 583 try("0 0 0 0 0", "invalid stored block lengths", 1); in cover_inflate() 584 try("3 0", "fixed", 0); in cover_inflate() 585 try("6", "invalid block type", 1); in cover_inflate() 586 try("1 1 0 fe ff 0", "stored", 0); in cover_inflate() 588 try("4 0 fe ff", "invalid code lengths set", 1); in cover_inflate() 589 try("4 0 24 49 0", "invalid bit length repeat", 1); in cover_inflate() 590 try("4 0 24 e9 ff ff", "invalid bit length repeat", 1); in cover_inflate() 592 try("4 80 49 92 24 49 92 24 71 ff ff 93 11 0", in cover_inflate() 596 try("2 7e ff ff", "invalid distance code", 1); in cover_inflate() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | strbuf.c | 224 int fmt_len, try; in strbuf_append_fmt_retry() local 229 for (try = 0; ; try++) { in strbuf_append_fmt_retry() 241 if (try > 0) in strbuf_append_fmt_retry()
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 84 # try-run 85 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 88 try-run = $(shell set -e; \ 100 as-option = $(call try-run,\ 106 as-instr = $(call try-run,\ 112 cc-option = $(call try-run,\ 117 cc-option-yn = $(call try-run,\ 127 cc-disable-warning = $(call try-run,\ 145 cc-ldoption = $(call try-run,\ 150 ld-option = $(call try-run,\ [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 229 try: 243 try: 343 try: 367 try: 538 try: 604 try: 654 try: 666 try:
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | user-libtirpc.m4 | 24 …AC_MSG_FAILURE([--with-tirpc was given, but libtirpc is not available, try installing libtirpc-dev… 26 …AC_MSG_FAILURE([neither libc sunrpc support nor libtirpc is available, try installing libtirpc-dev…
|
| H A D | deb.am | 8 "*** re-run configure, and try again.\n"; \ 15 "*** re-run configure, and try again.\n"; \
|
| H A D | tgz.am | 8 "*** re-run configure, and try again.\n"; \
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/ |
| H A D | randombytes.c | 96 try { in randombytes_stir() 107 try { in randombytes_stir()
|
| /f-stack/freebsd/x86/cpufreq/ |
| H A D | smist.c | 451 int rv, state, req_state, try; in smist_set() local 468 try = 3; in smist_set() 475 } while (rv && --try); in smist_set() 477 rv, 4 - try); in smist_set()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | pre.js.inc | 1 try {
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_i2c.c | 12 int ret, try; in i2c_transfer() local 14 for (ret = 0, try = 0; try < I2C_XFER_RETRY; try++) { in i2c_transfer()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | fcs,fusb302.txt | 27 try-power-role = "sink";
|
| H A D | richtek,rt1711h.txt | 26 try-power-role = "sink";
|
| H A D | typec-tcpci.txt | 31 try-power-role = "sink";
|
| /f-stack/freebsd/contrib/openzfs/cmd/arcstat/ |
| H A D | arcstat.in | 296 try: 337 try: 428 try:
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 22 try: 197 try: 271 try: 286 try: 751 try: 800 try: 813 try: 904 try:
|
| /f-stack/freebsd/contrib/edk2/ |
| H A D | FREEBSD-upgrade | 3 We try to maintain the minimal set of headers required to build, as the full
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | README | 29 minimize dependencies where possible, try to be portable,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/misc/ |
| H A D | idt_89hpesx.txt | 26 (optional) device will try to communicate with EEPROM sited by default
|
| /f-stack/freebsd/contrib/device-tree/Bindings/chrome/ |
| H A D | google,cros-ec-typec.yaml | 50 try-power-role = "source";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | snps,dma-spear1340.yaml | 44 not specified the driver will try to auto-detect this and 57 not specified the driver will try to auto-detect this and
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_shm.c | 737 int aflags, error, i, psind, try; in shm_dotruncate_largepage() local 774 try = 0; in shm_dotruncate_largepage() 792 try >= largepage_reclaim_tries)) { in shm_dotruncate_largepage() 804 try++; in shm_dotruncate_largepage() 808 try = 0; in shm_dotruncate_largepage() 1423 int docow, error, rv, try; in shm_mmap_large() local 1481 try = 1; in shm_mmap_large() 1493 if (try == 1) { in shm_mmap_large() 1494 try = 2; in shm_mmap_large()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | appveyor.yml | 24 # Attempt to ensure we don't try to convert line endings to Win32 CRLF as this will cause build to …
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | reorder_lib.rst | 47 In the case of early mbufs, the reorder buffer will try to move the window 60 The reorder buffer would try to move mbufs from at least the next 15 slots in
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | nfp.rst | 81 1) First try to find a firmware image specific for this device using the 86 2) Then try the PCI name: 90 3) Finally try the card type and media:
|