Searched refs:Nbytes (Results 1 – 1 of 1) sorted by relevance
370 #define read_addr_unaligned_inc(Nbytes, Dbg, Addr) \ argument371 (assert ((Nbytes) == 4 || (Nbytes) == 8), \372 ((Nbytes) == 4 ? read_4ubyte_unaligned_inc (Dbg, Addr) \