Lines Matching refs:start
55 const uint8_t *start;
80 file->execs[file->n_execs++].start = file->cursor;
215 while (iter < file->execs[exec_idx].start) {
216 iter += aub_read_command(&read, iter, file->execs[exec_idx].start - iter);
771 const uint8_t *iter = context.file->execs[window->exec_idx].start;
851 ImGui::Text("%s : %i -> %i\n", field->name, field->start, field->end);
908 if (show_dwords && field->start / 32 != last_dword) {
910 last_dword < field->start / 32; last_dword++) {
917 ImGui::Text("%s : %i -> %i\n", field->name, field->start, field->end);
929 if (show_dwords && field->start / 32 != last_dword) {
930 last_dword = field->start / 32;
935 ImGui::Text("%s : %i -> %i\n", field->name, field->start, field->end);