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

  /src/common/lib/libc/gen/
rpst.c 123 * rpst_startmask: calculate the mask for the start of a search.
128 rpst_startmask(const struct rpst_tree *t) function in typeref:typename:uint64_t
235 return rpst_insert_node1(&t->t_root, n, rpst_startmask(t));
391 it->it_idx = (min_x & rpst_startmask(t)) != 0;

Completed in 11 milliseconds