Searched refs:LineLength (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleInternal.h21 @param[in] LineLength Length of a line. Get it by calling QueryMode
28 IN UINTN LineLength,
36 @param[in] LineLength Length of a line.
44 IN UINTN LineLength,
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
/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/libs/xpcom18a4/xpcom/ds/
H A DnsManifestLineReader.h110 PRUint32 LineLength() {return mLength;} function in class:nsManifestLineReader
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp355 char* p = reader.LinePtr() + (reader.LineLength() - 1);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp1008 char* p = reader.LinePtr() + (reader.LineLength() - 1);

Completed in 213 milliseconds