Lines Matching defs:OFFSET
50 #define OFFSET(offset,element) ((offset) * (numAxes + 1) + (element))
88 if (dmxLocal->history[OFFSET(i,0)] >= stop) break;
89 if (dmxLocal->history[OFFSET(i,0)] >= start) {
91 c[OFFSET(count,j)] = dmxLocal->history[OFFSET(i,j)];
123 dmxLocal->history[OFFSET(dmxLocal->tail,0)] = time;
130 dmxLocal->history[OFFSET(dmxLocal->tail,i+1)]
133 dmxLocal->history[OFFSET(dmxLocal->tail,i+1)] = 0;
137 dmxLocal->history[OFFSET(dmxLocal->tail,i+i)]