Searched refs:precomputed (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/clk/ti/ |
H A D | dpll3xxx.c | 1058 static const struct omap3_dpll5_settings precomputed[] = { in omap3_dpll5_apply_errata() local 1077 for (i = 0; i < ARRAY_SIZE(precomputed); ++i) { in omap3_dpll5_apply_errata() 1078 if (parent_rate == precomputed[i].rate) in omap3_dpll5_apply_errata() 1082 if (i == ARRAY_SIZE(precomputed)) in omap3_dpll5_apply_errata() 1085 d = &precomputed[i]; in omap3_dpll5_apply_errata()
|
/openbmc/linux/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()
|
/openbmc/openbmc/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|]
|
/openbmc/openbmc/meta-security/recipes-security/krill/ |
H A D | krill-crates.inc | 155 crate://crates.io/precomputed-hash/0.1.1;name=precomputed-hash-0.1.1 \ 429 SRC_URI[precomputed-hash-0.1.1.sha256sum] = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6…
|
/openbmc/linux/mm/ |
H A D | slab.c | 2403 bool precomputed; in shuffle_freelist() local 2408 precomputed = freelist_state_initialize(&state, cachep, count); in shuffle_freelist() 2412 if (!precomputed) in shuffle_freelist() 2425 if (!precomputed) { in shuffle_freelist()
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | __init__.py | 556 def verify_checksum(ud, d, precomputed={}, localpath=None, fatal_nochecksum=True): argument 579 if checksum_id in precomputed: 580 checksum_data = precomputed[checksum_id]
|
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/ |
H A D | librsvg-crates.inc | 187 crate://crates.io/precomputed-hash/0.1.1 \ 481 SRC_URI[precomputed-hash-0.1.1.sha256sum] = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6…
|
/openbmc/linux/Documentation/staging/ |
H A D | crc32.rst | 65 can be precomputed, and merging in the final 32 zero bits to make room
|
/openbmc/linux/Documentation/networking/ |
H A D | ila.rst | 137 adjustment can be precomputed and saved with the mapping.
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 1054 jl .L_initial_blocks_done\@ # no need for precomputed constants 2004 jl .L_initial_blocks_done\@ # no need for precomputed constants
|
H A D | aesni-intel_asm.S | 865 # no need for precomputed values
|
/openbmc/linux/Documentation/filesystems/ |
H A D | fsverity.rst | 402 state is precomputed, then imported for each hash.
|