/system/core/toolbox/ |
newfs_msdos.c | 123 u_int8_t bsec[4]; /* big total sectors */ member in struct:bsbpb 167 u_int bsec; /* big total sectors */ member in struct:bpb 399 bpb.bsec = bpb.sec; 411 bpb.bsec = opt_s; 418 bpb.bsec = opt_s; 420 bpb.bsec -= (opt_ofs / bpb.bps); 421 delta = bpb.bsec % bpb.spt; 424 (int)delta, bpb.bsec, bpb.spt); 425 bpb.bsec -= delta; 428 if (bpb.bsec <= 6000) /* about 3MB -> 512 bytes * [all...] |
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
tic6xdsbt.em | 75 asection *asec = *(asection **) a, *bsec = *(asection **) b; 76 asection *aout = asec->output_section, *bout = bsec->output_section; 84 bvma = bout->vma + bsec->output_offset;
|
armelf.em | 252 asection *asec = *(asection **) a, *bsec = *(asection **) b; 253 asection *aout = asec->output_section, *bout = bsec->output_section; 261 bvma = bout->vma + bsec->output_offset;
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-rx.c | 3172 sec_ptr bsec; local [all...] |
elflink.c | [all...] |
/prebuilts/go/darwin-x86/src/time/ |
time_test.go | 238 bsec = new(big.Int) 261 bsec.SetInt64(sec) 263 bt.Mul(bsec, b1e9)
|
/prebuilts/go/linux-x86/src/time/ |
time_test.go | 238 bsec = new(big.Int) 261 bsec.SetInt64(sec) 263 bt.Mul(bsec, b1e9)
|
/toolchain/binutils/binutils-2.25/ld/ |
ldlang.c | 409 /* Compare sections ASEC and BSEC according to SORT. */ 412 compare_section (sort_type sort, asection *asec, asection *bsec) 426 = get_init_priority (bfd_get_section_name (bsec->owner, bsec)); 436 ret = (bfd_section_alignment (bsec->owner, bsec) 445 bfd_get_section_name (bsec->owner, bsec)); 450 bfd_get_section_name (bsec->owner, bsec)); [all...] |