Home
last modified time | relevance | path

Searched refs:interleaved (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c82 static inline uint64_t deinterleave64(uint64_t interleaved) { in deinterleave64() argument
88 uint64_t x = interleaved; in deinterleave64()
89 uint64_t y = interleaved >> 1; in deinterleave64()
H A Dredis-cli.c4641 clusterManagerNode **interleaved = zcalloc(node_len*sizeof(**interleaved)); in clusterManagerCommandCreate() local
4671 interleaved[interleaved_len++] = n; in clusterManagerCommandCreate()
4675 clusterManagerNode **masters = interleaved; in clusterManagerCommandCreate()
4676 interleaved += masters_count; in clusterManagerCommandCreate()
4700 clusterManagerNode *first_node = interleaved[0]; in clusterManagerCommandCreate()
4702 interleaved[i] = interleaved[i + 1]; in clusterManagerCommandCreate()
4703 interleaved[interleaved_len - 1] = first_node; in clusterManagerCommandCreate()
4718 interleaved[j] = NULL; in clusterManagerCommandCreate()
4725 slave = interleaved[firstNodeIdx]; in clusterManagerCommandCreate()
4726 interleaved_len -= (interleaved - (interleaved + firstNodeIdx)); in clusterManagerCommandCreate()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dmax98373.txt27 In this configuration, the current and voltage data will be frame interleaved
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra124-mc.yaml15 These are interleaved to provide high performance with the load shared across
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmarvell-orion-net.txt11 the multiple levels is that the port registers are interleaved within a single
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dmtd-physmap.txt13 device width times the number of interleaved chips.
/f-stack/dpdk/doc/guides/faq/
H A Dfaq.rst105 Without NUMA enabled, memory is allocated from both sockets, since memory is interleaved.
106 Therefore, each 64B chunk is interleaved across both memory domains.
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dversatile-ab.dts160 /* 64 MiB NOR flash in non-interleaved chips */
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmbuf_lib.rst68 Therefore, it ensures that the packet header is interleaved optimally across the channels and ranks…
H A Dcompressdev.rst177 that the compression operation is interleaved optimally across the channels and
H A Dbbdev.rst374 that the bbdev operation is interleaved optimally across the channels and
H A Dcryptodev_lib.rst399 that the crypto operation is interleaved optimally across the channels and
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md607 They are encoded together, interleaved, in a single _bitstream_.
683 and interleaved with raw additional bits in the same bitstream.
1297 It's a single bitstream with 2 interleaved states,
/f-stack/freebsd/crypto/openssl/arm/
H A Dpoly1305-armv4.S876 @ lazy reduction interleaved with base 2^32 -> base 2^26 of
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt17669 is interleaved as C comments. 2) Output the AML in ASM source code
17670 with labels and interleaved ASL source. 3) Output the AML in
17917 no longer interleaved the actual AML code with the ASL source