Lines Matching full:immutable
64 * immutable form is created by uds_initialize_delta_index_page(), and is used for closed (and
65 * cached) chapter index pages. The immutable form does not allocate delta list headers or
104 * Immutable delta lists are packed into pages containing a header that encodes the delta list
128 * Header data used for immutable delta index pages. This data is followed by the delta list offset
423 /* Get the bit offset to the immutable delta list header. */
430 /* Get the bit offset to the start of the immutable delta list bit stream. */
437 /* Set the bit offset to the start of the immutable delta list bit stream. */
702 * Pack delta lists from a mutable delta index into an immutable delta index page. A range of delta
704 * memory page used in the immutable index. The number of lists copied onto the page is returned in
1260 * Translate the immutable delta list header into a temporary in uds_start_delta_index_search()
1947 /* Add in the immutable delta list headers. */ in uds_get_delta_index_page_count()
1949 /* Compute the number of usable bits on an immutable index page. */ in uds_get_delta_index_page_count()
1952 * Reduce the bits per page by one immutable delta list header and one delta list to in uds_get_delta_index_page_count()