Home
last modified time | relevance | path

Searched refs:_bufsize (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DDLexerBase.cpp61 this->_bufsize = bufsize; in DLGLexerBase()
62 this->_lextext = new DLGChar[_bufsize]; in DLGLexerBase()
122 state->bufsize = _bufsize; in saveState()
146 _bufsize = state->bufsize; in restoreState()
173 if (_begexpr < &_lextext[_bufsize-1]){ in replchar()
186 register DLGChar *l= &_lextext[_bufsize -1]; in replstr()
DDLexerBase.h132 int _bufsize; /* number of characters in lextext */ variable
174 int bufsize() { return _bufsize; } in bufsize()
DDLexer.cpp70 lastpos = &_lextext[_bufsize-1]; in nextTokenType()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DDLexerBase.cpp62 this->_bufsize = bufsize; in DLGLexerBase()
63 this->_lextext = new DLGChar[_bufsize]; in DLGLexerBase()
123 state->bufsize = _bufsize; in saveState()
147 _bufsize = state->bufsize; in restoreState()
174 if (_begexpr < &_lextext[_bufsize-1]){ in replchar()
196 register DLGChar *l= &_lextext[_bufsize -1]; in replstr()
DDLexerBase.h136 int _bufsize; /* number of characters in lextext */ variable
178 int bufsize() { return _bufsize; } in bufsize()
DDLexer.h75 lastpos = &_lextext[_bufsize-1]; in nextTokenType()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
Dxmlreader.py112 self._bufsize = bufsize
121 buffer = file.read(self._bufsize)
124 buffer = file.read(self._bufsize)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
Dxmlreader.py112 self._bufsize = bufsize
121 buffer = file.read(self._bufsize)
124 buffer = file.read(self._bufsize)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfileinput.py211 self._bufsize = bufsize or DEFAULT_BUFSIZE
346 self._buffer = self._file.readlines(self._bufsize)
Dargparse.py1115 self._bufsize = bufsize
1130 return open(string, self._mode, self._bufsize)
1136 args = self._mode, self._bufsize
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dfileinput.py210 self._bufsize = bufsize or DEFAULT_BUFSIZE
349 self._buffer = self._file.readlines(self._bufsize)
Dargparse.py1124 self._bufsize = bufsize
1139 return open(string, self._mode, self._bufsize)
1145 args = self._mode, self._bufsize