Functions | Variables

brmisc.cpp File Reference

#include "brmisc.h"
#include "brglobalmemorymanager.h"
#include "ststring.h"
#include "fpfloat.h"
#include <string.h>
#include <stdio.h>
Include dependency graph for brmisc.cpp:

Functions

const char BURGER_ALIGN (Burger::NibbleToAsciiUppercase[16], 16)
const char BURGER_ALIGN (Burger::NibbleToAsciiLowercase[16], 16)
const Word8 BURGER_ALIGN (Burger::AsciiToWord8Table[256], 16)
const Word8 BURGER_ALIGN (Burger::ReverseBits[256], 16)

Variables

static const float PowerOf10FltTable [6]
static const double PowerOf10DblTable [9]

Function Documentation

const char BURGER_ALIGN ( Burger::NibbleToAsciiUppercase  [16],
16   
)
const Word8 BURGER_ALIGN ( Burger::ReverseBits  [256],
16   
)
const Word8 BURGER_ALIGN ( Burger::AsciiToWord8Table  [256],
16   
)
const char BURGER_ALIGN ( Burger::NibbleToAsciiLowercase  [16],
16   
)

Variable Documentation

const double PowerOf10DblTable[9] [static]
Initial value:
 {      
    1e1, 1e2, 1e4, 1e8, 1e16, 1e32, 1e64, 1e128, 1e256
}
const float PowerOf10FltTable[6] [static]
Initial value:
 {      
    1e1f, 1e2f, 1e4f, 1e8f, 1e16f, 1e32f
}