Lines Matching defs:calltmpl
91 static comb_calltmpl_t calltmpl[PRB_COMB_COUNT] = {
345 size = (size_t) (calltmpl[type].end - calltmpl[type].entry);
364 tptr = (char *) calltmpl[type].entry;
376 if ((uintptr_t) tptr == calltmpl[type].down +
391 } else if ((uintptr_t) tptr == calltmpl[type].next +
584 calltmpl[op].end - calltmpl[op].entry);
588 size = calltmpl[op].end - calltmpl[op].entry;
605 (void) memcpy(buffer_p, (void *) calltmpl[op].entry, size);
608 offset = calltmpl[op].down - calltmpl[op].entry;
626 offset = calltmpl[op].next - calltmpl[op].entry;