(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)
#include <stdint.h>
#include "build/build_config.h"
#include "core/fxcrt/span.h"
Go to the source code of this file.
|
FXCRT_BYTESWAPS_CONSTEXPR uint16_t | fxcrt::internal::ByteSwap (uint16_t x) |
FXCRT_BYTESWAPS_CONSTEXPR uint32_t | fxcrt::internal::ByteSwap (uint32_t x) |
uint16_t | fxcrt::FromLE16 (uint16_t x) |
uint32_t | fxcrt::FromLE32 (uint32_t x) |
uint16_t | fxcrt::FromBE16 (uint16_t x) |
uint32_t | fxcrt::FromBE32 (uint32_t x) |
uint16_t | fxcrt::GetUInt16MSBFirst (pdfium::span< const uint8_t, 2 > span) |
uint32_t | fxcrt::GetUInt32MSBFirst (pdfium::span< const uint8_t, 4 > span) |
uint16_t | fxcrt::GetUInt16LSBFirst (pdfium::span< const uint8_t, 2 > span) |
uint32_t | fxcrt::GetUInt32LSBFirst (pdfium::span< const uint8_t, 4 > span) |
void | fxcrt::PutUInt16MSBFirst (uint16_t value, pdfium::span< uint8_t, 2 > span) |
void | fxcrt::PutUInt32MSBFirst (uint32_t value, pdfium::span< uint8_t, 4 > span) |
void | fxcrt::PutUInt16LSBFirst (uint16_t value, pdfium::span< uint8_t, 2 > span) |
void | fxcrt::PutUInt32LSBFirst (uint32_t value, pdfium::span< uint8_t, 4 > span) |
◆ FXCRT_BYTESWAPS_CONSTEXPR
#define FXCRT_BYTESWAPS_CONSTEXPR constexpr |