Searched refs:PutUnsigned (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/groff/src/libs/libxutil/
H A DXFontName.c138 #define PutUnsigned(field, bit) \ macro
161 PutUnsigned (PixelSize, FontNamePixelSize)
163 PutUnsigned (PointSize, FontNamePointSize)
165 PutUnsigned (ResolutionX, FontNameResolutionX)
167 PutUnsigned (ResolutionY, FontNameResolutionY)
171 PutUnsigned (AverageWidth, FontNameAverageWidth)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp152 uint32_t DataEncoder::PutUnsigned(uint32_t offset, uint32_t byte_size, function in class:DataEncoder
182 return PutUnsigned(offset, m_addr_size, addr);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h112 uint32_t PutUnsigned(uint32_t offset, uint32_t byte_size, uint64_t value);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp472 if (encoder.PutUnsigned(offset, addr_byte_size, file_addr) == UINT32_MAX)
578 if (encoder.PutUnsigned(const_offset, const_byte_size,

Completed in 129 milliseconds