HomeSort by relevance Sort by last modified time
    Searched refs:COUNT_ONLY_NO_PRINT (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.c 288 If COUNT_ONLY_NO_PRINT is set in Flags, Buffer will not be modified at all.
296 and COUNT_ONLY_NO_PRINT set.
304 If COUNT_ONLY_NO_PRINT was set returns the same, but without any
355 if ((Flags & COUNT_ONLY_NO_PRINT) != 0) {
425 Flags &= (UINTN) (OUTPUT_UNICODE | FORMAT_UNICODE | COUNT_ONLY_NO_PRINT);
884 if ((Flags & COUNT_ONLY_NO_PRINT) == 0 && Buffer != NULL) {
892 if ((Flags & COUNT_ONLY_NO_PRINT) == 0 && Buffer != NULL) {
897 if ((Flags & COUNT_ONLY_NO_PRINT) == 0 && Buffer != NULL) {
902 if ((Flags & COUNT_ONLY_NO_PRINT) == 0 && Buffer != NULL) {
907 if ((Flags & COUNT_ONLY_NO_PRINT) == 0 && Buffer != NULL) {
    [all...]
PrintLibInternal.h 36 #define COUNT_ONLY_NO_PRINT BIT13
64 If COUNT_ONLY_NO_PRINT is set in Flags, Buffer will not be modified at all.
72 and COUNT_ONLY_NO_PRINT set.
80 If COUNT_ONLY_NO_PRINT was set returns the same, but without any
PrintLib.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c     [all...]

Completed in 57 milliseconds