HomeSort by: relevance | last modified time | path
    Searched refs:Text (Results 1 - 13 of 13) sorted by relevancy

  /src/common/dist/zlib/contrib/ada/
buffer_demo.adb 17 -- This program compresses a string of text, and then decompresses the
18 -- compressed text into a buffer of the same size as the original text.
27 Text : constant String
32 Source : Stream_Element_Array (1 .. Text'Length);
33 for Source'Address use Text'Address;
36 Ada.Text_IO.Put (Text);
39 ("Uncompressed size : " & Positive'Image (Text'Length) & " bytes");
42 Compressed_Data : Stream_Element_Array (1 .. Text'Length);
71 Uncompressed_Data : Stream_Element_Array (1 .. Text'Length)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 105 const char *Text;
108 Range() : Start(), End(), Text() {}
109 Range(MemoryLocation Start, MemoryLocation End, const char *Text)
110 : Start(Start), End(End), Text(Text) {}
113 const char *getText() const { return Text; }
  /src/sys/arch/amiga/stand/dumpfont/
dumpfont.c 15 #include <graphics/text.h>
62 Text (&rp, str, 256 - 32);
fontdumper.c 33 #include <graphics/text.h>
144 Text (&rp, &str[i], 1);
148 Text (&rp, str, 256 - 32);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtil.cpp 128 bool ParseDictionaryFile(const std::string &Text, Vector<Unit> *Units) {
129 if (Text.empty()) {
133 std::istringstream ISS(Text);
FuzzerDictionary.h 115 bool ParseDictionaryFile(const std::string &Text, Vector<Unit> *Units);
FuzzerInternal.h 110 void PrintStatusForNewUnit(const Unit &U, const char *Text);
FuzzerLoop.cpp 608 void Fuzzer::PrintStatusForNewUnit(const Unit &U, const char *Text) {
611 PrintStats(Text, "");
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
ChecksumImpl.cs 10 using System.Text;
DotZLib.cs 11 using System.Text;
  /src/usr.bin/make/unit-tests/
directive-for-escape.mk 75 # Instead, it is meant to represent literal text, the only escaping mechanism
104 # Text Meaning Explanation
106 # { { ordinary text
107 # UNDEF UNDEF ordinary text
109 # U U ordinary text
123 # FIXME: There was no expression '$\' in the original text of the variable
256 # XXX: Why does '$' result in the same text as '$$'?
260 # XXX: Why does '$' result in the same text as '$$'?
272 # same principle applies for other names as well. In this case, the text '$,'
273 # is replaced with the expression '${:U1}', even though the text does no
    [all...]
  /src/usr.sbin/sysinst/
msg.mi.en 864 {Text processing tools}
  /src/sys/external/isc/libsodium/dist/test/default/
Makefile.in 590 # Restructured Text title.

Completed in 21 milliseconds