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

/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_bounds.c18 int len_aligned, total_len; local
23 len_aligned = ( len + 0x3 ) & ~0x3;
24 total_len = 24 + len_aligned;
37 switch ( len_aligned - len )
48 pc->buffer.data_current += 24 + len_aligned;
H A Dpack_buffer.c294 const int len_aligned = (src->data_current - src->opcode_current - 1 + 3) & ~3; local
297 return crPackCanHoldOpcode( pc, 1, len_aligned + 24 );

Completed in 93 milliseconds