Searched refs:precomputed (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/ti/ |
| H A D | dpll3xxx.c | 971 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 D | noise.c | 421 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 D | 0001-Fix-deprecared-function-prototypes.patch | 79 /* 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__.py | 548 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 D | slab.c | 2432 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 D | crc32.rst | 65 can be precomputed, and merging in the final 32 zero bits to make room
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ila.rst | 137 adjustment can be precomputed and saved with the mapping.
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aesni-intel_avx-x86_64.S | 1086 jl _initial_blocks_done\@ # no need for precomputed constants 2036 jl _initial_blocks_done\@ # no need for precomputed constants
|
| H A D | aesni-intel_asm.S | 869 # no need for precomputed values
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | fsverity.rst | 385 state is precomputed, then imported for each hash.
|