Searched defs:op_table_entry (Results 1 – 4 of 4) sorted by relevance
531 struct op_table_entry { struct533 char *name;536 char *desc;546 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);572 static struct op_table_entry ops[] = { argument
546 struct op_table_entry { struct548 char *name;551 char *desc;561 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);587 static struct op_table_entry ops[] = { argument
487 struct op_table_entry { struct489 char *name;499 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);525 static struct op_table_entry ops[] = { argument
3788 struct op_table_entry { struct3797 struct op_table_entry *op_table; argument