Searched refs:ltohl (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dfile_sync_service.h29 #define ltohl(x) __swap_uint32(x) macro
33 #define ltohl(x) (x) macro
H A Dfile_sync_service.c179 timestamp = ltohl(msg.data.size);
185 len = ltohl(msg.data.size);
241 len = ltohl(msg.data.size);
375 namelen = ltohl(msg.req.namelen);
H A Dfile_sync_client.c99 len = ltohl(msg.dent.namelen);
105 func(ltohl(msg.dent.mode),
106 ltohl(msg.dent.size),
107 ltohl(msg.dent.time),
147 *timestamp = ltohl(msg.stat.time);
178 *timestamp = ltohl(msg.stat.time);
179 *mode = ltohl(msg.stat.mode);
180 *size = ltohl(msg.stat.size);
206 *mode = ltohl(msg.stat.mode);
401 len = ltohl(ms
[all...]

Completed in 38 milliseconds