Home / Function/ BUCKET_BSTAR() — netty Function Reference

BUCKET_BSTAR() — netty Function Reference

Architecture documentation for the BUCKET_BSTAR() function in Bzip2DivSufSort.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e627db04_4e9c_0de6_129b_b28a369b0a3a["BUCKET_BSTAR()"]
  5a60cb70_bf06_95bf_9c73_ed3a4dc24eba["Bzip2DivSufSort"]
  e627db04_4e9c_0de6_129b_b28a369b0a3a -->|defined in| 5a60cb70_bf06_95bf_9c73_ed3a4dc24eba
  d73c676c_466b_db84_289f_f07769f8f60c["sortTypeBstar()"]
  d73c676c_466b_db84_289f_f07769f8f60c -->|calls| e627db04_4e9c_0de6_129b_b28a369b0a3a
  71936f19_b076_f482_5166_c6ce04a2d94a["constructBWT()"]
  71936f19_b076_f482_5166_c6ce04a2d94a -->|calls| e627db04_4e9c_0de6_129b_b28a369b0a3a
  style e627db04_4e9c_0de6_129b_b28a369b0a3a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-compression/src/main/java/io/netty/handler/codec/compression/Bzip2DivSufSort.java lines 1859–1861

    private static int BUCKET_BSTAR(final int c0, final int c1) {
        return (c0 << 8) | c1;
    }

Domain

Subdomains

Frequently Asked Questions

What does BUCKET_BSTAR() do?
BUCKET_BSTAR() is a function in the netty codebase, defined in codec-compression/src/main/java/io/netty/handler/codec/compression/Bzip2DivSufSort.java.
Where is BUCKET_BSTAR() defined?
BUCKET_BSTAR() is defined in codec-compression/src/main/java/io/netty/handler/codec/compression/Bzip2DivSufSort.java at line 1859.
What calls BUCKET_BSTAR()?
BUCKET_BSTAR() is called by 2 function(s): constructBWT, sortTypeBstar.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free