HomeSort by relevance Sort by last modified time
    Searched refs:UNIT_SIZE (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/include/
specnorm.h 43 #define UNIT_SIZE 1
  /external/srec/srec/clib/
specnorm.c 46 if (spec_val < spec->low_entry) spec->low_counts += UNIT_SIZE;
47 else if (spec_val > spec->high_entry) spec->high_counts += UNIT_SIZE;
48 else spec->hist[spec_val - spec->low_entry] += UNIT_SIZE;

Completed in 215 milliseconds