Searched defs:LineLength (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsManifestLineReader.h110 PRUint32 LineLength() {return mLength;} function in class:nsManifestLineReader
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c813 UINTN LineLength; local
832 LineLength = MaxLineLength;
841 &LineLength
847 // to the returned LineLength and try again.
851 PtrLine = AllocatePool (LineLength);
856 SourceLength = LineLength;
861 &LineLength
866 MaxLineLength = LineLength;
871 CurrentPtr = (CHAR8 *) ( (UINTN) CurrentPtr + LineLength);
878 &LineLength
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c1146 @param[in] LineLength Length of a line. Get it by calling QueryMode
1153 IN UINTN LineLength,
1163 *Column = LineLength - 1;
1175 @param[in] LineLength Length of a line.
1183 IN UINTN LineLength,
1195 if (*Column >= LineLength) {
1152 MoveCursorBackward( IN UINTN LineLength, IN OUT UINTN *Column, IN OUT UINTN *Row ) argument
1182 MoveCursorForward( IN UINTN LineLength, IN UINTN TotalRow, IN OUT UINTN *Column, IN OUT UINTN *Row ) argument

Completed in 49 milliseconds