Home
last modified time | relevance | path

Searched refs:bsec (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_buildmap.cpp366 LoadSectors (bsec); in P_LoadBloodMap()
371 delete[] bsec; in P_LoadBloodMap()
398 bsec->wallptr = WORD(bsec->wallptr); in LoadSectors()
399 bsec->wallnum = WORD(bsec->wallnum); in LoadSectors()
400 bsec->ceilingstat = WORD(bsec->ceilingstat); in LoadSectors()
401 bsec->floorstat = WORD(bsec->floorstat); in LoadSectors()
448 if (bsec->floorstat & 4) in LoadSectors()
453 if (bsec->floorstat & 16) in LoadSectors()
457 if (bsec->floorstat & 32) in LoadSectors()
646 if ((bsec->floorstat & 2) && (bsec->floorheinum != 0)) in LoadWalls()
[all …]
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/cobalt-ctl/
H A Ds-record.c20 double bsec = bytes / (esec - ssec); in show_performance() local
23 if (bsec / 1000000 > 1.0) in show_performance()
24 printf("%.3lf MB/s\n", bsec/1000000); in show_performance()
25 else if (bsec / 1000 > 1.0) in show_performance()
26 printf("%.3lf kB/s\n", bsec/1000); in show_performance()
28 printf("%.3lf B/s\n", bsec); in show_performance()
H A Dcobalt-ctl.c217 double bsec = bytes / (esec - ssec); in show_performance() local
220 if (bsec / 1000000 > 1.0) in show_performance()
221 printf("%.3lf MB/s\n", bsec/1000000); in show_performance()
222 else if (bsec / 1000 > 1.0) in show_performance()
223 printf("%.3lf kB/s\n", bsec/1000); in show_performance()
225 printf("%.3lf B/s\n", bsec); in show_performance()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/cobalt-ctl/
H A Ds-record.c20 double bsec = bytes / (esec - ssec); in show_performance() local
23 if (bsec / 1000000 > 1.0) in show_performance()
24 printf("%.3lf MB/s\n", bsec/1000000); in show_performance()
25 else if (bsec / 1000 > 1.0) in show_performance()
26 printf("%.3lf kB/s\n", bsec/1000); in show_performance()
28 printf("%.3lf B/s\n", bsec); in show_performance()
H A Dcobalt-ctl.c217 double bsec = bytes / (esec - ssec); in show_performance() local
220 if (bsec / 1000000 > 1.0) in show_performance()
221 printf("%.3lf MB/s\n", bsec/1000000); in show_performance()
222 else if (bsec / 1000 > 1.0) in show_performance()
223 printf("%.3lf kB/s\n", bsec/1000); in show_performance()
225 printf("%.3lf B/s\n", bsec); in show_performance()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/contrib/cobalt-ctl/
H A Ds-record.c20 double bsec = bytes / (esec - ssec); in show_performance() local
23 if (bsec / 1000000 > 1.0) in show_performance()
24 printf("%.3lf MB/s\n", bsec/1000000); in show_performance()
25 else if (bsec / 1000 > 1.0) in show_performance()
26 printf("%.3lf kB/s\n", bsec/1000); in show_performance()
28 printf("%.3lf B/s\n", bsec); in show_performance()
H A Dcobalt-ctl.c217 double bsec = bytes / (esec - ssec); in show_performance() local
220 if (bsec / 1000000 > 1.0) in show_performance()
221 printf("%.3lf MB/s\n", bsec/1000000); in show_performance()
222 else if (bsec / 1000 > 1.0) in show_performance()
223 printf("%.3lf kB/s\n", bsec/1000); in show_performance()
225 printf("%.3lf B/s\n", bsec); in show_performance()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/toolbox/
H A Dnewfs_msdos.c399 bpb.bsec = bpb.sec; in newfs_msdos_main()
411 bpb.bsec = opt_s; in newfs_msdos_main()
418 bpb.bsec = opt_s; in newfs_msdos_main()
421 delta = bpb.bsec % bpb.spt; in newfs_msdos_main()
425 bpb.bsec -= delta; in newfs_msdos_main()
629 bpb.sec = bpb.bsec; in newfs_msdos_main()
630 bpb.bsec = 0; in newfs_msdos_main()
672 mk4(bsbpb->bsec, bpb.bsec); in newfs_msdos_main()
821 bpb->bsec = (u_int)block_size; in getdiskinfo()
919 if (bpb->bsec == 0) in getdiskinfo()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/ld/
H A Dldelfgen.c148 asection *bsec = NULL; in compare_link_order() local
154 bsec = elf_linked_to_section (bi->is->section); in compare_link_order()
157 if (asec == NULL || bsec == NULL) in compare_link_order()
159 if (bsec != NULL) in compare_link_order()
167 bpos = bsec->output_section->lma + bsec->output_offset; in compare_link_order()
178 if (asec->size < bsec->size) in compare_link_order()
180 else if (asec->size > bsec->size) in compare_link_order()
189 bpos = bsec->output_section->vma + bsec->output_offset; in compare_link_order()
195 return asec->id - bsec->id; in compare_link_order()
/dports/devel/gnulibiberty/binutils-2.37/ld/
H A Dldelfgen.c148 asection *bsec = NULL; in compare_link_order() local
154 bsec = elf_linked_to_section (bi->is->section); in compare_link_order()
157 if (asec == NULL || bsec == NULL) in compare_link_order()
159 if (bsec != NULL) in compare_link_order()
167 bpos = bsec->output_section->lma + bsec->output_offset; in compare_link_order()
178 if (asec->size < bsec->size) in compare_link_order()
180 else if (asec->size > bsec->size) in compare_link_order()
189 bpos = bsec->output_section->vma + bsec->output_offset; in compare_link_order()
195 return asec->id - bsec->id; in compare_link_order()
/dports/devel/binutils/binutils-2.37/ld/
H A Dldelfgen.c148 asection *bsec = NULL; in compare_link_order() local
154 bsec = elf_linked_to_section (bi->is->section); in compare_link_order()
157 if (asec == NULL || bsec == NULL) in compare_link_order()
159 if (bsec != NULL) in compare_link_order()
167 bpos = bsec->output_section->lma + bsec->output_offset; in compare_link_order()
178 if (asec->size < bsec->size) in compare_link_order()
180 else if (asec->size > bsec->size) in compare_link_order()
189 bpos = bsec->output_section->vma + bsec->output_offset; in compare_link_order()
195 return asec->id - bsec->id; in compare_link_order()
/dports/security/libgcrypt/libgcrypt-1.9.4/mpi/
H A Dmpi-pow.c57 int esec, msec, bsec; in _gcry_mpi_powm() local
82 bsec = mpi_is_secure(base); in _gcry_mpi_powm()
126 bp_nlimbs = bsec ? (bsize + 1):0; in _gcry_mpi_powm()
127 bp = bp_marker = mpi_alloc_limb_space( bsize + 1, bsec ); in _gcry_mpi_powm()
153 bp_nlimbs = bsec? bsize:0; in _gcry_mpi_powm()
154 bp = bp_marker = mpi_alloc_limb_space( bsize, bsec ); in _gcry_mpi_powm()
413 int esec, msec, bsec; in _gcry_mpi_powm() local
455 bsec = mpi_is_secure(base); in _gcry_mpi_powm()
497 bp_nlimbs = bsec ? (bsize + 1):0; in _gcry_mpi_powm()
525 bp_nlimbs = bsec? bsize:0; in _gcry_mpi_powm()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/mpi/
H A Dmpi-pow.c57 int esec, msec, bsec; in _gcry_mpi_powm() local
82 bsec = mpi_is_secure(base); in _gcry_mpi_powm()
126 bp_nlimbs = bsec ? (bsize + 1):0; in _gcry_mpi_powm()
127 bp = bp_marker = mpi_alloc_limb_space( bsize + 1, bsec ); in _gcry_mpi_powm()
153 bp_nlimbs = bsec? bsize:0; in _gcry_mpi_powm()
154 bp = bp_marker = mpi_alloc_limb_space( bsize, bsec ); in _gcry_mpi_powm()
413 int esec, msec, bsec; in _gcry_mpi_powm() local
455 bsec = mpi_is_secure(base); in _gcry_mpi_powm()
497 bp_nlimbs = bsec ? (bsize + 1):0; in _gcry_mpi_powm()
525 bp_nlimbs = bsec? bsize:0; in _gcry_mpi_powm()
[all …]
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/macosx/
H A Duptime.c14 time_t bsec = boottime.tv_sec, csec = time(NULL); in uptime() local
16 return (long) difftime(csec, bsec); in uptime()
/dports/security/gnupg1/gnupg-1.4.23/mpi/
H A Dmpi-pow.c54 int esec, msec, bsec, rsec; in mpi_powm() local
72 bsec = mpi_is_secure(base); in mpi_powm()
106 bp = bp_marker = mpi_alloc_limb_space( bsize + 1, bsec ); in mpi_powm()
142 bp = bp_marker = mpi_alloc_limb_space( bsize, bsec ); in mpi_powm()
368 int esec, msec, bsec; in mpi_powm() local
406 bsec = mpi_is_secure(base); in mpi_powm()
447 bp = bp_marker = mpi_alloc_limb_space( bsize + 1, bsec ); in mpi_powm()
474 bp = bp_marker = mpi_alloc_limb_space( bsize, bsec ); in mpi_powm()
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/libev/
H A Dstathelper.c164 unsigned long bsec,bnsec; in _pystat_fromstructstat() local
165 bsec = (long)st->st_birthtime; in _pystat_fromstructstat()
171 val = PyFloat_FromDouble(bsec + 1e-9*bnsec); in _pystat_fromstructstat()
/dports/lang/mosh/mosh-0.2.7/misc/scripts/
H A Dcount-insn.scm12 [(name bsec busec asec ausec)
13 (if (zero? (- asec bsec))
H A Danalyze-profile.scm12 [(name (bsec . busec) (asec . ausec) . rest)
13 (if (zero? (- asec bsec))
H A Dinsn-bridge.scm13 [(name bsec busec asec ausec)
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/Xext/
H A Dxtest1dd.c1502 unsigned long bsec; local
1517 bsec = btime.tv_sec;
1528 if (bsec > psec)
1534 if (bsec == psec)
1564 the_residual->tv_sec = psec - bsec;
1568 the_residual->tv_sec = psec - bsec;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_slopes.c594 sector_t *bsec = line->backsector; in P_CopySectorSlope() local
600 if (bsec) in P_CopySectorSlope()
602 setback |= P_SetSlopeFromTag(bsec, line->args[2], false); in P_CopySectorSlope()
603 setback |= P_SetSlopeFromTag(bsec, line->args[3], true); in P_CopySectorSlope()
606 setback |= P_CopySlope(&bsec->f_slope, fsec->f_slope); in P_CopySectorSlope()
608 setfront |= P_CopySlope(&fsec->f_slope, bsec->f_slope); in P_CopySectorSlope()
610 setback |= P_CopySlope(&bsec->c_slope, fsec->c_slope); in P_CopySectorSlope()
612 setfront |= P_CopySlope(&fsec->c_slope, bsec->c_slope); in P_CopySectorSlope()
618 P_UpdateHasSlope(bsec); in P_CopySectorSlope()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/arm/mach-stm32mp/
H A DMakefile13 obj-y += bsec.o
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/mach-stm32mp/
H A DMakefile13 obj-y += bsec.o
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/arch/arm/mach-stm32mp/
H A DMakefile13 obj-y += bsec.o
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/arch/arm/mach-stm32mp/
H A DMakefile13 obj-y += bsec.o

12345678910>>...15