Home
last modified time | relevance | path

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

12345678910>>...22

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dmemleaktest.c47 char *lost; in main() local
49 lost = OPENSSL_malloc(3); in main()
50 if (!TEST_ptr(lost)) in main()
53 strcpy(lost, "ab"); in main()
56 OPENSSL_free(lost); in main()
60 lost = NULL; in main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dmemleaktest.c30 char *lost; in main() local
38 lost = OPENSSL_malloc(3); in main()
39 if (!TEST_ptr(lost)) in main()
43 OPENSSL_free(lost); in main()
44 lost = NULL; in main()
52 return TEST_int_eq(lost != NULL, noleak == 0) ? EXIT_SUCCESS : EXIT_FAILURE; in main()
/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A DREADME.timecodes26 synchronized to the broadcast signal, then lost the signal and is
46 been lost for about ten hours
68 been lost for about ten hours; unlock condition is indicated by
86 initial synchronization and when received signal is lost for an
105 hh:mm:ss.? once synch is established and then lost again for about
140 lost for an extended period. A receiver unlock condition is
/netbsd-src/external/bsd/am-utils/dist/scripts/
H A Dlostaltmail.conf-sample35 # Subject of lost log mail message. Must define $MAILGRUNT.
53 $MAILJUNK='[a-z]\.[0-9]*|\.\.?|lost\+found';
80 $LOCK_RETRIES=10; # The number of seconds/retries lost mail
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dwasm32-dis.c200 unsigned char lost, mask; in wasm_read_leb128() local
211 lost = byte ^ (result >> shift); in wasm_read_leb128()
218 lost = byte; in wasm_read_leb128()
221 if ((lost & mask) != (sign && (int64_t) result < 0 ? mask : 0)) in wasm_read_leb128()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dwasm32-dis.c200 unsigned char lost, mask; in wasm_read_leb128() local
211 lost = byte ^ (result >> shift); in wasm_read_leb128()
218 lost = byte; in wasm_read_leb128()
221 if ((lost & mask) != (sign && (int64_t) result < 0 ? mask : 0)) in wasm_read_leb128()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Datan.c292 mpfr_prec_t prec, realprec, est_lost, lost; in mpfr_atan() local
420 lost = 0; in mpfr_atan()
423 lost = 9 - 2 * MPFR_EXP(sk); in mpfr_atan()
506 if (MPFR_LIKELY (MPFR_CAN_ROUND (arctgt, realprec + est_lost - lost, in mpfr_atan()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dbfdsumm.texi30 @emph{Information can be lost during output.} The output formats
49 @emph{Information can be lost during canonicalization.} The BFD
63 be lost. If the data is then written back in the same format, the back
67 there is no information lost when
70 only lost from the files whose format differs from the destination.
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dbfdsumm.texi30 @emph{Information can be lost during output.} The output formats
49 @emph{Information can be lost during canonicalization.} The BFD
63 be lost. If the data is then written back in the same format, the back
67 there is no information lost when
70 only lost from the files whose format differs from the destination.
/netbsd-src/external/bsd/unbound/dist/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()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dwasm-module.c117 unsigned char lost, mask; in wasm_read_leb128() local
128 lost = byte ^ (result >> shift); in wasm_read_leb128()
135 lost = byte; in wasm_read_leb128()
138 if ((lost & mask) != (sign && (bfd_signed_vma) result < 0 ? mask : 0)) in wasm_read_leb128()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dwasm-module.c117 unsigned char lost, mask; in wasm_read_leb128() local
128 lost = byte ^ (result >> shift); in wasm_read_leb128()
135 lost = byte; in wasm_read_leb128()
138 if ((lost & mask) != (sign && (bfd_signed_vma) result < 0 ? mask : 0)) in wasm_read_leb128()
/netbsd-src/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros62 number of bits given in `count'. Any bits shifted off are lost. The value
210 number of bits given in `count'. Any bits shifted off are lost. The value
229 by the number of bits given in `count'. Any bits shifted off are lost.
267 any carry out is lost. The result is broken into two 32-bit pieces which
287 modulo 2^96, so any carry out is lost. The result is broken into three
326 2^64, so any borrow out (carry out) is lost. The result is broken into two
345 is modulo 2^96, so any borrow out (carry out) is lost. The result is broken
/netbsd-src/etc/rc.d/
H A Dcleartmp46 find -x . ! -name . ! -name lost+found ! -name quota.user \
/netbsd-src/lib/libc/arch/mips/gen/
H A D_resumecontext.S80 SYSTRAP(exit) # all hope is lost.
/netbsd-src/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros137 number of bits given in `count'. Any bits shifted off are lost. The value
285 number of bits given in `count'. Any bits shifted off are lost. The value
304 by the number of bits given in `count'. Any bits shifted off are lost.
342 any carry out is lost. The result is broken into two 64-bit pieces which
362 modulo 2^192, so any carry out is lost. The result is broken into three
401 2^128, so any borrow out (carry out) is lost. The result is broken into two
420 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DDSA_dup_DH.pod16 is lost during that conversion, but the resulting DH parameters
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.17.rst
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DDSA_dup_DH.pod24 is lost during that conversion, but the resulting DH parameters
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dmem.c1618 uint64_t lost; isc_mem_renderxml() local
1760 uint64_t lost; isc_mem_renderjson() local
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A DREADME15 - All data on your PDA will be lost if the kernel boot successfully.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dshortlived_example.txt25 In the above output, around 5% of the CPU was lost to short
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dshortlived_example.txt25 In the above output, around 5% of the CPU was lost to short
/netbsd-src/bin/ksh/
H A Dsiglist.in36 LOST File lock lost
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-07-06-LoweringIRForCodeGen.txt18 more specialized code any time we want (so that portability is not lost).

12345678910>>...22