Searched refs:w32 (Results 1 – 1 of 1) sorted by relevance
441 #define PHHBCI_PEEK32(w32, w8) \ argument443 w32 = ((uint32_t)(w8[3]) << 24) | ((uint32_t)(w8[2]) << 16) | \447 #define PHHBCI_READ32(w32, w8) \ argument449 PHHBCI_PEEK32(w32, w8); \450 w8 += sizeof(w32); \