Home
last modified time | relevance | path

Searched refs:PC2 (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
DDESperate.txt64 PC2 transformations
67 PC2 is also a table lookup, since it's a 24 bit field, I use 4 6-bit
68 lookup tables. Printing the reverse of the PC2 table reveal that some
/netbsd/src/lib/libcrypt/
Dcrypt.c364 static const unsigned char PC2[] = { /* permuted choice table 2 */ variable
872 if ((k = PC2[i]) == 0) in init_des()
897 if ((k = PC2[i]) == 0) in init_des()
902 if ((k = PC2[i]) == 0) in init_des()
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dxenix32 # skip few Atari DEGAS bitmap TPDEMO.PC2 RECIPE.PC2 with invalid "high" second record type FEh FFh
Ddatabase429 … Studio (Deep_Strike.aas dragon's_lair_ii.aas), some Atari DEGAS Elite bitmap (ELEPHANT.PC3 ST.PC2)
433 # Atari DEGAS bitmap ST.PC2 with 0370 as second terminating character
Dimages1617 …S mid-res compressed bitmap *.pc2 like: abydos.pc2 ARTIS3.PC2 SMTHDRAW.PC2 STAR_2K.PC2 TX2_DEMO.PC2
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Drx-parse.y91 #define PC2(v) rx_op (v, 2, RXREL_PCREL) macro
209 { B1 (0x38); PC2 ($2); }
228 { B1 (0x39); PC2 ($2); }
234 B1 (0x39); PC2 ($2); } }
257 { B1 (0x38), PC2 ($3); }
259 { B1 (0x39), PC2 ($3); }
262 { B1 ($1 == COND_EQ ? 0x3a : 0x3b); PC2 ($3); }
Drx-parse.c149 #define PC2(v) rx_op (v, 2, RXREL_PCREL) macro
2483 { B1 (0x38); PC2 ((yyvsp[0].exp)); } in yyparse()
2509 { B1 (0x39); PC2 ((yyvsp[0].exp)); } in yyparse()
2515 B1 (0x39); PC2 ((yyvsp[0].exp)); } } in yyparse()
2548 { B1 (0x38), PC2 ((yyvsp[0].exp)); } in yyparse()
2554 { B1 (0x39), PC2 ((yyvsp[0].exp)); } in yyparse()
2561 { B1 ((yyvsp[-2].regno) == COND_EQ ? 0x3a : 0x3b); PC2 ((yyvsp[0].exp)); } in yyparse()
Drl78-parse.y68 #define PC2(v) rl78_op (v, 2, RL78REL_PCREL) macro
343 { B1 (0xee); PC2 ($4); rl78_linkrelax_branch (); }
365 { B1 (0xfe); PC2 ($4); }
Drl78-parse.c126 #define PC2(v) rl78_op (v, 2, RL78REL_PCREL) macro
2447 { B1 (0xee); PC2 ((yyvsp[0].exp)); rl78_linkrelax_branch (); } in yyparse()
2483 { B1 (0xfe); PC2 ((yyvsp[0].exp)); } in yyparse()
/netbsd/src/crypto/external/bsd/openssl/lib/libdes/
DFILES074 PC2 - used in development of doPC2.
/netbsd/src/sys/dev/pcmcia/
Dpcmciadevs278 product KINGSTON KNE2 0x0100 Kingston KNE-PC2 Ethernet
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19945511 (pop_frame): Restore PC2 and LR0 from dummy frames.
5512 (push_dummy_frame): Save PC2 and LR0 into dummy frames.
5515 (DUMMY_FRAME_RSIZE): Add 2 longwords for PC2 and LR0.
DChangeLog-20091075 (avr_register_name): Add "pc" name, renames "PC" to "PC2".