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

/seL4-refos-master/libs/libvterm/src/
H A Dstate.c831 #define UBOUND(v,max) if((v) > (max)) (v) = (max) macro
1038 UBOUND(rect.end_col, state->cols);
1277 UBOUND(state->pos.row, state->scrollregion_bottom-1);
1279 UBOUND(state->pos.col, SCROLLREGION_RIGHT(state)-1);
1283 UBOUND(state->pos.row, state->rows-1);
1285 UBOUND(state->pos.col, state->cols-1);
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c831 #define UBOUND(v,max) if((v) > (max)) (v) = (max) macro
1038 UBOUND(rect.end_col, state->cols);
1277 UBOUND(state->pos.row, state->scrollregion_bottom-1);
1279 UBOUND(state->pos.col, SCROLLREGION_RIGHT(state)-1);
1283 UBOUND(state->pos.row, state->rows-1);
1285 UBOUND(state->pos.col, state->cols-1);

Completed in 34 milliseconds