Searched refs:BIT_64_LONG (Results 1 – 1 of 1) sorted by relevance
662 #define BIT_64_LONG ((sizeof(long)*8)==64) macro664 #define OFFSET_COL (BIT_64_LONG ? 75 : 43) /*should be 75 on 64 bit mach, 43 on 32*/665 #define TEXT_COL (BIT_64_LONG ? 82 : 50) /*82 on 64 bit mach, 50 on 32*/666 #define BUF_LEN (BIT_64_LONG ? 164 : 132) /*164 on 64 bit mach. 132 on 32 bit mach.…668 #define HEX_PER_LONG (BIT_64_LONG ? 16 : 8) /*should be 16 on 64 bit mach., 8 on 32 bit …684 start_hex_long[0]=(BIT_64_LONG ? 55 : 31);685 start_hex_long[1]=(BIT_64_LONG ? 38 : 22);686 start_hex_long[2]=(BIT_64_LONG ? 21 : 13);734 if (BIT_64_LONG){786 if (BIT_64_LONG){[all …]