| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| H A D | poly1305_donna.c | 22 unsigned long long want = (poly1305_block_size - st->leftover); in poly1305_update() local 24 if (want > bytes) { in poly1305_update() 25 want = bytes; in poly1305_update() 27 for (i = 0; i < want; i++) { in poly1305_update() 30 bytes -= want; in poly1305_update() 31 m += want; in poly1305_update() 32 st->leftover += want; in poly1305_update() 42 unsigned long long want = (bytes & ~(poly1305_block_size - 1)); in poly1305_update() local 44 poly1305_blocks(st, m, want); in poly1305_update() 45 m += want; in poly1305_update() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/ |
| H A D | zpool_split_dryrun_output.ksh | 57 want="$STR_DRYRUN 69 want="$STR_DRYRUN 87 want="$STR_DRYRUN 105 want="$STR_DRYRUN 138 typeset want="${tests[$i].want}" 145 if [[ "$out" != "$want" ]]; then 146 log_fail "Got:\n" "$out" "\nbut expected:\n" "$want"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/ |
| H A D | zpool_add_dryrun_output.ksh | 53 want="$STR_DRYRUN 75 want="$STR_DRYRUN 105 want="$STR_DRYRUN 153 typeset want="${tests[$i].want}" 160 if [[ "$out" != "$want" ]]; then 161 log_fail "Got:\n" "$out" "\nbut expected:\n" "$want"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_dryrun_output.ksh | 53 want="$STR_DRYRUN 82 want="$STR_DRYRUN 128 typeset want="${tests[$i].want}" 133 if [[ "$out" != "$want" ]]; then 134 log_fail "Got:\n" "$out" "\nbut expected:\n" "$want"
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/h4/ |
| H A D | ng_h4.c | 174 sc->want = 1; in ng_h4_open() 353 sc->want = 1; in ng_h4_input() 370 sc->want = 1; in ng_h4_input() 389 sc->want = 1; in ng_h4_input() 442 sc->want = 1; in ng_h4_input() 477 sc->want += c; in ng_h4_input() 511 sc->want = 1; in ng_h4_input() 548 sc->want = 1; in ng_h4_input() 730 sc->want = 1; 869 sc->want); [all …]
|
| H A D | ng_h4_var.h | 95 u_int32_t want; /* Number of bytes we want to receive */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | generic.txt | 4 - maximum-speed: tells USB controllers we want to work up to a certain 10 - dr_mode: tells Dual-Role USB controllers that we want to work on a 15 - phy_type: tells USB controllers that we want to configure the core to support 27 - hnp-disable: tells OTG controllers we want to disable OTG HNP, normally HNP 28 is the basic function of real OTG except you want it 30 - srp-disable: tells OTG controllers we want to disable OTG SRP, SRP is 32 - adp-disable: tells OTG controllers we want to disable OTG ADP, ADP is
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | atmel-wdt.txt | 27 - atmel,disable : Should be present if you want to disable the watchdog. 28 - atmel,idle-halt : Should be present if you want to stop the watchdog when 34 not what you want. 35 - atmel,dbg-halt : Should be present if you want to stop the watchdog when
|
| H A D | atmel-sama5d4-wdt.txt | 15 - atmel,idle-halt: present if you want to stop the watchdog when the CPU is 21 not what you want. 22 - atmel,dbg-halt: present if you want to stop the watchdog when the CPU is
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-arb-gpio-challenge.txt | 24 - OUR_CLAIM: output from us signaling to other hosts that we want the bus 25 - THEIR_CLAIMS: output from others signaling that they want the bus 27 The basic algorithm is to assert your line when you want the bus, then make 28 sure that the other side doesn't want it also. A detailed explanation is best 31 Let's say we want to claim the bus. We:
|
| /f-stack/app/redis-5.0.5/deps/lua/ |
| H A D | INSTALL | 19 If you want to check that Lua has been built correctly, do "make test" 24 Once you have built Lua, you may want to install it in an official 29 If you want to build and install Lua in one step, do "make xxx install", 32 If you want to install Lua locally, then do "make local". This will 47 If you want to install Lua locally, but in some other directory, do 90 If all you want is to build the Lua interpreter, you may put all .c files
|
| /f-stack/tools/libxo/doc/ |
| H A D | intro.rst | 65 You want to prepare for the future, but you need to live in the 67 You want to support features like XML, JSON, and HTML rendering to 71 And you don't want multiple code paths that can't help but get out
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
| H A D | poly1305_sse2.c | 766 unsigned long long want = (poly1305_block_size - st->leftover); in poly1305_update() local 768 if (want > bytes) { in poly1305_update() 769 want = bytes; in poly1305_update() 771 for (i = 0; i < want; i++) { in poly1305_update() 774 bytes -= want; in poly1305_update() 775 m += want; in poly1305_update() 776 st->leftover += want; in poly1305_update() 786 unsigned long long want = (bytes & ~(poly1305_block_size - 1)); in poly1305_update() local 788 poly1305_blocks(st, m, want); in poly1305_update() 789 m += want; in poly1305_update() [all …]
|
| /f-stack/freebsd/contrib/xz-embedded/ |
| H A D | COPYING | 7 public domain. You can do whatever you want with these files.
|
| H A D | README | 42 If you want only one or a few of the BCJ filters, omit the appropriate 83 You may want to modify xz_config.h to be more suitable for your build 95 If you want support for CRC64, you need to copy linux/lib/xz/xz_crc64.c 125 If you want support for one or more BCJ filters, you need to copy also
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ether.c | 548 u_char want; in ng_ether_rcvmsg() local 554 want = !!*((u_int32_t *)msg->data); in ng_ether_rcvmsg() 555 if (want ^ priv->promisc) { in ng_ether_rcvmsg() 556 if ((error = ifpromisc(priv->ifp, want)) != 0) in ng_ether_rcvmsg() 558 priv->promisc = want; in ng_ether_rcvmsg()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_et.c | 138 et_find(const char *name, int check, int want) in et_find() argument 149 if ((et->et_flags & check) != want) in et_find()
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | FREEBSD-upgrade | 10 we don't want.
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-encode-fh-inode.m4 | 5 dnl # rather than a dentry and a boolean saying whether we want the parent.
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt.c | 1236 int len, want, got, total; in ubt_isoc_read_one_frame() local 1262 want = sizeof(ng_hci_scodata_pkt_t); in ubt_isoc_read_one_frame() 1269 want = sizeof(ng_hci_scodata_pkt_t); in ubt_isoc_read_one_frame() 1271 if (got >= want) in ubt_isoc_read_one_frame() 1272 want += mtod(m, ng_hci_scodata_pkt_t *)->length; in ubt_isoc_read_one_frame() 1277 if (got + len > want) in ubt_isoc_read_one_frame() 1278 len = want - got; in ubt_isoc_read_one_frame() 1288 if (got != want) in ubt_isoc_read_one_frame()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | calxeda-ddr-ctrlr.yaml | 11 firmware, but an OS might want to read its registers for error reporting
|
| /f-stack/freebsd/sys/ |
| H A D | timeet.h | 96 struct eventtimer *et_find(const char *name, int check, int want);
|
| /f-stack/app/redis-5.0.5/deps/ |
| H A D | README.md | 33 If you want to upgrade Jemalloc while also providing support for 73 We use Lua 5.1 and no upgrade is planned currently, since we don't want to break 76 and we definitely don't want to break old scripts.
|
| /f-stack/doc/ |
| H A D | F-Stack_Binary_Release_Quick_Start.md | 23 - app_name is the name of application you want to run, now we support 'nginx' and 'redis'. If you d… 95 If your OS version is not in the above list or you want to compile f-stack by yourself, you can ref…
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | stm32-dwmac.yaml | 76 set this property in RGMII PHY when you want to select RCC clock instead of ETH_CLK125. 81 set this property in RMII mode when you have PHY without crystal 50MHz and want to
|