Home
last modified time | relevance | path

Searched refs:basis (Results 1 – 25 of 40) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.c15 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 Dkernel-in-compat-syscall.m44 dnl # architecture basis. Prior to this is_compat_task() was the
/f-stack/freebsd/contrib/zstd/doc/
H A DREADME.md21 or as the basis for a separate implementation of Zstandard decoder.
/f-stack/freebsd/contrib/ipfilter/netinet/
H A DIPFILTER.LICENCE6 provides it on an ``as is'' basis without express or implied warranty.
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dgpio-xilinx.txt6 local interrupts can be enabled on channel basis.
/f-stack/dpdk/doc/guides/rawdevs/
H A Ddpaa2_qdma.rst23 per DMA operation basis.
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rza2-pinctrl.yaml16 Pin multiplexing and GPIO configuration is performed on a per-pin basis.
H A Drenesas,rza2-pinctrl.txt4 Pin multiplexing and GPIO configuration is performed on a per-pin basis.
H A Drenesas,rza1-pinctrl.txt5 Pin multiplexing and GPIO configuration is performed on a per-pin basis
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dsifive,plic-1.0.0.txt13 Each interrupt can be enabled on per-context basis. Any context can claim
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dsecure.txt22 case-by-case basis.
/f-stack/freebsd/netgraph/
H A DNOTES102 it is now the basis of all data transfer since any transfer may need to
/f-stack/freebsd/contrib/openzfs/module/lua/
H A DREADME.zfs38 such, the Lua runtime in ZFS should be updated on an as-needed basis for
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst29 Timers are tracked on a per-lcore basis,
H A Doverview.rst137 to get a precise time reference and can be initiated on a per-core basis as required.
H A Dpower_man.rst69 basis. This is achieved by enabling Turbo Boost Technology in the BIOS, then
/f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/
H A Docelot.txt40 by default, and should be enabled on a per-board basis). But if any external
/f-stack/freebsd/contrib/openzfs/etc/default/
H A Dzfs.in68 # do the same, but on a case-to-case basis.
/f-stack/freebsd/contrib/device-tree/Bindings/dma/ti/
H A Dk3-udma.yaml31 or Third-Party channels on a channel by channel basis.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_cat.rst200 CAT configuration is validated. A check is then performed (on per socket basis)
H A Dvmdq_dcb_forwarding.rst17 …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 Djemalloc_internal_defs.h.in125 * _malloc_thread_cleanup() exists, use it as the basis for thread cleanup in
/f-stack/freebsd/contrib/openzfs/
H A DLICENSE122 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 Denic.rst28 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 Dda850.dtsi52 * need to be enabled on a per-board basis if the chip is

12