Searched defs:SYNC (Results 1 – 4 of 4) sorted by relevance
25 #define SYNC __asm__("nop") macro
23 #define SYNC asm("sync") macro
17 # define SYNC __asm__ volatile ("sync") macro20 # define SYNC /* nothing */ macro
50 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator