Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 25 of 248) sorted by relevance

12345678910

/openbsd-src/regress/lib/libc/cephes/
H A Dieee.c1128 void emdnorm( s, lost, subflg, exp, rcntrl ) in emdnorm() argument
1130 int lost;
1167 lost = 1;
1244 lost |= s[NI-1] & 1;
1267 if( lost == 0 )
1411 int i, lost, j, k; local
1445 lost = 0;
1451 lost = eshift( ai, k ); /* shift the smaller number down */
1509 emdnorm( bi, lost, subflg, ltb, 64 );
2832 unsigned short lost; local
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dheadwithmarkup.t14 # we want to make sure that the marked-up text is not lost
/openbsd-src/usr.sbin/unbound/testcode/
H A Dperf.c401 int i, lost; in perfendstats() local
412 lost = (int)(info->total_sent - info->total_recv) - (int)info->io_num; in perfendstats()
417 if(lost > 0) in perfendstats()
418 printf("Packets lost: %d\n", (int)lost); in perfendstats()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dbfdsumm.texi28 @emph{Information can be lost during output.} The output formats
47 @emph{Information can be lost during canonicalization.} The BFD
61 be lost. If the data is then written back in the same format, the back
65 there is no information lost when
68 only lost from the files whose format differs from the destination.
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dbfdsumm.texi28 @emph{Information can be lost during output.} The output formats
47 @emph{Information can be lost during canonicalization.} The BFD
61 be lost. If the data is then written back in the same format, the back
65 there is no information lost when
68 only lost from the files whose format differs from the destination.
/openbsd-src/gnu/
H A DREADME16 need some further maintenance over time, or risk getting lost.
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dproto-lossage-1.m2 may be lost, leading to superfluous warnings. */
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A DREADME13 information was lost, but being picky on over 8,000 messages is a sure
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/include/
H A Dgcc-common.texi25 @c they get lost at some point in handling the macro. But if @macro is
/openbsd-src/gnu/usr.bin/perl/
H A Dmg_names.inc6 * Any changes made here will be lost!
H A Doverload.inc13 * Any changes made here will be lost!
H A Dpacksizetables.inc4 Any changes made here will be lost!
/openbsd-src/sys/net/
H A Dif_pppvar.h172 void ppppktin(struct ppp_softc *sc, struct ppp_pkt *pkt, int lost);
/openbsd-src/gnu/usr.bin/perl/dist/if/
H A DChanges32 - The update of 0.0401 was lost during update to 0.05
/openbsd-src/regress/bin/ksh/
H A Dalias.t94 Check that newlines in an alias don't cause the command to be lost.
/openbsd-src/sbin/isakmpd/
H A DBUGS36 * Looping QM seen (due to lost sendpackets from other participant?)
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-07-06-LoweringIRForCodeGen.txt18 more specialized code any time we want (so that portability is not lost).
/openbsd-src/gnu/gcc/gcc/doc/include/
H A Dgcc-common.texi24 @c they get lost at some point in handling the macro. But if @macro is
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_ct.c382 unsigned int lost = fence % ARRAY_SIZE(ct->requests.lost_and_found); in ct_track_lost_and_found() local
390 ct->requests.lost_and_found[lost].stack = stack_depot_save(entries, n, GFP_NOWAIT); in ct_track_lost_and_found()
392 ct->requests.lost_and_found[lost].fence = fence; in ct_track_lost_and_found()
393 ct->requests.lost_and_found[lost].action = action; in ct_track_lost_and_found()
/openbsd-src/usr.bin/file/magdir/
H A Dsun88 >>116 belong =29 (resource lost)
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5221delta.pod247 could be lost in cases where mantissa overflow was caused by too many trailing
253 Another hexadecimal floating point bug, causing low-order bits to be lost in
H A Dperl582delta.pod18 binary compatibility was accidentally lost between 5.8.0 and 5.8.1.
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToUpdateDebugInfo.rst37 would be severely impacted if that ability were lost.
155 way to reconstitute the value of the lost instruction, this is the best
193 and debug info is needlessly lost.
/openbsd-src/gnu/usr.bin/perl/dist/Safe/
H A DChanges67 fix [perl #72700]: An exception thrown from a closure was getting lost.
/openbsd-src/sys/msdosfs/
H A Dmsdosfs_vnops.c1010 panic("msdosfs_rename: lost to startdir"); in msdosfs_rename()
1061 panic("msdosfs_rename: lost from startdir"); in msdosfs_rename()
1070 panic("rename: lost dir entry"); in msdosfs_rename()
1091 panic("rename: lost dir entry"); in msdosfs_rename()
1415 long lost; in msdosfs_readdir() local
1460 lost = uio->uio_resid - count; in msdosfs_readdir()
1643 uio->uio_resid += lost; in msdosfs_readdir()

12345678910