Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_ir.h134 int16_t short_value; member
/tools/dexter/slicer/
Dreader.cc485 ir_encoded_value->u.short_value = ParseIntValue<int16_t>(pptr, arg + 1); in ParseEncodedValue()
Dwriter.cc111 WriteIntValue(type, ir_value->u.short_value, data); in WriteEncodedValue()