mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-27 23:28:12 +08:00
18 lines
416 B
C
18 lines
416 B
C
#ifndef __ASSEMBLY__
|
|
#define __ASSEMBLY__
|
|
|
|
#define FORWARD 0
|
|
#define REVERSE_COMPLEMENT (0x8000000000000000)
|
|
|
|
|
|
|
|
void Counting_multiple_thr();
|
|
void Build_hash_table_multiple_thr();
|
|
|
|
/********************************for debug***************************************/
|
|
void Verify_Counting();
|
|
|
|
/********************************for debug*****************************************/
|
|
void verify_Position_hash_table();
|
|
#endif
|