Lines Matching refs:bits
34 table. Then they contain one or more fixed length `{key}`/`{value}` records of `{R}` bits sorted by
67 stored using only a subset of the bits needed to store a full S2 cell ID.
85 The `{prefix}` is computed by extracting the first `{X}` bits of the S2 cell ID. The `{prefix}` is
95 The `{suffix}`, the final `{Y}` bits of the search S2 cell ID, is used to seek for a record
123 It is important to keep the number of bits used in each suffix table entry to a
180 As with any packed table, each record in the packed table has a fixed width of `{R}` bits. The first
181 `{M}` bits of every record are used to store the (ordered) `{key}`.
183 The `{key}` for an entry contains only the `{suffix}` bits from the `{start S2 cell ID
187 The remaining (`{R-M}`) bits are used to store the ``{value}``. The ``{value}`` is further
195 bits from the S2 cell ID can be extracted. Since all data in the table is held at a single S2 level,
196 the suffix bits can be used to binary search the suffix table entries by looking for an entry
197 containing the suffix bits, i.e. by comparing the suffix bits against the `{key}` and `{key}` +