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
478 bpb.nft = opt_n;
510 if (!bpb.nft)
511 bpb.nft = 2;
516 bpb.nft +
524 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft +
561 * requiring another nft reserved blocks. If spc changes, it will
578 bpb.bps * NPB) * bpb.nft +
586 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec
    [all...]
  /external/libsepol/src/
policydb.c 1281 filename_trans_t *ft, *nft; local
1349 nft = ft->next;
1352 ft = nft;
    [all...]

Completed in 320 milliseconds