Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 7 of 7) sorted by relevance

/u-boot/fs/ubifs/
A Dkey.h473 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 Dtnc_misc.c359 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 Dtnc.c2674 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 Drsa-mod-exp.c288 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 Dutil.c550 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 DREADME.mediatek96 key1=value1;key2=value2;...
/u-boot/arch/arm/dts/
A Dmeson-sm1-sei610.dts59 key2 {

Completed in 15 milliseconds