Searched refs:itm_op_t (Results 1 – 5 of 5) sorted by relevance
629 $4, sizeof (itm_op_t));635 $3, sizeof (itm_op_t));641 $4, sizeof (itm_op_t));647 $4, sizeof (itm_op_t));724 itm_op_t *op;727 op = (itm_op_t *)($$->obj);735 itm_op_t *op;738 op = (itm_op_t *)($$->obj);746 itm_op_t *op;752 itm_op_t *op;[all …]
1073 itm_op_t *operation; in eval_op_tbl()1090 operation = (itm_op_t *)(op_hdr + 1); in eval_op_tbl()1094 op_place += (sizeof (itm_op_t))) { in eval_op_tbl()1136 itm_op_t *operation; in eval_op()1162 operation = (itm_op_t *)ADDR2(op_place); in eval_op()
210 sizeof (itm_op_t), in dump_itm_header()1012 itm_op_t *operation; in dump_op_tbl()1019 operation = (itm_op_t *)(op_hdr + 1); in dump_op_tbl()1048 i++, operation++, op_place += (sizeof (itm_op_t))) { in dump_op_tbl()1066 itm_op_t *operation; in dump_op()1069 operation = (itm_op_t *)ADDR2(op_place); in dump_op()1120 ((ITM_OP_IF_ELSE == ((itm_op_t *)(op_hdr + 1))->type) || in dump_op()1121 (ITM_OP_IF == ((itm_op_t *)(op_hdr + 1))->type))) { in dump_op()
259 (((itm_op_t *)ol->obj)->type == ITM_OP_OPERATION)) { in op_hirarchy()2053 itm_op_t *op; in op_unit()2056 op = malloc_vital(sizeof (itm_op_t)); in op_unit()2095 itm_op_t *op; in op_self_num()2098 op = malloc_vital(sizeof (itm_op_t)); in op_self_num()
645 } itm_op_t; typedef