Help for this page

Select Code to Download


  1. or download this
    /*****************************************************************
     * hilbert_i2c
    ...
    
    void
    hilbert_incr(unsigned nDims, unsigned nBits, bitmask_t coord[]);
    
  2. or download this
    /* define the bitmask_t type as an integer of sufficient size */
    typedef unsigned long bitmask_t;
    /* define the halfmask_t type as an integer of 1/2 the size of bitmask
    +_t */
    typedef unsigned long halfmask_t;