MySQL 9.1.0
Source Code Documentation
|
Endianness-independent definitions (little_endian.h contains optimized versions if you know you are on a little-endian platform). More...
Go to the source code of this file.
Functions | |
static int16 | sint2korr (const uchar *A) |
static int32 | sint4korr (const uchar *A) |
static uint16 | uint2korr (const uchar *A) |
static uint32 | uint4korr (const uchar *A) |
static ulonglong | uint8korr (const uchar *A) |
static longlong | sint8korr (const uchar *A) |
static void | int2store (uchar *T, uint16 A) |
static void | int4store (uchar *T, uint32 A) |
static void | int7store (uchar *T, ulonglong A) |
static void | int8store (uchar *T, ulonglong A) |
static void | float4store (uchar *T, float A) |
static float | float4get (const uchar *M) |
static void | float8store (uchar *T, double V) |
static double | float8get (const uchar *M) |
Endianness-independent definitions (little_endian.h contains optimized versions if you know you are on a little-endian platform).
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |