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
cfgas_char.cpp File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#include "xfa/fgas/layout/cfgas_char.h"
#include <algorithm>
#include <array>
#include <iterator>
#include "core/fxcrt/check.h"
#include "core/fxcrt/fx_extension.h"
#include "core/fxcrt/stl_util.h"
Include dependency graph for cfgas_char.cpp:

Go to the source code of this file.

Macros

#define PACK_NIBBLES(hi, lo)

Macro Definition Documentation

◆ PACK_NIBBLES

#define PACK_NIBBLES ( hi,
lo )
Value:
((static_cast<uint32_t>(hi) << 4) + static_cast<uint32_t>(lo))

Definition at line 24 of file cfgas_char.cpp.