HomeSort by: relevance | last modified time | path
    Searched defs:Back (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/ada/
zlib-streams.ads 32 -- Flush the written data to the back stream,
33 -- all data placed to the compressor is flushing to the Back stream.
39 -- Return total number of bytes read from back stream so far.
51 -- Return total number of bytes written to the back stream.
56 Back : in Stream_Access;
70 -- Data written to the Stream is compressing to the Back stream
71 -- and data read from the Stream is decompressed data from the Back stream.
74 -- Data written to the Stream is decompressing to the Back stream
75 -- and data read from the Stream is compressed data from the Back stream.
100 -- because not all read data from back strea
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
segmented_array_test.cc 143 auto &Back = Data.back();
144 ASSERT_EQ(Back.First, 1);
145 ASSERT_EQ(Back.Second, 1);
152 // Check that we are still able to access 'back' properly.
154 auto &Back = Data.back();
155 ASSERT_EQ(Back.First, static_cast<s64>(Segment + 1));
156 ASSERT_EQ(Back.Second, static_cast<s64>(Segment + 1));
168 // Then we ensure that adding elements back works just fine
    [all...]

Completed in 34 milliseconds