Home
last modified time | relevance | path

Searched refs:_width (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
Dp811.C13 int _width; member
66 int width() const { return _width; } in width()
67 int width(long val) { long save = _width; _width = val; return save; } in width()
93 ios(streambuf*sb) { _strbuf=sb; _state=0; _width=0; _fill=' '; in ios()
Dp784.C352 long _width; member
404 long width() { return _width; } in width()
405 long width(long val) { long save = _width; _width = val; return save; } in width()
431 ios(streambuf*sb) { _strbuf=sb; _state=0; _width=0; _fill=' '; in ios()
/openbsd/src/sys/dev/pci/
Dif_icereg.h13809 #define ICE_CTX_STORE(_struct, _ele, _width, _lsb) { \ argument
13812 .width = _width, \