/openbmc/linux/include/linux/ |
H A D | btree-128.h | 22 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128() 29 u64 *k1, u64 *k2) in btree_get_prev128() 41 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, in btree_insert128() 49 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, in btree_update128() 57 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) in btree_remove128() 63 static inline void *btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2) in btree_last128() 106 #define btree_for_each_safe128(head, k1, k2, val) \ argument
|
/openbmc/phosphor-net-ipmid/ |
H A D | crypt_algo.hpp | 46 explicit Interface(const std::vector<uint8_t>& k2) : k2(k2) {} in Interface() 105 std::vector<uint8_t> k2; member in cipher::crypt::Interface 144 explicit AlgoAES128(const std::vector<uint8_t>& k2) : Interface(k2) {} in AlgoAES128()
|
/openbmc/phosphor-host-ipmid/test/message/ |
H A D | unpack.cpp | 240 uint5_t k2 = 0x19; in TEST() local 258 uint4_t k2 = 0x9; in TEST() local 296 bool k4 = true, k3 = false, k2 = false, k1 = true; in TEST() local 322 bool k4 = true, k3 = false, k2 = false, k1 = true; in TEST() local 347 bool k4 = true, k3 = false, k2 = false, k1 = true; in TEST() local 419 std::bitset<5> k2(0x19); in TEST() local 437 std::bitset<4> k2 = 0x9; in TEST() local 787 uint16_t k2 = 0x0604; in TEST() local 813 uint16_t k2 = 0x0604; in TEST() local 842 bool k2 = true; // binary 0b1 in TEST() local [all …]
|
H A D | payload.cpp | 104 ipmi::SecureBuffer k2 = {0b11100101, 0b01110111}; in TEST() local 287 uint16_t k2 = 0x8604; in TEST() local 312 uint32_t k2 = 0x02008604; in TEST() local
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.c | 263 const union xfs_btree_key *k2, in xfs_bnobt_diff_two_keys() 276 const union xfs_btree_key *k2, in xfs_cntbt_diff_two_keys() 390 const union xfs_btree_key *k2) in xfs_bnobt_keys_inorder() 411 const union xfs_btree_key *k2) in xfs_cntbt_keys_inorder()
|
H A D | xfs_refcount_btree.c | 199 const union xfs_btree_key *k2, in xfs_refcountbt_diff_two_keys() 283 const union xfs_btree_key *k2) in xfs_refcountbt_keys_inorder()
|
H A D | xfs_rmap_btree.c | 276 const union xfs_btree_key *k2, in xfs_rmapbt_diff_two_keys() 403 const union xfs_btree_key *k2) in xfs_rmapbt_keys_inorder()
|
H A D | xfs_bmap_btree.c | 389 const union xfs_btree_key *k2, in xfs_bmbt_diff_two_keys() 493 const union xfs_btree_key *k2) in xfs_bmbt_keys_inorder()
|
H A D | xfs_ialloc_btree.c | 271 const union xfs_btree_key *k2, in xfs_inobt_diff_two_keys() 372 const union xfs_btree_key *k2) in xfs_inobt_keys_inorder()
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
H A D | swsusp.S | 15 #define k2 r2 macro
|
H A D | entry.S | 69 #define k2 r2 macro
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_dccg.c | 62 enum pixel_rate_div *k2) in dccg314_get_pixel_rate_div() 104 enum pixel_rate_div k2) in dccg314_set_pixel_rate_div()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_dccg.c | 62 enum pixel_rate_div *k2) in dccg32_get_pixel_rate_div() 104 enum pixel_rate_div k2) in dccg32_set_pixel_rate_div()
|
/openbmc/linux/fs/hfsplus/ |
H A D | catalog.c | 17 const hfsplus_btree_key *k2) in hfsplus_cat_case_cmp_key() 30 const hfsplus_btree_key *k2) in hfsplus_cat_bin_cmp_key()
|
H A D | attributes.c | 36 const hfsplus_btree_key *k2) in hfsplus_attr_bin_cmp_key()
|
/openbmc/phosphor-net-ipmid/test/ |
H A D | cipher.cpp | 353 std::vector<uint8_t> k2(SHA_DIGEST_LENGTH); in TEST() local 427 std::vector<uint8_t> k2(SHA_DIGEST_LENGTH); in TEST() local
|
/openbmc/linux/crypto/ |
H A D | tea.c | 60 u32 k0, k1, k2, k3; in tea_encrypt() local 88 u32 k0, k1, k2, k3; in tea_decrypt() local
|
H A D | vmac.c | 284 #define k2 (*(((u32 *)kh)+INDEX_LOW)) in poly_step_func() macro 359 static u64 l3hash(u64 p1, u64 p2, u64 k1, u64 k2, u64 len) in l3hash()
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | rakp34.cpp | 55 auto k2 = intAlgo->generateKn(authAlgo->sessionIntegrityKey, in applyCryptAlgo() local
|
/openbmc/intel-ipmi-oem/tests/ |
H A D | test_sensorcommands.cpp | 27 double k2 = k2_rExp; in ipmitool_y_from_x() local
|
/openbmc/phosphor-host-ipmid/test/dbus-sdr/ |
H A D | sensorcommands_unittest.cpp | 27 double k2 = k2_rExp; in ipmitool_y_from_x() local
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_sdr.c | 187 int m, b, k1, k2; in sdr_convert_sensor_reading() local 269 int m, k2; in sdr_convert_sensor_hysterisis() local 344 int m, k2; in sdr_convert_sensor_tolerance() local 419 int m, b, k1, k2; in sdr_convert_sensor_value_to_raw() local
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | hashmap.c | 341 long k1 = 0, k2 = 1; in test_hashmap_multimap() local
|
/openbmc/linux/drivers/clk/sprd/ |
H A D | pll.c | 105 u16 k1, k2; in _sprd_pll_recalc_rate() local
|
H A D | pll.h | 57 u16 k2; member
|