HomeSort by relevance Sort by last modified time
    Searched defs:__cpu_to_le32 (Results 201 - 201 of 201) sorted by null

1 2 3 4 5 6 7 89

  /external/syslinux/gpxe/src/drivers/net/
prism2.c 70 #define __cpu_to_le32(x) (x) macro
75 #define host2hfa384x_32(n) (__cpu_to_le32((UINT32)(n)))

Completed in 171 milliseconds

1 2 3 4 5 6 7 89