Searched refs:in_index (Results 1 – 2 of 2) sorted by relevance
/reactos/base/applications/mstsc/ |
H A D | orders.c | 1154 int x, y, pal_index, in_index, shift, do2, i; in process_compressed_8x8_brush_data() local 1157 in_index = 0; in process_compressed_8x8_brush_data() 1170 pal_index = (in[in_index] >> shift) & 3; in process_compressed_8x8_brush_data() 1179 in_index++; in process_compressed_8x8_brush_data()
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | shader.c | 1973 UINT in_index; member 6142 … hr = registerset_apply(ctable, device, constant, test->in_index, test->in_count_min, test->type); in test_registerset() 6154 … hr = registerset_apply(ctable, device, constant, test->in_index, test->in_count_max, test->type); in test_registerset()
|