Searched refs:LE_FETCH32 (Results 1 – 1 of 1) sorted by relevance
475 # define LE_FETCH32(a) ({ register unsigned int l; \ macro484 # define LE_FETCH32(a) ({ register unsigned int l; \ macro546 # ifdef LE_FETCH32547 # define HOST_FETCH32(p,l) LE_FETCH32(p)