Home
last modified time | relevance | path

Searched refs:Fixed (Results 1 – 25 of 82) sorted by relevance

1234

/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1596 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isFixed in WriteDeclAbbrevs()
1709 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isUsed in WriteDeclAbbrevs()
1762 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Linkage in WriteDeclAbbrevs()
1763 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // HasInit in WriteDeclAbbrevs()
1782 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Used in WriteDeclAbbrevs()
1785 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // Access in WriteDeclAbbrevs()
1797 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 11)); // IDNS in WriteDeclAbbrevs()
1799 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Inline in WriteDeclAbbrevs()
1802 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Pure in WriteDeclAbbrevs()
1845 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs()
[all …]
H A DASTWriter.cpp682 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // NoReturn in WriteTypeAbbrevs()
685 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // CC in WriteTypeAbbrevs()
1746 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in WriteHeaderSearch()
1747 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in WriteHeaderSearch()
1748 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in WriteHeaderSearch()
2214 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in WritePreprocessor()
2427 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // State in WriteSubmodules()
2835 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in WriteFileDeclIDsMap()
3044 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in WriteSelectors()
3045 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in WriteSelectors()
[all …]
/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dchanges.txt46 -- Fixed bug in mp_toradix_size for "0" [Kevin Kenny]
50 v0.34 -- Fixed two more small errors in mp_prime_random_ex()
51 -- Fixed overflow in mp_mul_d() [Kevin Kenny]
65 -- Fixed overflow [minor] bug in fast_s_mp_sqr()
155 v0.26 -- Fixed typo that caused warning with GCC 3.2
284 -- Fixed up etc/tune.c
300 -- Fixed up etc/tune.c a tad
357 -- Fixed a bug in mp_invmod w.r.t. even moduli
359 -- Fixed up exptmod to use fewer multiplications
369 v0.04 -- Fixed a memory leak in mp_to_unsigned_bin
[all …]
/minix/external/mit/expat/dist/
H A DChanges41 - Fixed bug #1690883: Expat failed on EBCDIC systems as it assumed
44 - Fixed xmlwf bug #1513566: "out of memory" error on file size zero.
62 - Fixed headers for use from C++.
83 - Fixed enum XML_Status issue (reported on SourceForge many
93 - Fixed a variety of bugs: see SF issues #458907, #609603,
102 - Fixed a variety of bugs: see SF issues #615606, #616863,
123 - Fixed a variety of bugs: see SF issues #580793, #434664,
134 - Fixed a variety of bugs: see SF issues #441449, #563184,
149 - Fixed XML_SetReturnNSTriplet() to work for element names.
153 - Fixed many bugs; see SF bug reports #231864, #461380, #464837,
[all …]
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp431 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID. in AddSourceLocationAbbrev()
432 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. in AddSourceLocationAbbrev()
433 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. in AddSourceLocationAbbrev()
434 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset; in AddSourceLocationAbbrev()
458 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in EmitBlockInfoBlock()
480 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size. in EmitBlockInfoBlock()
488 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // Text size. in EmitBlockInfoBlock()
503 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size. in EmitBlockInfoBlock()
512 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Size. in EmitBlockInfoBlock()
514 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size. in EmitBlockInfoBlock()
[all …]
/minix/crypto/external/bsd/openssl/lib/libdes/
H A DVERSION1 Fixed the weak key values which were wrong :-(
8 Fixed a few tests in destest. Also added x86 assember for
220 Fixed a bug in non zero iv in 3cbc_enc.
232 Fixed up documentation.
238 Fixed some MSDOS uuen/uudecoding problems, thanks to
290 Fixed a bug or 2 in enc_read.c
291 Fixed a bug in enc_write.c
292 Fixed a pseudo bug in fcrypt.c (very obscure).
367 Fixed set_key :-)
402 Fixed byte order dependencies.
[all …]
/minix/crypto/external/bsd/openssl/dist/crypto/des/
H A DVERSION1 Fixed the weak key values which were wrong :-(
8 Fixed a few tests in destest. Also added x86 assember for
220 Fixed a bug in non zero iv in 3cbc_enc.
232 Fixed up documentation.
238 Fixed some MSDOS uuen/uudecoding problems, thanks to
290 Fixed a bug or 2 in enc_read.c
291 Fixed a bug in enc_write.c
292 Fixed a pseudo bug in fcrypt.c (very obscure).
367 Fixed set_key :-)
402 Fixed byte order dependencies.
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DInterferenceCache.cpp107 RegUnits.back().Fixed = &LIS->getRegUnit(*Units); in reset()
133 RUI.FixedI = RUI.Fixed->find(Start); in update()
139 if (RUI.FixedI != RUI.Fixed->end()) in update()
140 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update()
169 LiveInterval::const_iterator E = RegUnits[i].Fixed->end(); in update()
224 LiveRange *LR = RegUnits[i].Fixed; in update()
H A DInterferenceCache.h75 LiveRange *Fixed; member
81 : VirtTag(LIU.getTag()), Fixed(nullptr) { in RegUnitInfo()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitCodes.h93 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
120 case Fixed: in hasEncodingData()
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp626 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteModuleInfo()
635 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteModuleInfo()
641 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteModuleInfo()
816 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in WriteModuleMetadata()
828 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteModuleMetadata()
842 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in WriteModuleMetadata()
995 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in WriteConstants()
1001 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7)); in WriteConstants()
1784 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); in WriteBlockInfo()
1787 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in WriteBlockInfo()
[all …]
/minix/minix/lib/liblwip/dist/
H A DCHANGELOG1454 * etharp.h/.c: Fixed broken VLAN support.
1461 * ppp.c: Fixed bug #32280 (ppp: a pbuf is freed twice)
1966 * tcp_out.c: Fixed bug #27315: zero window probe and FIN
2018 Fixed wrong parenthesis, added check in init.c
3235 * tcp.h: Fixed bug #20287: Fixed nagle algorithm (sending was done too early if
3644 * dhcp.c: Fixed false triggers of request_timeout.
3659 * udp.c: Fixed bug #17200, added check for broadcast
3848 * Fixed two possible NULL references in rare cases.
3894 * Fixed pool pbuf memory leak in pbuf_alloc().
3899 pbufs. Fixed in pbuf_alloc().
[all …]
/minix/external/bsd/top/dist/
H A DChanges2 Main code: fixed bugs in screen_cleareol and in display code. Fixed
207 Fixed a few bugs in SVR4 module and added its use to
210 Fixed portability problem in display.c
262 Fixed vulnerability in use of snprintf.
402 Fixed calculation of OSREV in Configure.
449 Fixed bug in username.c: hashing negative uids.
454 Fixed procstates update bug in display.c.
455 Fixed divide by zero bug in utils.c.
456 Fixed bad number in layout.h
480 Fixed small bug in utils.c
[all …]
/minix/lib/libc/softfloat/
H A Dsoftfloat-history.txt15 -- Fixed a bug in all 64-bit-version square root functions except
32 -- Fixed a small error that caused `float64_round_to_int' often to round the
/minix/external/bsd/libpcap/dist/
H A DCHANGES64 Fixed build on Solaris 11
394 Fixed minor problem in gencode.c that would appear on 64-bit
450 Fixed HP-UX libpcap implementation to correctly get the PPA for
478 Fixed bug that could cause subsequent "pcap_compile()"s to fail
572 - Fixed Linux include file problems when using GNU libc.
592 - Fixed savefile bugs.
601 - Fixed pcap_lookupdev() to ignore nonexistent devices. This was
625 - Fixed padding problems in the pf module.
627 - Fixed some more alignment problems on the alpha.
632 - Fixed to handle raw ip addresses such as 0.0.0.1 without "left
[all …]
/minix/external/public-domain/xz/dist/
H A DNEWS7 * Fixed a compression-ratio regression in fast mode of LZMA1 and
10 * Fixed a portability problem in xz that affected at least OpenBSD.
12 * Fixed xzdiff to be compatible with FreeBSD's mktemp which differs
25 * liblzma: Fixed lzma_stream_encoder_mt_memusage() when a preset
63 - Fixed a race condition in the signal handling. It was
88 * liblzma: Fixed the use of presets in threaded encoder
133 - Fixed a deadlock in the threaded encoder.
145 - Fixed a race condition in the signal handling. It was
177 - Fixed liblzma.pc for static linking.
179 - Fixed a few portability bugs.
[all …]
/minix/external/bsd/flex/dist/
H A DONEWS3 - Fixed a bug introduced in 2.5.3 that blew it when a call
6 - Fixed scanner skeleton so the example in the man page of
536 - Fixed serious bug in reading multiple files.
538 - Fixed bug in scanning NUL's.
540 - Fixed bug in input() returning 8-bit characters.
542 - Fixed bug in matching text with embedded NUL's when
574 - Fixed fairly benign memory leak.
589 - Fixed two serious bugs in scanning 8-bit characters.
873 - Fixed bug in using yymore() at the end of a file.
875 - Fixed bug compiling flex on Suns using gcc 2.
[all …]
/minix/external/bsd/llvm/dist/llvm/test/MC/PowerPC/
H A Dppc64-encoding.s115 # Fixed-point facility
117 # Fixed-point load instructions
189 # Fixed-point store instructions
261 # Fixed-point load and store multiple instructions
270 # FIXME: Fixed-point move assist instructions
272 # Fixed-point arithmetic instructions
478 # Fixed-point compare instructions
506 # Fixed-point trap instructions
521 # Fixed-point select
527 # Fixed-point logical instructions
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp62 case BitCodeAbbrevOp::Fixed: in readAbbreviatedField()
81 case BitCodeAbbrevOp::Fixed: in skipAbbreviatedField()
257 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord()
/minix/external/bsd/dhcp/dist/contrib/ms2isc/
H A Dreadme.txt13 SMC 030129 Fixed inclusion range calculation by sorting exclusion before
/minix/external/bsd/llvm/dist/llvm/test/Assembler/
H A D2002-03-08-NameCollision.ll11 ; Fixed by delaying binding of variable names until _after_ the method symtab is
/minix/external/bsd/llvm/dist/llvm/test/Other/
H A D2002-03-11-ConstPropCrash.ll6 ; Fixed by adding new arguments to ConstantFoldTerminator
/minix/external/bsd/atf/dist/
H A DNEWS57 * Fixed an issue with the handling of cin with libc++.
59 * Issue 64: Fixed various mandoc formatting warnings.
65 * NetBSD PR bin/48285: Fixed atf_check examples in atf-sh-api(3).
117 * PR bin/45859: Fixed some XSLT bugs that resulted in the tc-time and
234 * Fixed the 'match' output checker in atf-check to properly validate the
305 * Fixed the XSTL and CSS stylesheets to support expected failures.
407 * Fixed test programs to get a sane default value for their source
491 * Fixed sign comparison mismatches triggered by the now-enabled
494 * Fixed many memory and object leaks.
586 * Fixed a serious bug that prevented atf-run(1) from working at all
[all …]
/minix/external/bsd/bind/dist/contrib/zkt-1.1.3/
H A DCHANGELOG13 * bug Fixed bug in BIND version parsing (9.10.1 was parsed as 910
25 * bug Fixed bug introduced by changes on inc_soa_serial()
33 * bug Fixed bug in inc_serial()
45 * misc Fixed some typos in log messages
149 * bug Fixed bug in (re)salting dynamic zones.
281 Fixed by Shane Kerr.
335 * bug Fixed verbose logging error if -N or -D option was used
343 * bug Fixed bug in logging of ZSK rollover
348 * bug Fixed use of uninitialized vars in zconf.c (line)
567 * bug dosigning(): Fixed bug in printing undefined serial
[all …]
/minix/lib/libc/db/
H A Dchangelog70 hash: Fixed big key overflow bugs.
84 recno: Fixed bug in sorted page splits.

1234