Searched refs:size_x (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/lib/libcurses/base/ |
| D | wresize.c | 112 int col, row, size_x, size_y; in wresize() local 133 size_x = win->_maxx; in wresize() 137 && ToCols == size_x) in wresize() 170 int begin = (row > size_y) ? 0 : (size_x + 1); in wresize() 176 if (ToCols != size_x) { in wresize() 181 bool valid = (col <= size_x); in wresize() 184 && col < size_x in wresize() 214 if ((ToCols != size_x) || (row > size_y)) { in wresize() 230 if (ToCols == size_x) { in wresize()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | function.c | 3142 int size_x, size_sub; local 3210 size_x = GET_MODE_BITSIZE (GET_MODE (x)); 3216 if (RTX_UNCHANGING_P (x) && size_x != size_sub) 3221 else if (size_x <= size_sub 3249 store_bit_field (sub, size_x, 0, GET_MODE (x), 3269 val = extract_bit_field (sub, size_x, 0, 1, NULL_RTX,
|