HomeSort by relevance Sort by last modified time
    Searched refs:ltohl (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
file_sync_service.h 29 #define ltohl(x) __swap_uint32(x) macro
33 #define ltohl(x) (x) macro
file_sync_service.c 179 timestamp = ltohl(msg.data.size);
185 len = ltohl(msg.data.size);
241 len = ltohl(msg.data.size);
375 namelen = ltohl(msg.req.namelen);
file_sync_client.c 99 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(msg.status.msglen)
    [all...]

Completed in 387 milliseconds