Searched defs:SYNC (Results 1 – 4 of 4) sorted by relevance
27 #define SYNC __asm__("nop") macro
27 #define SYNC asm("sync") macro
20 # define SYNC __asm__ volatile ("sync") macro23 # define SYNC /* nothing */ macro
50 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
Completed in 6 milliseconds