Home
last modified time | relevance | path

Searched refs:offset_odd (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/zydis/Zydis/
H A DString.c87 const ZyanUSize offset_odd = (ZyanUSize)(value < 10); in ZydisStringAppendDecU32() local
88 const ZyanUSize length_number = buffer_end - buffer_write_pointer - offset_odd; in ZydisStringAppendDecU32()
105 buffer_write_pointer + offset_odd, length_number); in ZydisStringAppendDecU32()
131 const ZyanUSize offset_odd = (ZyanUSize)(value < 10); in ZydisStringAppendDecU64() local
132 const ZyanUSize length_number = buffer_end - buffer_write_pointer - offset_odd; in ZydisStringAppendDecU64()
149 buffer_write_pointer + offset_odd, length_number); in ZydisStringAppendDecU64()
/haiku/src/libs/zydis/Zycore/
H A DFormat.c107 const ZyanUSize offset_odd = (ZyanUSize)(value < 10); in ZyanStringAppendDecU32() local
108 const ZyanUSize length_number = buffer_end - buffer_write_pointer - offset_odd; in ZyanStringAppendDecU32()
125 buffer_write_pointer + offset_odd, length_number); in ZyanStringAppendDecU32()
153 const ZyanUSize offset_odd = (ZyanUSize)(value < 10); in ZyanStringAppendDecU64() local
154 const ZyanUSize length_number = buffer_end - buffer_write_pointer - offset_odd; in ZyanStringAppendDecU64()
171 buffer_write_pointer + offset_odd, length_number); in ZyanStringAppendDecU64()