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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c10636 intptr_t offs = buf->dtb_offset, soffs; local
10661 if (VBDTCAST(uintptr_t)(soffs = offs + needed) > buf->dtb_size) {
10669 mstate->dtms_scratch_base = (uintptr_t)tomax + soffs;
10670 mstate->dtms_scratch_size = buf->dtb_size - soffs;

Completed in 1022 milliseconds