Home
last modified time | relevance | path

Searched defs:k1 (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/linux/include/linux/
H A Dbtree-128.h22 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-host-ipmid/test/message/
H A Dunpack.cpp239 uint3_t k1 = 0x1; in TEST() local
257 uint3_t k1 = 0x1; in TEST() local
275 uint3_t k1 = 0x1; in TEST() local
296 bool k4 = true, k3 = false, k2 = false, k1 = true; in TEST() local
418 std::bitset<3> k1(0x1); in TEST() local
436 std::bitset<3> k1 = 0x1; in TEST() local
454 std::bitset<3> k1 = 0x1; in TEST() local
787 uint8_t k1 = 0x02; in TEST() local
813 uint8_t k1 = 0x02; in TEST() local
842 uint2_t k1 = 2; // binary 0b10 in TEST() local
[all …]
H A Dpayload.cpp96 ipmi::SecureBuffer k1 = {0b11100101}; in TEST() local
117 ipmi::SecureBuffer k1 = {0b11001111, 0b10110100}; in TEST() local
130 ipmi::SecureBuffer k1 = {0b1100111, 0b1011010}; in TEST() local
144 ipmi::SecureBuffer k1 = {0b1100111}; in TEST() local
276 uint8_t k1 = 0x04; in TEST() local
305 uint8_t k1 = 0xbf; in TEST() local
/openbmc/phosphor-net-ipmid/test/
H A Dcipher.cpp40 std::vector<uint8_t> k1(SHA_DIGEST_LENGTH); in TEST() local
88 std::vector<uint8_t> k1(SHA_DIGEST_LENGTH); in TEST() local
203 std::vector<uint8_t> k1(SHA256_DIGEST_LENGTH); in TEST() local
252 std::vector<uint8_t> k1(SHA256_DIGEST_LENGTH); in TEST() local
/openbmc/linux/arch/sh/boards/mach-hp6xx/
H A Dpm_wakeup.S17 #define k1 r1 macro
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc_btree.c262 const union xfs_btree_key *k1, in xfs_bnobt_diff_two_keys()
275 const union xfs_btree_key *k1, in xfs_cntbt_diff_two_keys()
389 const union xfs_btree_key *k1, in xfs_bnobt_keys_inorder()
410 const union xfs_btree_key *k1, in xfs_cntbt_keys_inorder()
H A Dxfs_refcount_btree.c198 const union xfs_btree_key *k1, in xfs_refcountbt_diff_two_keys()
282 const union xfs_btree_key *k1, in xfs_refcountbt_keys_inorder()
H A Dxfs_bmap_btree.c388 const union xfs_btree_key *k1, in xfs_bmbt_diff_two_keys()
492 const union xfs_btree_key *k1, in xfs_bmbt_keys_inorder()
H A Dxfs_rmap_btree.c275 const union xfs_btree_key *k1, in xfs_rmapbt_diff_two_keys()
402 const union xfs_btree_key *k1, in xfs_rmapbt_keys_inorder()
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S14 #define k1 r1 macro
H A Dentry.S68 #define k1 r1 macro
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_dccg.c61 enum pixel_rate_div *k1, in dccg314_get_pixel_rate_div()
103 enum pixel_rate_div k1, in dccg314_set_pixel_rate_div()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dccg.c61 enum pixel_rate_div *k1, in dccg32_get_pixel_rate_div()
103 enum pixel_rate_div k1, in dccg32_set_pixel_rate_div()
/openbmc/linux/arch/mips/include/asm/
H A Dregdef.h54 #define k1 $27 macro
97 #define k1 $27 macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dregdef.h51 #define k1 $27 macro
94 #define k1 $27 macro
/openbmc/phosphor-net-ipmid/
H A Dintegrity_algo.hpp144 std::vector<uint8_t> k1; member in cipher::integrity::Interface
/openbmc/linux/fs/hfsplus/
H A Dcatalog.c16 int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1, in hfsplus_cat_case_cmp_key()
29 int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1, in hfsplus_cat_bin_cmp_key()
H A Dattributes.c35 int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *k1, in hfsplus_attr_bin_cmp_key()
/openbmc/linux/arch/sh/kernel/cpu/shmobile/
H A Dsleep.S22 #define k1 r1 macro
/openbmc/linux/crypto/
H A Dtea.c60 u32 k0, k1, k2, k3; in tea_encrypt() local
88 u32 k0, k1, k2, k3; in tea_decrypt() local
/openbmc/linux/lib/
H A Dxxhash.c210 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64() local
470 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64_digest() local
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dcrypto.c54 u8 k1[AES_KEY_LENGTH]; in sign_object() local
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c586 UChar k1; in unRLE_obuf_to_output_FAST() local
743 UChar k1; in unRLE_obuf_to_output_SMALL() local
/openbmc/phosphor-host-ipmid/test/dbus-sdr/
H A Dsensorcommands_unittest.cpp26 double k1 = k1_bExp; in ipmitool_y_from_x() local
/openbmc/intel-ipmi-oem/tests/
H A Dtest_sensorcommands.cpp26 double k1 = k1_bExp; in ipmitool_y_from_x() local

123