Home
last modified time | relevance | path

Searched refs:HEX_OFFSET (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dexaminememorydlg.cpp105 #define HEX_OFFSET(a) (a*3) in AddHexByte() macro
112 m_LineText[HEX_OFFSET(bcmod)] = hexbyte[0]; in AddHexByte()
113 m_LineText[HEX_OFFSET(bcmod) + 1] = hexbyte[1]; in AddHexByte()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/prstab/
H A Dlrutils.c152 #define HEX_OFFSET 7 in i32tos() macro
239 to[idx] = to[idx] + HEX_OFFSET; in i32tos()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dutilsi64.c269 #define HEX_OFFSET 7 macro
392 to[idx] = to[idx] + HEX_OFFSET; in __fort_i64toax()