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

  /system/core/toolbox/
newfs_msdos.c 115 u_int8_t nft; /* number of FATs */ member in struct:bsbpb
159 u_int nft; /* number of FATs */ member in struct:bpb
480 bpb.nft = opt_n;
512 if (!bpb.nft)
513 bpb.nft = 2;
518 bpb.nft +
526 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft +
564 bpb.bps * NPB) * bpb.nft +
572 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
574 x1 += x * bpb.nft;
    [all...]
  /external/libsepol/src/
policydb.c 1237 filename_trans_t *ft, *nft; local
1305 nft = ft->next;
1308 ft = nft;
    [all...]

Completed in 2889 milliseconds