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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.c1162 int x, y, pal_index, in_index, shift, do2, i; local
1165 in_index = 0;
1178 pal_index = (in[in_index] >> shift) & 3;
1187 in_index++;
/vbox/src/VBox/Devices/Audio/
H A DDevSB16.cpp170 int in_index; member in struct:SB16STATE
652 if (pThis->in_index) {
653 return pThis->in2_data[--pThis->in_index];
940 LogFlowFunc(("complete command %#x, in_index %d, needed_bytes %d\n",
941 pThis->cmd, pThis->in_index, pThis->needed_bytes));
1180 pThis->in_index = 0;
1269 if (pThis->in_index == sizeof (pThis->in2_data))
1275 pThis->in2_data[pThis->in_index++] = val;
1276 if (pThis->in_index == pThis->needed_bytes)
1927 qemu_put_be32 (f, pThis->in_index);
[all...]

Completed in 50 milliseconds