Searched defs:nop (Results 1 – 25 of 28) sorted by relevance
12
17 static void nop(void *obj, void *data, QGuestAllocator *alloc) in nop() function
14 static void nop(void) in nop() function
22 static void nop(void *obj, void *data, QGuestAllocator *alloc) in nop() function
18 static void nop(void) in nop() function
66 #define nop() asm volatile ("nop;\n\t" : : ) macro
16 #define nop() __asm__ __volatile__ ("nop") macro
113 #define nop() __asm__ __volatile__ ("nop") macro
85 static constexpr char nop = static_cast<char>(-1); variable
64 u32 nop; /* 0xDC: EMC_NOP */ member
424 static void nop(DBDMA_channel *ch) in nop() function
151 } nop; member
340 #define nop() __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t"); macro