Searched refs:key2 (Results 1 - 5 of 5) sorted by relevance

/u-boot/fs/ubifs/
H A Dkey.h466 * @key2: the second key to compare
469 * @key2, %0 if the keys are equivalent and %1 if @key1 is greater than @key2.
473 const union ubifs_key *key2)
475 if (key1->u32[0] < key2->u32[0])
477 if (key1->u32[0] > key2->u32[0])
479 if (key1->u32[1] < key2->u32[1])
481 if (key1->u32[1] > key2->u32[1])
491 * @key2: the second key to compare
493 * This function compares 2 keys and returns %1 if @key1 is equal to @key2 an
471 keys_cmp(const struct ubifs_info *c, const union ubifs_key *key1, const union ubifs_key *key2) argument
496 keys_eq(const struct ubifs_info *c, const union ubifs_key *key1, const union ubifs_key *key2) argument
[all...]
H A Dtnc_misc.c359 const union ubifs_key *key1, *key2; local
362 key2 = &znode->zbranch[i + 1].key;
364 cmp = keys_cmp(c, key1, key2);
H A Dtnc.c2691 union ubifs_key key1, key2; local
2727 highest_ino_key(c, &key2, xattr_inum);
2728 err = ubifs_tnc_remove_range(c, &key1, &key2);
2741 highest_ino_key(c, &key2, inum);
2743 return ubifs_tnc_remove_range(c, &key1, &key2);
/u-boot/lib/rsa/
H A Drsa-mod-exp.c287 uint32_t key1[key.len], key2[key.len]; local
290 key.rr = key2;
/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c550 int key2; local
556 key2 = wgetch(win);
562 if (key == KEY_ESC && key2 == ERR)
564 else if (key != ERR && key != KEY_ESC && key2 == ERR)

Completed in 109 milliseconds