Searched refs:cpu32 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dmisc.c106 cpu_to_be32(__u32 cpu32) argument
110 ((cpu32 << 24) & 0xff000000) |
111 ((cpu32 << 8) & 0x00ff0000) |
112 ((cpu32 >> 8) & 0x0000ff00) |
113 ((cpu32 >> 24) & 0x000000ff);
116 return cpu32;
H A Dmisc.h48 inline __u32 cpu_to_be32(__u32 cpu32);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dmisc.c105 cpu_to_be32(__u32 cpu32) argument
109 ((cpu32 << 24) & 0xff000000) |
110 ((cpu32 << 8) & 0x00ff0000) |
111 ((cpu32 >> 8) & 0x0000ff00) |
112 ((cpu32 >> 24) & 0x000000ff);
115 return cpu32;
H A Dmisc.h47 inline __u32 cpu_to_be32(__u32 cpu32);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dmisc.c106 cpu_to_be32(__u32 cpu32) argument
110 ((cpu32 << 24) & 0xff000000) |
111 ((cpu32 << 8) & 0x00ff0000) |
112 ((cpu32 >> 8) & 0x0000ff00) |
113 ((cpu32 >> 24) & 0x000000ff);
116 return cpu32;
H A Dmisc.h48 inline __u32 cpu_to_be32(__u32 cpu32);

Completed in 106 milliseconds