HomeSort by: relevance | last modified time | path
    Searched refs:Set (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMerge.h 17 // The outter process collects the set of files and writes their names
47 #include <set>
68 Set<uint32_t> ParseSummary(std::istream &IS);
69 size_t Merge(const Set<uint32_t> &InitialFeatures,
72 return Merge(Set<uint32_t>{}, NewFiles);
75 Set<uint32_t> AllFeatures() const;
FuzzerMerge.cpp 21 #include <set>
126 size_t Merger::Merge(const Set<uint32_t> &InitialFeatures,
130 Set<uint32_t> AllFeatures(InitialFeatures);
182 Set<uint32_t> Merger::AllFeatures() const {
183 Set<uint32_t> S;
189 Set<uint32_t> Merger::ParseSummary(std::istream &IS) {
191 Set<uint32_t> Res;
225 Set<size_t> AllFeatures;
245 Set<size_t> UniqFeatures;
373 Set<uint32_t> InitialFeatures
    [all...]
FuzzerDictionary.h 27 FixedWord(const uint8_t *B, uint8_t S) { Set(B, S); }
29 void Set(const uint8_t *B, uint8_t S) {
FuzzerTracePC.h 19 #include <set>
59 MemMemWords[Idx].Set(Data, Size);
66 EmptyWord.Set(nullptr, 0);
185 Set<uintptr_t> ObservedPCs;
FuzzerDefs.h 21 #include <set>
178 using Set = std::set<T, std::less<T>, fuzzer_allocator<T>>;
  /src/lib/libc/arch/hppa/string/
ffs.S 38 * are numbered as "32, 31, ... 1", 0 is returned if no bits are set.
44 ldi 32,%ret0 ; Set return to high bit
  /src/sys/arch/hppa/stand/common/
srt0.S 110 ldil L%RELOC,%r22 ; Set %t1 to start of relocated code.
112 ldil L%edata,%r21 ; Set r21 to address of edata
114 ldil L%begin,%r1 ; set %r1 to address of begin
117 mtsp %r0,%sr0 ; Set sr0 to kernel space.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_stats.h 44 void Set(AllocatorStat i, uptr v) {
sanitizer_malloc_mac.inc 65 // Library functions that need to modify the zone will set PROT_WRITE on it.
346 // Set current allocator enumeration version.
  /src/usr.sbin/sysinst/arch/i386/
msg.md.en 53 {Would you like to install the normal set of bootblocks or serial bootblocks?
72 message serial_baud_rate {Set serial baud rate}
95 {Set the geometry by hand}
  /src/distrib/sets/
maketars 23 # set defaults
51 -a arch Set arch (e.g, m68k, mipseb, mipsel, powerpc) [${MACHINE_ARCH}]
52 -m machine Set machine (e.g, amiga, i386, macppc) [${MACHINE}]
55 -F setlistdir output directory for generated set lists [${dest}/etc/mtree/]
56 -S Exit after creating set files ${dest}/etc/mtree/set.*
62 -T timestamp Timestamp to set for all the files in the tar.
149 echo >&2 "${prog}: \${RELEASEDIR} must be set, or -i must be used"
154 echo >&2 "${prog}: \${DESTDIR} must be set"
186 msg "Creating set.${setname}
    [all...]
  /src/sys/dev/mvme/
osiop_pcctwo.c 128 #error Set up siop clock speed for mvme187
  /src/usr.bin/make/unit-tests/
opt-m-include-dir.mk 10 # To set up this scenario, the file step2.mk is created deep in a hierarchy
20 # Set up the other files needed for this test.
varmod-loop-delete.mk 25 # Set up the variable that deletes itself when it is evaluated.
  /src/sys/arch/ia64/stand/common/
help.common 125 set <variable name>
126 set <variable name>=<value>
128 The set command is used to set variables.
133 set autoboot_delay=<value>
138 # Tset Sbootfile DSet the default boot file set
140 set bootfile=<filename>[;<filename>...]
142 Sets the default set of kernel boot filename(s). It may be overridden
145 directories. The default bootfile set is "kernel".
150 set boot_asknam
    [all...]
  /src/usr.sbin/sysinst/
msg.entropy.en 29 message Configure_entropy {Set up entropy}
msg.entropy.es 29 message Configure_entropy {Set up entropy}
msg.entropy.fr 29 message Configure_entropy {Set up entropy}
msg.pm.en 104 message vnd_geom_fmt {Set geometry by hand}
msg.entropy.pl 29 message Configure_entropy {Set up entropy}
  /src/sys/arch/mvme68k/stand/libsa/
SRT0.S 63 | Set up stack (just before relocated text)
  /src/sys/arch/mac68k/obio/
iwm.s 39 * o The iwmXXX() routines that set/get IWM or drive settings are not
268 bclr #5,%d0 | Reset bit 5 and set Z flag
592 moveq #stepInCmd,%d0 | Set step IN
597 moveq #stepOutCmd,%d0 | Set step OUT
601 bsr driveCmd | Set direction
701 * %a0 points to data register of IWM as set up by readSectHdr
943 tstb %d0 | don't set error code if we
1043 * To set up IWM for writing:
1108 * b) encodes the nibbles with a table to disk bytes (bit 7 set, no
1133 addb %d7,%d3 | Set X flag (Why?
    [all...]
  /src/share/mk/
bsd.sys.mk 91 # Set assembler warnings to be fatal
95 # Set linker warnings to be fatal
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 44 # For system packages, we set this here, as the version is auto-generated.
64 # 2 == shell "set -x" operation
74 _PKG_DEBUG= set -x;
86 # Set PKG_INSTALL_FILE to be the name of any INSTALL file
91 # Set PKG_DEINSTALL_FILE to be the name of any DEINSTALL file
96 # Set MESSAGE_FILE to be the name of any MESSAGE file
428 # If PACKAGE_DEPENDS_WITH_PATTERNS is set, print as pattern (if possible)
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp 20 #include <set>
90 Set<Unit> FoundUnits, ExpectedUnitsWitThisLength;
636 Set<std::string> a(A.begin(), A.end());
637 Set<std::string> b(B.begin(), B.end());
728 Set<uint32_t> InitialFeatures;

Completed in 41 milliseconds

1 2