Lines Matching +defs:val +defs:offset
44 create_int_prop(fcode_env_t *env, char *name, int val)
46 PUSH(DS, val);
52 create_string_prop(fcode_env_t *env, char *name, char *val)
54 push_a_string(env, val);
372 int offset;
379 offset = sizeof (uint32_t) * adr_cells;
381 PUSH(DS, (fstack_t)(ptr + offset));
382 PUSH(DS, len + offset);
386 offset -= sizeof (uint32_t);
387 d = get_decoded_int((uchar_t *)(ptr + offset));
654 int offset;
658 offset = 0;
661 offset += (n+2)*sizeof (uint32_t);
664 print_ints(dp+offset, icells, 1);
665 offset += icells*sizeof (uint32_t);
666 dp += offset;
667 len -= offset;