Searched defs:SYNC (Results 1 – 16 of 16) sorted by relevance
24 #define SYNC __asm__("nop") macro
22 #define SYNC asm("sync") macro
16 # define SYNC __asm__ volatile ("sync") macro19 # define SYNC /* nothing */ macro
50 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
133 #define SYNC (1 << 6) macro
15262 static char *SYNC(uint64 instruction, Dis_info *info) in SYNC() function