Blender V5.0
endian_switch.cc File Reference
#include "BLI_endian_switch.h"
#include "BLI_sys_types.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 (ushort *val, const int size)
void BLI_endian_switch_int32_array (int *val, const int size)
void BLI_endian_switch_uint32_array (uint *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 82 of file endian_switch.cc.

References BLI_endian_switch_double(), i, and size().

◆ BLI_endian_switch_float_array()

void BLI_endian_switch_float_array ( float * val,
const int size )

Definition at line 52 of file endian_switch.cc.

References BLI_endian_switch_float(), i, and size().

Referenced by MOD_meshcache_read_mdd_index().

◆ BLI_endian_switch_int16_array()

void BLI_endian_switch_int16_array ( short * val,
const int size )

Definition at line 12 of file endian_switch.cc.

References BLI_endian_switch_int16(), i, and size().

◆ BLI_endian_switch_int32_array()

void BLI_endian_switch_int32_array ( int * val,
const int size )

Definition at line 32 of file endian_switch.cc.

References BLI_endian_switch_int32(), i, and size().

Referenced by meshcache_read_mdd_head().

◆ BLI_endian_switch_int64_array()

void BLI_endian_switch_int64_array ( int64_t * val,
const int size )

Definition at line 62 of file endian_switch.cc.

References BLI_endian_switch_int64(), i, and size().

◆ BLI_endian_switch_uint16_array()

void BLI_endian_switch_uint16_array ( ushort * val,
const int size )

Definition at line 22 of file endian_switch.cc.

References BLI_endian_switch_uint16(), i, and size().

Referenced by endian_switch_array().

◆ BLI_endian_switch_uint32_array()

void BLI_endian_switch_uint32_array ( uint * val,
const int size )

Definition at line 42 of file endian_switch.cc.

References BLI_endian_switch_uint32(), i, and size().

Referenced by endian_switch_array().

◆ BLI_endian_switch_uint64_array()

void BLI_endian_switch_uint64_array ( uint64_t * val,
const int size )

Definition at line 72 of file endian_switch.cc.

References BLI_endian_switch_uint64(), i, and size().

Referenced by endian_switch_array().