Searched defs:CR (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Dtokens.h37 #define CR 29 macro
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.h109 CR='\r' /* Carriage Return */ enumerator in enum:nsCRT::__anon17287
273 #define CRLF "\015\012" /* A CR LF equivalent string */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DUniClassObject.py36 CR = u'\u000D' variable
342 Line = Line.replace(u'\\r\\n', CR + LF)
343 Line = Line.replace(u'\\n', CR + LF)
344 Line = Line.replace(u'\\r', CR)
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dkeys.h48 #define CR CTRL_M macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDebugLib.h444 with a description of "CR has a bad signature" and Record is returned.
465 #define CR(Record, TYPE, Field, TestSignature) \ macro
467 (TYPE *) (_ASSERT (CR has Bad Signature), Record) : \
470 #define CR(Record, TYPE, Field, TestSignature) \ macro
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...

Completed in 57 milliseconds