include/antlr3bitset.h - Online Linux Manual PageSection : 3
Updated : Tue Jan 26 2021
Source : Version 3.3.1
Note : ANTLR3C
NAMEinclude/antlr3bitset.h − Defines the basic structures of an ANTLR3 bitset.
SYNOPSIS
#include <antlr3defs.h>
#include <antlr3collections.h>
Data Structuresstruct ANTLR3_BITSET_LIST_struct
struct ANTLR3_BITSET_struct
Macros#define ANTLR3_BITSET_BITS 64
How many bits in the elements. #define ANTLR3_BITSET_LOG_BITS 6
log2 of ANTLR3_BITSET_BITS 2^ANTLR3_BITSET_LOG_BITS = ANTLR3_BITSET_BITS #define ANTLR3_BITSET_MOD_MASK ANTLR3_BITSET_BITS − 1
We will often need to do a mod operator (i mod nbits). #define ANTLR3_BITSET_NIBBLE 4
How many bits in a nible of bits.
Typedefstypedef struct ANTLR3_BITSET_struct ANTLR3_BITSET
typedef struct ANTLR3_BITSET_LIST_struct ANTLR3_BITSET_LIST
Detailed DescriptionDefines the basic structures of an ANTLR3 bitset. this is a C version of the cut down Bitset class provided with the java version of antlr 3.
Macro Definition Documentation
#define ANTLR3_BITSET_BITS 64How many bits in the elements.
#define ANTLR3_BITSET_LOG_BITS 6log2 of ANTLR3_BITSET_BITS 2^ANTLR3_BITSET_LOG_BITS = ANTLR3_BITSET_BITS
#define ANTLR3_BITSET_MOD_MASK ANTLR3_BITSET_BITS − 1We will often need to do a mod operator (i mod nbits). For powers of two, this mod operation is the same as: • (i & (nbits-1)).
Since mod is relatively slow, we use an easily precomputed mod mask to do the mod instead.
#define ANTLR3_BITSET_NIBBLE 4How many bits in a nible of bits.
Typedef Documentation
typedef struct ANTLR3_BITSET_struct ANTLR3_BITSET
typedef struct ANTLR3_BITSET_LIST_struct ANTLR3_BITSET_LIST
AuthorGenerated automatically by Doxygen for ANTLR3C from the source code. 0
Johanes Gumabo
Data Size : 10,327 byte
man-ANTLR3_BITSET_NIBBLE.3Build : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 2 / 170,707
Visitor ID : :
Visitor IP : 3.138.137.244 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.