Blender  V3.3
Functions
endian_switch.c File Reference
#include "BLI_endian_switch.h"
#include "BLI_sys_types.h"
#include "BLI_utildefines.h"

Go to the source code of this file.

Functions

void BLI_endian_switch_int16_array (short *val, const int size)
 
void BLI_endian_switch_uint16_array (unsigned short *val, const int size)
 
void BLI_endian_switch_int32_array (int *val, const int size)
 
void BLI_endian_switch_uint32_array (unsigned int *val, const int size)
 
void BLI_endian_switch_float_array (float *val, const int size)
 
void BLI_endian_switch_int64_array (int64_t *val, const int size)
 
void BLI_endian_switch_uint64_array (uint64_t *val, const int size)
 
void BLI_endian_switch_double_array (double *val, const int size)
 

Function Documentation

◆ BLI_endian_switch_double_array()

void BLI_endian_switch_double_array ( double val,
const int  size 
)

Definition at line 81 of file endian_switch.c.

References BLI_endian_switch_double(), and size().

Referenced by BLO_read_double_array().

◆ BLI_endian_switch_float_array()

void BLI_endian_switch_float_array ( float val,
const int  size 
)

◆ BLI_endian_switch_int16_array()

void BLI_endian_switch_int16_array ( short *  val,
const int  size 
)

Definition at line 11 of file endian_switch.c.

References BLI_endian_switch_int16(), and size().

Referenced by DNA_struct_switch_endian(), and init_structDNA().

◆ BLI_endian_switch_int32_array()

void BLI_endian_switch_int32_array ( int *  val,
const int  size 
)

◆ BLI_endian_switch_int64_array()

void BLI_endian_switch_int64_array ( int64_t val,
const int  size 
)

Definition at line 61 of file endian_switch.c.

References BLI_endian_switch_int64(), and size().

Referenced by DNA_struct_switch_endian().

◆ BLI_endian_switch_uint16_array()

void BLI_endian_switch_uint16_array ( unsigned short *  val,
const int  size 
)

Definition at line 21 of file endian_switch.c.

References BLI_endian_switch_uint16(), and size().

◆ BLI_endian_switch_uint32_array()

void BLI_endian_switch_uint32_array ( unsigned int *  val,
const int  size 
)

◆ BLI_endian_switch_uint64_array()

void BLI_endian_switch_uint64_array ( uint64_t val,
const int  size 
)

Definition at line 71 of file endian_switch.c.

References BLI_endian_switch_uint64(), and size().

Referenced by DNA_struct_switch_endian().