Searched refs:UNIT_SIZE (Results 1 – 3 of 3) sorted by relevance
13 #define UNIT_SIZE 12 macro15 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE)109 + UNIT_SIZE in Ppmd7_Alloc()292 p->LoUnit = p->UnitsStart = p->HiUnit - p->Size / 8 / UNIT_SIZE * 7 * UNIT_SIZE; in RestartModel()299 p->MinContext = p->MaxContext = (CTX_PTR)(p->HiUnit -= UNIT_SIZE); /* AllocContext(p); */ in RestartModel()394 c1 = (CTX_PTR)(p->HiUnit -= UNIT_SIZE); in CreateSuccessors()
46 if (spec_val < spec->low_entry) spec->low_counts += UNIT_SIZE; in add_distribution_data()47 else if (spec_val > spec->high_entry) spec->high_counts += UNIT_SIZE; in add_distribution_data()48 else spec->hist[spec_val - spec->low_entry] += UNIT_SIZE; in add_distribution_data()
43 #define UNIT_SIZE 1 macro