Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
bit_select.h File Reference
#include <stdint.h>
Include dependency graph for bit_select.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  RoutingKit
 

Functions

uint64_t RoutingKit::bit_select (uint64_t uint512_count, const uint64_t *uint512_rank, const uint64_t *data, uint64_t n)
 
uint64_t RoutingKit::skip_empty_uint512 (uint64_t &uint512_count, const uint64_t *&uint512_rank, const uint64_t *&data)
 
uint32_t RoutingKit::uint512_bit_select (const uint64_t *block, uint32_t n)
 
uint32_t RoutingKit::uint64_bit_select (uint64_t word, uint32_t n)