Home
last modified time | relevance | path

Searched refs:execs (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp57 } *execs; member
74 4096 / sizeof(file->execs[0])); in store_exec_begin()
75 file->execs = (decltype(file->execs)) in store_exec_begin()
76 realloc(static_cast<void *>(file->execs), in store_exec_begin()
77 file->n_allocated_execs * sizeof(file->execs[0])); in store_exec_begin()
80 file->execs[file->n_execs++].start = file->cursor; in store_exec_begin()
86 if (file->n_execs > 0 && file->execs[file->n_execs - 1].end == NULL) in store_exec_end()
87 file->execs[file->n_execs - 1].end = file->cursor; in store_exec_end()
193 if (file->n_execs > 0 && file->execs[fil in aub_file_open()
[all...]
/third_party/popt/src/
H A Dpoptint.h105 poptItem execs; member
H A Dpopt.c176 con->execs = NULL; in poptGetContext()
245 if (con->execs == NULL || con->numExecs <= 0) /* XXX can't happen */ in handleExec()
249 item = con->execs + i; in handleExec()
264 con->doExec = con->execs + i; in handleExec()
1536 con->execs = poptFreeItems(con->execs, con->numExecs); in poptFreeContext()
1579 items = &con->execs; in poptAddItem()
H A Dpopthelp.c577 itemHelp(fp, con->execs, con->numExecs, columns, NULL); in singleTableHelp()
599 /* If no popt aliases/execs, skip poptAliasOption processing. */ in singleTableHelp()
869 columns->cur = itemUsage(fp, columns, con->execs, con->numExecs, NULL); in poptPrintUsage()

Completed in 7 milliseconds