HomeSort by: relevance | last modified time | path
    Searched defs:Text (Results 1 - 2 of 2) 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; }

Completed in 11 milliseconds