Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
byteorder.h File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#include <stdint.h>
#include "build/build_config.h"
#include "core/fxcrt/span.h"
Include dependency graph for byteorder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fxcrt
namespace  fxcrt::internal

Macros

#define FXCRT_BYTESWAPS_CONSTEXPR   constexpr

Functions

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)

Macro Definition Documentation

◆ FXCRT_BYTESWAPS_CONSTEXPR

#define FXCRT_BYTESWAPS_CONSTEXPR   constexpr

Definition at line 27 of file byteorder.h.