Searched defs:H4 (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dtransport_usb.c31 #define H4(x) (((x) & 0xFF000000) >> 24) | (((x) & 0x00FF0000) >> 8) | (((x) & 0x0000FF00) << 8) | (((x) & 0x000000FF) << 24) macro
34 p->msg.command = H4(p->msg.command);
35 p->msg.arg0 = H4(p->msg.arg0);
36 p->msg.arg1 = H4(p->msg.arg1);
37 p->msg.data_length = H4(p->msg.data_length);
38 p->msg.data_check = H4(p->msg.data_check);
39 p->msg.magic = H4(p->msg.magic);
43 return H4(n);
H A Dtransport_local.c29 #define H4(x) (((x) & 0xFF000000) >> 24) | (((x) & 0x00FF0000) >> 8) | (((x) & 0x0000FF00) << 8) | (((x) & 0x000000FF) << 24) macro
32 p->msg.command = H4(p->msg.command);
33 p->msg.arg0 = H4(p->msg.arg0);
34 p->msg.arg1 = H4(p->msg.arg1);
35 p->msg.data_length = H4(p->msg.data_length);
36 p->msg.data_check = H4(p->msg.data_check);
37 p->msg.magic = H4(p->msg.magic);

Completed in 183 milliseconds