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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_signature.c43 uint8_t start_col; member in struct:semantic_info
150 info->start_col = (uint8_t)var->data.location_frac;
390 SV_params_nodes[9] = dxil_get_metadata_int8(mod, semantic->start_col); // Element packing start column
409 assert(semantic->cols + semantic->start_col <= 4);
410 elm->mask = (uint8_t) (((1 << semantic->cols) - 1) << semantic->start_col);
424 psv_elm->cols_and_start = (1u << 6) | (semantic->start_col << 4) | semantic->cols;
433 psv_elm->cols_and_start = (semantic->start_col << 4) | semantic->cols;
/xsrc/external/mit/xterm/dist/
H A Dbutton.c4031 int start_col = indexToCol(indexed, len, start_inx); local in function:do_select_regex
4034 if (start_col <= actual &&
4036 int test = finis_col - start_col;
4039 best_col = start_col;

Completed in 9 milliseconds