Lines Matching refs:start
66 uint16_t start;
748 if (ctx->last_jump == (ctx->start + target)) {
762 ctx->last_jump = ctx->start + target;
765 *ptr = ctx->start + target;
876 ctx->ctx->data_block = ctx->start;
1023 *ptr = ctx->start + target;
1227 ectx.start = base;
1381 static unsigned char *atom_find_str_in_rom(struct atom_context *ctx, char *str, int start,
1392 for (; start <= end; ++start) {
1394 if (str[str_off] != *(p_rom + start + str_off))
1399 return p_rom + start;