HomeSort by: relevance | last modified time | path
    Searched defs:Default (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_report_decorator.h 29 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; }
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 64 /// The default compression level with a reasonable compromise between compression and speed
66 Default = -1,
  /src/sys/arch/epoc32/stand/e32boot/exe/
e32boot.cpp 235 TPtrC Default = _L("C:\\netbsd");
246 console->Printf(Default);
250 Default.Length() +
269 default:
295 TRAP(err, netbsd = NetBSD::New(Default, *args));
309 base += (_L("[").Length() + Default.Length() +
383 memory->address = 0xc0000000; /* default is here */
  /src/common/dist/zlib/contrib/ada/
zlib.ads 53 type Header_Type is (None, Auto, Default, GZip);
141 Header : in Header_Type := Default);
143 -- When Header parameter is Auto or Default, then default zlib header
146 -- default header.
152 Header : in Header_Type := Default);
154 -- Default header type mean that ZLib default header is expecting in the
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDriver.cpp 40 int Default;
48 #define FUZZER_FLAG_INT(Name, Default, Description) int Name;
49 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name;
61 #define FUZZER_FLAG_INT(Name, Default, Description) \
62 {#Name, Description, Default, &Flags.Name, nullptr, nullptr},
63 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \
64 {#Name, Description, static_cast<int>(Default), \
102 Printf("%d\t%s\n", D.Default, D.Description);
182 *FlagDescriptions[F].IntFlag = FlagDescriptions[F].Default;
185 static_cast<unsigned int>(FlagDescriptions[F].Default);
    [all...]

Completed in 16 milliseconds