tflite-micro/tensorflow/lite/micro/hexagon
Volker Eckert 8063fe31b3
use unsigned data types for counter values (#1151) (#1169)
* use unsigned data types for counter values (#1151)

1. semantically it makes more sense

2. arithmetic over/underflow is not defined on signed ints, whereas it
   is on unsigned ones, so this removes a potential source of bugs.

* #1151: fixup: PRI format

* #1151: fixup: return types

* #1151: fixup: wrap/indent

* fixup: arc_custom/micro_time.cc: no longer required to mask out top bit

Co-authored-by: Pauline Sho <psho@google.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-06-11 00:39:35 +00:00
..
micro_time.cc
system_setup.cc use unsigned data types for counter values (#1151) (#1169) 2022-06-11 00:39:35 +00:00