Lines Matching defs:lo
39 mem_map_in(fcode_env_t *env, fstack_t hi, fstack_t lo, fstack_t len)
49 * The calculation of the offset, lo and len are left here
53 offset = lo & PAGEOFFSET;
54 lo &= PAGEMASK;
58 fc_uint32_t2cell(hi), fc_uint32_t2cell(lo), &virt);
87 * The calculation of the offset, lo and len are left here
156 fstack_t hi, mid, lo;
161 lo = POP(DS);
164 id = (hi << 9) | (lo >> 23); /* build extended agent id */
165 off = lo & 0x7fffff; /* build config offset */
173 (int)hi, (int)lo, enc_buf);
180 uint32_t lo, hi;
192 lo = offset | (agent << 23);
195 hi, lo);
196 PUSH(DS, lo);
204 fc_cell_t lo, hi;
220 &lo, &hi);
228 (uint32_t)hi, (uint32_t)lo);
230 PUSH(DS, (uint32_t)lo);