HomeSort by relevance Sort by last modified time
    Searched full:make_uint32 (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
parsenfsfh.c 91 #define make_uint32(msb,b,c,lsb)\ macro
267 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
279 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]);
287 fsidp->fsid_code = make_uint32(fhp[7], fhp[6], fhp[5], fhp[4]);
290 temp = make_uint32(fhp[3], fhp[2], fhp[1], fhp[0]);
294 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]);
305 temp = make_uint32(fhp[8], fhp[9], fhp[10], fhp[11]);
315 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7]);
317 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
338 fsidp->fsid_code = make_uint32(fhp[4], fhp[5], fhp[6], fhp[7])
    [all...]

Completed in 83 milliseconds