| /netbsd/src/sys/arch/amiga/dev/ |
| D | kbdmap.c | 49 #define K KBD_MODE_KPAD macro 70 { K, '0' }, 84 { K, '1' }, 85 { K, '2' }, 86 { K, '3' }, 100 { K, '4' }, 101 { K, '5' }, 102 { K, '6' }, 115 { K, '.' }, 116 { K, '7' }, [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| D | aes-c64xplus.pl | 44 @K=("A6","B6","A7","B7"); 136 || LDW *$KPA++[2],$K[0] ; 1st round key 137 || LDW *$KPB++[2],$K[1] 142 || LDW *$KPA++[2],$K[2] 143 || LDW *$KPB++[2],$K[3] 185 || XOR $K[0],$Te3[0],$s[0] 186 || XOR $K[1],$Te1[1],$s[1] 189 || XOR $K[2],$Te1[0],$s[2] 190 || XOR $K[3],$Te3[1],$s[3] 191 || LDW *$KPA++[2],$K[0] ; next round key [all …]
|
| /netbsd/src/sys/arch/amiga/stand/loadkmap/pl_din/ |
| D | pl_din-kbdmap.c | 23 #define K KBD_MODE_KPAD macro 43 { K, '0' }, 57 { K, '1' }, 58 { K, '2' }, 59 { K, '3' }, 73 { K, '4' }, 74 { K, '5' }, 75 { K, '6' }, 88 { K, '.' }, 89 { K, '7' }, [all …]
|
| /netbsd/src/sys/arch/amiga/stand/loadkmap/din/ |
| D | din-kbdmap.c | 18 #define K KBD_MODE_KPAD macro 38 K, '0', 52 K, '1', 53 K, '2', 54 K, '3', 68 K, '4', 69 K, '5', 70 K, '6', 83 K, '.', 84 K, '7', [all …]
|
| /netbsd/src/sys/arch/amiga/stand/loadkmap/es/ |
| D | es-kbdmap.c | 18 #define K KBD_MODE_KPAD macro 38 K, '0', 52 K, '1', 53 K, '2', 54 K, '3', 68 K, '4', 69 K, '5', 70 K, '6', 83 K, '.', 84 K, '7', [all …]
|
| /netbsd/src/sys/arch/amiga/stand/loadkmap/us/ |
| D | us-kbdmap.c | 18 #define K KBD_MODE_KPAD macro 38 K, '0', 52 K, '1', 53 K, '2', 54 K, '3', 68 K, '4', 69 K, '5', 70 K, '6', 83 K, '.', 84 K, '7', [all …]
|
| /netbsd/src/sys/arch/amiga/stand/loadkmap/fr/ |
| D | fr-kbdmap.c | 54 #define K KBD_MODE_KPAD macro 74 { K, '0' }, 88 { K, '1' }, 89 { K, '2' }, 90 { K, '3' }, 104 { K, '4' }, 105 { K, '5' }, 106 { K, '6' }, 119 { K, '.' }, 120 { K, '7' }, [all …]
|
| /netbsd/src/sys/arch/amiga/stand/loadkmap/pl_us/ |
| D | pl_us-kbdmap.c | 23 #define K KBD_MODE_KPAD macro 43 { K, '0' }, 57 { K, '1' }, 58 { K, '2' }, 59 { K, '3' }, 73 { K, '4' }, 74 { K, '5' }, 75 { K, '6' }, 88 { K, '.' }, 89 { K, '7' }, [all …]
|
| /netbsd/src/sys/arch/amiga/stand/loadkmap/sw/ |
| D | sw-kbdmap.c | 52 #define K KBD_MODE_KPAD macro 72 K, '0', 86 K, '1', 87 K, '2', 88 K, '3', 102 K, '4', 103 K, '5', 104 K, '6', 117 K, '.', 118 K, '7', [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/whrlpool/ |
| D | wp_block.c | 182 # define C0(K,i) (Cx.q[K.c[(i)*8+0]]) argument 183 # define C1(K,i) ROTATE(Cx.q[K.c[(i)*8+1]],8) argument 184 # define C2(K,i) ROTATE(Cx.q[K.c[(i)*8+2]],16) argument 185 # define C3(K,i) ROTATE(Cx.q[K.c[(i)*8+3]],24) argument 186 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) argument 187 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40) argument 188 # define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48) argument 189 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) argument 200 # define C0(K,i) (Cx.q[0+8*K.c[(i)*8+0]]) argument 201 # define C1(K,i) (Cx.q[1+8*K.c[(i)*8+1]]) argument [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | rclex.c | 76 #define K(KEY) { #KEY, KEY } macro 81 K(ACCELERATORS), K(ALT), K(ANICURSOR), K(ANIICON), K(ASCII), 82 K(AUTO3STATE), K(AUTOCHECKBOX), K(AUTORADIOBUTTON), 83 K(BEDIT), { "BEGIN", BEG }, K(BITMAP), K(BLOCK), K(BUTTON), 84 K(CAPTION), K(CHARACTERISTICS), K(CHECKBOX), K(CHECKED), 85 K(CLASS), K(COMBOBOX), K(CONTROL), K(CTEXT), K(CURSOR), 86 K(DEFPUSHBUTTON), K(DIALOG), K(DIALOGEX), K(DISCARDABLE), 87 K(DLGINCLUDE), K(DLGINIT), 88 K(EDITTEXT), K(END), K(EXSTYLE), 89 K(FILEFLAGS), K(FILEFLAGSMASK), K(FILEOS), K(FILESUBTYPE), [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fibonacci_heap.h | 45 template<class K, class V> 50 template<class K, class V> 53 typedef fibonacci_node<K,V> fibonacci_node_t; 54 friend class fibonacci_heap<K,V>; 64 fibonacci_node (K key, V *data = NULL): m_parent (NULL), m_child (NULL), in m_parent() 81 int compare_data (K key) in compare_data() 93 K get_key () in get_key() 123 K m_key; 141 template<class K, class V> 144 typedef fibonacci_node<K,V> fibonacci_node_t; [all …]
|
| D | hash-map.h | 272 template <typename K, typename V> in class() 273 operator std::pair<K, V> () const { return std::pair<K, V> (first, second); } in class() 313 template<typename K, typename V, typename H> 315 gt_ggc_mx (hash_map<K, V, H> *h) in gt_ggc_mx() argument 320 template<typename K, typename V, typename H> 322 gt_pch_nx (hash_map<K, V, H> *h) in gt_pch_nx() argument 327 template<typename K, typename V, typename H> 329 gt_cleare_cache (hash_map<K, V, H> *h) in gt_cleare_cache() argument 335 template<typename K, typename V, typename H> 337 gt_pch_nx (hash_map<K, V, H> *h, gt_pointer_operator op, void *cookie) in gt_pch_nx() argument [all …]
|
| /netbsd/src/sys/arch/atari/stand/keymaps/us/ |
| D | us-kbdmap.c | 13 #define K KBD_MODE_KPAD macro 59 /* 0x64 */ { 0, ')' }, { 0, '/' }, { 0, '*' }, { K, '7' }, 60 /* 0x68 */ { K, '8' }, { K, '9' }, { K, '4' }, { K, '5' }, 61 /* 0x6C */ { K, '6' }, { K, '1' }, { K, '2' }, { K, '3' }, 62 /* 0x70 */ { K, '0' }, { K, '.' }, { K, '\r' }, { 0, 0 }, 95 /* 0x64 */ { 0, ')' }, { 0, '/' }, { 0, '*' }, { K, '7' }, 96 /* 0x68 */ { K, '8' }, { K, '9' }, { K, '4' }, { K, '5' }, 97 /* 0x6C */ { K, '6' }, { K, '1' }, { K, '2' }, { K, '3' }, 98 /* 0x70 */ { K, '0' }, { K, '.' }, { K, '\r' }, { 0, 0 },
|
| /netbsd/src/sys/arch/atari/stand/keymaps/uk/ |
| D | uk-kbdmap.c | 13 #define K KBD_MODE_KPAD macro 45 /* 0x64 */ { 0, ')' }, { 0, '/' }, { 0, '*' }, { K, '7' }, 46 /* 0x68 */ { K, '8' }, { K, '9' }, { K, '4' }, { K, '5' }, 47 /* 0x6C */ { K, '6' }, { K, '1' }, { K, '2' }, { K, '3' }, 48 /* 0x70 */ { K, '0' }, { K, '.' }, { K, '\r' }, { 0, 0 }, 81 /* 0x64 */ { 0, ')' }, { 0, '/' }, { 0, '*' }, { K, '7' }, 82 /* 0x68 */ { K, '8' }, { K, '9' }, { K, '4' }, { K, '5' }, 83 /* 0x6C */ { K, '6' }, { K, '1' }, { K, '2' }, { K, '3' }, 84 /* 0x70 */ { K, '0' }, { K, '.' }, { K, '\r' }, { 0, 0 },
|
| /netbsd/src/sys/arch/atari/dev/ |
| D | kbdmap.c | 39 #define K KBD_MODE_KPAD macro 77 /* 0x64 */ { 0, ')' }, { 0, '/' }, { 0, '*' }, { K, '7' }, 78 /* 0x68 */ { K, '8' }, { K, '9' }, { K, '4' }, { K, '5' }, 79 /* 0x6c */ { K, '6' }, { K, '1' }, { K, '2' }, { K, '3' }, 80 /* 0x70 */ { K, '0' }, { K, '.' }, { K, '\r' }, { 0, 0 }, 125 /* 0x64 */ { 0, ')' }, { 0, '/' }, { 0, '*' }, { K, '7' }, 126 /* 0x68 */ { K, '8' }, { K, '9' }, { K, '4' }, { K, '5' }, 127 /* 0x6c */ { K, '6' }, { K, '1' }, { K, '2' }, { K, '3' }, 128 /* 0x70 */ { K, '0' }, { K, '.' }, { K, '\r' }, { 0, 0 },
|
| /netbsd/src/sys/arch/atari/stand/keymaps/de/ |
| D | de-kbdmap.c | 17 #define K KBD_MODE_KPAD macro 49 /* 0x64 */ { 0, ')' }, { 0, '/' }, { 0, '*' }, { K, '7' }, 50 /* 0x68 */ { K, '8' }, { K, '9' }, { K, '4' }, { K, '5' }, 51 /* 0x6C */ { K, '6' }, { K, '1' }, { K, '2' }, { K, '3' }, 52 /* 0x70 */ { K, '0' }, { K, '.' }, { K, '\r' }, { 0, 0 }, 85 /* 0x64 */ { 0, ')' }, { 0, '/' }, { 0, '*' }, { K, '7' }, 86 /* 0x68 */ { K, '8' }, { K, '9' }, { K, '4' }, { K, '5' }, 87 /* 0x6C */ { K, '6' }, { K, '1' }, { K, '2' }, { K, '3' }, 88 /* 0x70 */ { K, '0' }, { K, '.' }, { K, '\r' }, { 0, 0 },
|
| /netbsd/src/sys/arch/atari/stand/keymaps/fr/ |
| D | fr-kbdmap.c | 17 #define K KBD_MODE_KPAD macro 49 /* 0x64 */ { 0, ')' }, { 0, '/' }, { 0, '*' }, { K, '7' }, 50 /* 0x68 */ { K, '8' }, { K, '9' }, { K, '4' }, { K, '5' }, 51 /* 0x6C */ { K, '6' }, { K, '1' }, { K, '2' }, { K, '3' }, 52 /* 0x70 */ { K, '0' }, { K, '.' }, { K, '\r' }, { 0, 0 }, 85 /* 0x64 */ { 0, ')' }, { 0, '/' }, { 0, '*' }, { K, '7' }, 86 /* 0x68 */ { K, '8' }, { K, '9' }, { K, '4' }, { K, '5' }, 87 /* 0x6C */ { K, '6' }, { K, '1' }, { K, '2' }, { K, '3' }, 88 /* 0x70 */ { K, '0' }, { K, '.' }, { K, '\r' }, { 0, 0 },
|
| /netbsd/src/sys/arch/x68k/dev/ |
| D | kbdmap.c.ascii | 18 #define K KBD_MODE_KPAD 87 K, 0, /* CLR */ 88 K, '/', /* 0x40 */ 89 K, '*', 90 K, '-', 91 K, '7', 92 K, '8', 93 K, '9', 94 K, '+', 95 K, '4', [all …]
|
| D | kbdmap.c | 21 #define K KBD_MODE_KPAD macro 92 {K, '/'}, /* 0x40 */ 93 {K, '*'}, 94 {K, '-'}, 95 {K, '7'}, 96 {K, '8'}, 97 {K, '9'}, 98 {K, '+'}, 99 {K, '4'}, 100 {K, '5'}, /* 0x48 */ [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/cast/asm/ |
| D | cast-586.pl | 28 $K="ebp"; 73 &mov($K,&wparam(1)); 82 &mov($tmp3,&DWP(128,$K,"",0)); 95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4); 97 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); 98 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); 99 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4); 100 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4); 101 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4); [all …]
|
| /netbsd/src/sys/arch/x68k/usr.bin/loadkmap/ |
| D | ascii_kmap.c | 16 #define K KBD_MODE_KPAD macro 85 {K, 0}, /* CLR */ 86 {K, '/'}, /* 0x40 */ 87 {K, '*'}, 88 {K, '-'}, 89 {K, '7'}, 90 {K, '8'}, 91 {K, '9'}, 92 {K, '+'}, 93 {K, '4'}, [all …]
|
| D | jis_kmap.c | 16 #define K KBD_MODE_KPAD macro 86 {K, '/'}, /* 0x40 */ 87 {K, '*'}, 88 {K, '-'}, 89 {K, '7'}, 90 {K, '8'}, 91 {K, '9'}, 92 {K, '+'}, 93 {K, '4'}, 94 {K, '5'}, /* 0x48 */ [all …]
|
| /netbsd/src/sys/modules/lua/ |
| D | lua.c | 221 klua_close(s->K); in lua_detach() 295 klua_State *K; in luaioctl() local 325 states[n].user = s->K->ks_user; in luaioctl() 351 K = kluaL_newstate(create->name, create->desc, IPL_NONE); in luaioctl() 353 if (K == NULL) in luaioctl() 356 K->ks_user = true; in luaioctl() 365 K = klua_find(create->name); in luaioctl() 367 if (K != NULL && (K->ks_user == true)) { in luaioctl() 368 klua_close(K); in luaioctl() 389 klua_lock(s->K); in luaioctl() [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/cast/ |
| D | c_skey.c | 38 CAST_LONG l, *K; in CAST_set_key() local 52 K = &k[0]; in CAST_set_key() 69 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]]; in CAST_set_key() 70 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]]; in CAST_set_key() 71 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[z[9]]; in CAST_set_key() 72 K[3] = S4[z[14]] ^ S5[z[15]] ^ S6[z[1]] ^ S7[z[0]] ^ S7[z[12]]; in CAST_set_key() 83 K[4] = S4[x[3]] ^ S5[x[2]] ^ S6[x[12]] ^ S7[x[13]] ^ S4[x[8]]; in CAST_set_key() 84 K[5] = S4[x[1]] ^ S5[x[0]] ^ S6[x[14]] ^ S7[x[15]] ^ S5[x[13]]; in CAST_set_key() 85 K[6] = S4[x[7]] ^ S5[x[6]] ^ S6[x[8]] ^ S7[x[9]] ^ S6[x[3]]; in CAST_set_key() 86 K[7] = S4[x[5]] ^ S5[x[4]] ^ S6[x[10]] ^ S7[x[11]] ^ S7[x[7]]; in CAST_set_key() [all …]
|