Searched refs:MIN_RUN_LEN (Results 1 – 3 of 3) sorted by relevance
93 #define MIN_RUN_LEN 3 //run count does not include first element macro94 #define MAX_RUN_LEN (0xff + MIN_RUN_LEN)
109 rel += MIN_RUN_LEN; in handleRelocs()
348 if (j >= MIN_RUN_LEN) { in handleApp()352 packedNanoRelocs[packedNanoRelocSz++] = j - MIN_RUN_LEN; in handleApp()