Searched refs:frame_size (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp358 int speed, parity, data_bits, stop_bits, frame_size; local
363 frame_size = 1;
365 frame_size++;
379 frame_size += data_bits + stop_bits;
382 pThis->char_transmit_time = (tf / speed) * frame_size;
/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c2152 int i, frame_size, push_size, stack_addend; local
2169 frame_size = push_size + TCG_STATIC_CALL_ARGS_SIZE;
2171 frame_size += TCG_TARGET_CALL_STACK_OFFSET;
2173 frame_size = (frame_size + TCG_TARGET_STACK_ALIGN - 1) &
2175 stack_addend = frame_size - push_size;

Completed in 90 milliseconds