Searched refs:rds (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/include/android_stub/system/ |
H A D | radio.h | 94 radio_rds_t rds; /* RDS variants supported */ member 224 radio_rds_t radio_rds_for_region(bool rds, radio_region_t region) { in radio_rds_for_region() argument 225 if (!rds) in radio_rds_for_region()
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 252 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local 526 rds = howmany(bpb.bpbRootDirEnts, in mkfs_msdos() 534 rds + in mkfs_msdos() 545 x1 = bpb.bpbResSectors + rds; in mkfs_msdos() 640 for (lsn = 0; lsn < dir + (fat == 32 ? bpb.bpbSecPerClust : rds); lsn++) { in mkfs_msdos() 644 (dir + (fat == 32 ? bpb.bpbSecPerClust: rds)), in mkfs_msdos() 646 (fat == 32 ? bpb.bpbSecPerClust: rds))); in mkfs_msdos()
|
Completed in 3 milliseconds