| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.c | 15 const u_char *basis, ngx_uint_t padding); 17 const u_char *basis); 1169 *d++ = basis[(s[0] >> 2) & 0x3f]; in ngx_encode_base64_internal() 1172 *d++ = basis[s[2] & 0x3f]; in ngx_encode_base64_internal() 1179 *d++ = basis[(s[0] >> 2) & 0x3f]; in ngx_encode_base64_internal() 1182 *d++ = basis[(s[0] & 3) << 4]; in ngx_encode_base64_internal() 1279 *d++ = (u_char) (basis[s[0]] << 2 | basis[s[1]] >> 4); in ngx_decode_base64_internal() 1280 *d++ = (u_char) (basis[s[1]] << 4 | basis[s[2]] >> 2); in ngx_decode_base64_internal() 1281 *d++ = (u_char) (basis[s[2]] << 6 | basis[s[3]]); in ngx_decode_base64_internal() 1288 *d++ = (u_char) (basis[s[0]] << 2 | basis[s[1]] >> 4); in ngx_decode_base64_internal() [all …]
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-in-compat-syscall.m4 | 4 dnl # architecture basis. Prior to this is_compat_task() was the
|
| /f-stack/freebsd/contrib/zstd/doc/ |
| H A D | README.md | 21 or as the basis for a separate implementation of Zstandard decoder.
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | IPFILTER.LICENCE | 6 provides it on an ``as is'' basis without express or implied warranty.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-xilinx.txt | 6 local interrupts can be enabled on channel basis.
|
| /f-stack/dpdk/doc/guides/rawdevs/ |
| H A D | dpaa2_qdma.rst | 23 per DMA operation basis.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | renesas,rza2-pinctrl.yaml | 16 Pin multiplexing and GPIO configuration is performed on a per-pin basis.
|
| H A D | renesas,rza2-pinctrl.txt | 4 Pin multiplexing and GPIO configuration is performed on a per-pin basis.
|
| H A D | renesas,rza1-pinctrl.txt | 5 Pin multiplexing and GPIO configuration is performed on a per-pin basis
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | sifive,plic-1.0.0.txt | 13 Each interrupt can be enabled on per-context basis. Any context can claim
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | secure.txt | 22 case-by-case basis.
|
| /f-stack/freebsd/netgraph/ |
| H A D | NOTES | 102 it is now the basis of all data transfer since any transfer may need to
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | README.zfs | 38 such, the Lua runtime in ZFS should be updated on an as-needed basis for
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | timer_lib.rst | 29 Timers are tracked on a per-lcore basis,
|
| H A D | overview.rst | 137 to get a precise time reference and can be initiated on a per-core basis as required.
|
| H A D | power_man.rst | 69 basis. This is achieved by enabling Turbo Boost Technology in the BIOS, then
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/ |
| H A D | ocelot.txt | 40 by default, and should be enabled on a per-board basis). But if any external
|
| /f-stack/freebsd/contrib/openzfs/etc/default/ |
| H A D | zfs.in | 68 # do the same, but on a case-to-case basis.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ti/ |
| H A D | k3-udma.yaml | 31 or Third-Party channels on a channel by channel basis.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_cat.rst | 200 CAT configuration is validated. A check is then performed (on per socket basis)
|
| H A D | vmdq_dcb_forwarding.rst | 17 …rk on MAC and VLAN traffic to divide the traffic into input queues on the basis of the Destination…
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 125 * _malloc_thread_cleanup() exists, use it as the basis for thread cleanup in
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | LICENSE | 122 thereof), either on an unmodified basis, with other 368 distribute such responsibility on an equitable basis. Nothing
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | enic.rst | 28 completion queues (CQs) are configurable on a per vNIC basis 56 a per-vNIC basis via the UCS Manager and should be greater than or equal to
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | da850.dtsi | 52 * need to be enabled on a per-board basis if the chip is
|