Searched refs:key2 (Results 1 – 7 of 7) sorted by relevance
/u-boot/fs/ubifs/ |
A D | key.h | 473 const union ubifs_key *key2) in keys_cmp() argument 475 if (key1->u32[0] < key2->u32[0]) in keys_cmp() 477 if (key1->u32[0] > key2->u32[0]) in keys_cmp() 479 if (key1->u32[1] < key2->u32[1]) in keys_cmp() 481 if (key1->u32[1] > key2->u32[1]) in keys_cmp() 498 const union ubifs_key *key2) in keys_eq() argument 500 if (key1->u32[0] != key2->u32[0]) in keys_eq() 502 if (key1->u32[1] != key2->u32[1]) in keys_eq()
|
A D | tnc_misc.c | 359 const union ubifs_key *key1, *key2; in read_znode() local 362 key2 = &znode->zbranch[i + 1].key; in read_znode() 364 cmp = keys_cmp(c, key1, key2); in read_znode()
|
A D | tnc.c | 2674 union ubifs_key key1, key2; in ubifs_tnc_remove_ino() local 2710 highest_ino_key(c, &key2, xattr_inum); in ubifs_tnc_remove_ino() 2711 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino() 2724 highest_ino_key(c, &key2, inum); in ubifs_tnc_remove_ino() 2726 return ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino()
|
/u-boot/lib/rsa/ |
A D | rsa-mod-exp.c | 288 uint32_t key1[key.len], key2[key.len]; in rsa_mod_exp_sw() local 291 key.rr = key2; in rsa_mod_exp_sw()
|
/u-boot/scripts/kconfig/lxdialog/ |
A D | util.c | 550 int key2; in on_key_esc() local 556 key2 = wgetch(win); in on_key_esc() 562 if (key == KEY_ESC && key2 == ERR) in on_key_esc() 564 else if (key != ERR && key != KEY_ESC && key2 == ERR) in on_key_esc()
|
/u-boot/doc/ |
A D | README.mediatek | 96 key1=value1;key2=value2;...
|
/u-boot/arch/arm/dts/ |
A D | meson-sm1-sei610.dts | 59 key2 {
|
Completed in 15 milliseconds