Help for this page

Select Code to Download


  1. or download this
    %flags = (
        'is_deleted'    => 0,       # a known flag
        'is_compressed' => 1,       # another known flag
        '2^15'          => 1,       # a bit that is set but unknown
    );
    
  2. or download this
    %flags = (
        'is_deleted'    => 0,       # a known flag
        'is_compressed' => 1,       # another known flag
        '2^15'          => 1,       # a bit that is set but unknown
    );
    
  3. or download this
    example:
      # name                specification       expected value
    ...
        "2^6": "is_compressed",     # another known flag
        ...
      }
    
  4. or download this
    example:
      # name                specification       expected value
    ...
      - << size2 begin >>
      - [ Keywords,         'uint[4]{count}',   'c > 0'                ]
      - << size2 end >>