Lines Matching refs:stored
17 - The key part is written in an ATE (Allocation Table Entry) called "ID-ATE" which is stored
19 - The value part is defined as "DATA" and is stored raw starting from the top of the sector
91 ``ID-ATE:`` are entries that contain a 32 bits Key and describe where the data is stored, its
147 By default it looks for the last data with the same ID by browsing through all stored ATEs from
166 The lead cycle counter is stored in the empty ATE.
167 To become valid, an ATE must have the same cycle counter as the one stored in the empty ATE.
244 Values smaller than 8 bytes will be stored within the entry (ATE) itself, without writing data
268 Large data values ( > 8 bytes) are stored separately at the top of the sector.
279 Total data that could be stored in this partition for this case is :math:`11 \times 3 \times 64 = 2…
368 - Small sized data ( <= 8 bytes) are stored in the ATE itself
430 - The size of a sector needs to be dimensioned to hold the maximum data length that will be stored.