Searched defs:tend (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c215 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff); local
237 for (tp = tbuf; tp < tend; fp->ctf_typemax++) {
357 for (id = 1, tp = tbuf; tp < tend; xp++, id++) {
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c713 uint64_t tstart, tend; local
757 tend = RTTimeNanoTS();
758 pClient->timeUsed += tend-tstart;

Completed in 221 milliseconds