Home
last modified time | relevance | path

Searched refs:precomputed (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A Ddpll3xxx.c971 static const struct omap3_dpll5_settings precomputed[] = { in omap3_dpll5_apply_errata() local
990 for (i = 0; i < ARRAY_SIZE(precomputed); ++i) { in omap3_dpll5_apply_errata()
991 if (parent_rate == precomputed[i].rate) in omap3_dpll5_apply_errata()
995 if (i == ARRAY_SIZE(precomputed)) in omap3_dpll5_apply_errata()
998 d = &precomputed[i]; in omap3_dpll5_apply_errata()
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dnoise.c421 const u8 precomputed[NOISE_PUBLIC_KEY_LEN]) in mix_precomputed_dh()
424 if (unlikely(!crypto_memneq(precomputed, zero_point, NOISE_PUBLIC_KEY_LEN))) in mix_precomputed_dh()
426 kdf(chaining_key, key, NULL, precomputed, NOISE_HASH_LEN, in mix_precomputed_dh()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gd/gd/
H A D0001-Fix-deprecared-function-prototypes.patch79 /* Move adjacent neurons by precomputed alpha*(1-((i-j)^2/[r]^2)) in radpower[|i-j|]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py548 def verify_checksum(ud, d, precomputed={}): argument
569 if checksum_id in precomputed:
570 checksum_data = precomputed[checksum_id]
/OK3568_Linux_fs/kernel/mm/
H A Dslab.c2432 bool precomputed; in shuffle_freelist() local
2437 precomputed = freelist_state_initialize(&state, cachep, count); in shuffle_freelist()
2441 if (!precomputed) in shuffle_freelist()
2454 if (!precomputed) { in shuffle_freelist()
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dcrc32.rst65 can be precomputed, and merging in the final 32 zero bits to make room
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dila.rst137 adjustment can be precomputed and saved with the mapping.
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S1086 jl _initial_blocks_done\@ # no need for precomputed constants
2036 jl _initial_blocks_done\@ # no need for precomputed constants
H A Daesni-intel_asm.S869 # no need for precomputed values
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfsverity.rst385 state is precomputed, then imported for each hash.