Home
last modified time | relevance | path

Searched refs:MakeZigzagValue (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
H A Dserial_struct_define.h216 static uint32_t MakeZigzagValue(int32_t value) in MakeZigzagValue() function
221 static uint64_t MakeZigzagValue(int64_t value) in MakeZigzagValue() function
413 WriteVarint(MakeZigzagValue(value), out);
418 WriteVarint(MakeZigzagValue(value), out);
/developtools/hdc/src/common/
H A Dserial_struct_define.h213 static uint32_t MakeZigzagValue(int32_t value) in MakeZigzagValue() function
218 static uint64_t MakeZigzagValue(int64_t value) in MakeZigzagValue() function
410 WriteVarint(MakeZigzagValue(value), out);
415 WriteVarint(MakeZigzagValue(value), out);

Completed in 4 milliseconds