Home
last modified time | relevance | path

Searched refs:key2 (Results 26 – 31 of 31) sorted by relevance

12

/dragonfly/contrib/dialog/
H A Dbuildlist.c555 int i, j, k, key2, found, x, y, cur_x, cur_y; in dlg_buildlist() local
1112 if ((key2 = dlg_ok_buttoncode(key)) >= 0) { in dlg_buildlist()
1113 result = key2; in dlg_buildlist()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c3192 u_int32_t key0, key1, key2, key3, key4; in ar9300_print_keycache() local
3203 key2 = OS_REG_READ(ah, AR_KEYTABLE_KEY2(entry)); in ar9300_print_keycache()
3235 (key2 << 24) >> 24, (key2 << 16) >> 24, in ar9300_print_keycache()
3236 (key2 << 8) >> 24, key2 >> 24, in ar9300_print_keycache()
/dragonfly/contrib/binutils-2.27/gold/
H A Dobject.h351 const Local_got_entry_key& key2) const in operator()
352 { return key1.eq(key2); } in operator()
/dragonfly/contrib/binutils-2.34/gold/
H A Dobject.h352 const Local_got_entry_key& key2) const in operator()
353 { return key1.eq(key2); } in operator()
/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c317 static DES_cblock key2 = {0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0, 0x12}; in speed_main() local
990 DES_set_key_unchecked(&key2, &sch2); in speed_main()
/dragonfly/sys/vfs/hammer/
H A Dhammer.h1118 int hammer_btree_cmp(hammer_base_elm_t key1, hammer_base_elm_t key2);

12