| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| H A D | aes-ce-glue.c | 147 struct crypto_aes_ctx __aligned(8) key2; member
|
| /kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.c | 239 const u8 *key2 = key + (keylen / 2); in cvm_xts_setkey() local
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| H A D | aes-ce-glue.c | 147 struct crypto_aes_ctx __aligned(8) key2; member
|
| /kernel/linux/linux-5.10/drivers/input/keyboard/ |
| H A D | ep93xx_keypad.c | 73 int key2; member 85 int keycode, key1, key2; in ep93xx_keypad_irq_handler() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
| H A D | key.c | 134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | expr.c | 33 static bool key_equal(const void *key1, const void *key2, in key_equal() argument
|
| /kernel/linux/linux-5.10/fs/befs/ |
| H A D | btree.c | 712 befs_compare_strings(const void *key1, int keylen1, const void *key2, int keylen2) befs_compare_strings() argument [all...] |
| /kernel/linux/linux-5.10/fs/ubifs/ |
| H A D | key.h | 478 keys_cmp(const struct ubifs_info *c, const union ubifs_key *key1, const union ubifs_key *key2) keys_cmp() argument 503 keys_eq(const struct ubifs_info *c, const union ubifs_key *key1, const union ubifs_key *key2) keys_eq() argument [all...] |
| /kernel/linux/linux-5.10/fs/hfs/ |
| H A D | extent.c | 50 int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2) in hfs_ext_keycmp() argument [all...] |
| /kernel/linux/linux-6.6/fs/befs/ |
| H A D | btree.c | 712 befs_compare_strings(const void *key1, int keylen1, const void *key2, int keylen2) befs_compare_strings() argument [all...] |
| /kernel/linux/linux-6.6/fs/ubifs/ |
| H A D | key.h | 478 keys_cmp(const struct ubifs_info *c, const union ubifs_key *key1, const union ubifs_key *key2) keys_cmp() argument 503 keys_eq(const struct ubifs_info *c, const union ubifs_key *key1, const union ubifs_key *key2) keys_eq() argument [all...] |
| /kernel/linux/linux-6.6/fs/hfs/ |
| H A D | extent.c | 50 int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2) in hfs_ext_keycmp() argument [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.c | 238 const u8 *key2 = key + (keylen / 2); in cvm_xts_setkey() local
|
| /kernel/linux/linux-6.6/kernel/futex/ |
| H A D | requeue.c | 367 union futex_key key1 = FUTEX_KEY_INIT, key2 in futex_requeue() local 74 requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2, union futex_key *key2) requeue_futex() argument 267 futex_proxy_trylock_atomic(u32 __user *pifutex, struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2, union futex_key *key1, union futex_key *key2, struct futex_pi_state **ps, struct task_struct **exiting, int set_waiters) futex_proxy_trylock_atomic() argument 769 union futex_key key2 = FUTEX_KEY_INIT; futex_wait_requeue_pi() local [all...] |
| H A D | waitwake.c | 241 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; in futex_wake_op() local
|
| H A D | futex.h | 135 static inline int futex_match(union futex_key *key1, union futex_key *key2) in futex_match() argument
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
| H A D | key.c | 134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local
|
| /kernel/linux/linux-6.6/drivers/input/keyboard/ |
| H A D | ep93xx_keypad.c | 76 int key2; member 88 int keycode, key1, key2; in ep93xx_keypad_irq_handler() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | kprobe_multi_test.c | 313 static bool symbol_equal(long key1, long key2, void *ctx __maybe_unused) in symbol_equal() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_silencedetect.c | 70 char key2[128]; in set_meta() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | StaticUnicodeSets.java | 113 public static Key chooseFrom(String str, Key key1, Key key2) { in chooseFrom() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | stringtriebuilder.cpp | 31 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { in equalStringTrieNodes() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | StaticUnicodeSets.java | 120 public static Key chooseFrom(String str, Key key1, Key key2) { in chooseFrom() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | scriptset.cpp | 282 uhash_equalsScriptSet(const UElement key1, const UElement key2) { in uhash_equalsScriptSet() argument
|
| /third_party/libwebsockets/lib/core/ |
| H A D | lws_map.c | 97 lws_map_compare_key_default(const lws_map_key_t key1, size_t kl1, const lws_map_value_t key2, size_t kl2) lws_map_compare_key_default() argument
|