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

1 2 3 4

  /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/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/
exynos5433-tmu.dtsi 56 /* Set maximum frequency as 1800MHz */
62 /* Set maximum frequency as 1700MHz */
68 /* Set maximum frequency as 1600MHz */
74 /* Set maximum frequency as 1500MHz */
80 /* Set maximum frequency as 1400MHz */
86 /* Set maximum frequencyas 1200MHz */
92 /* Set maximum frequency as 1000MHz */
230 /* Set maximum frequency as 1200MHz */
236 /* Set maximum frequency as 1100MHz */
242 /* Set maximum frequency as 1000MHz *
    [all...]
  /src/usr.bin/make/unit-tests/
deptgt-notparallel.mk 10 # Set opts.maxJobs back to 1. Without this line, the output would be in
varmod-loop-delete.mk 14 # Set up the variable that deletes itself when it is evaluated.
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.
  /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/gpl2/dts/dist/arch/arm/boot/dts/
r8a7742-iwg21d-q7-dbcm-ca.dts 98 /* status set to "okay" when needed by camera configuration below */
106 /* status set to "okay" when needed by camera configuration below */
216 * Set SW2 switch on the SOM to 'ON'
217 * Set SW1 switch on camera board to 'OFF' as we are using 8bit mode
249 /* Set SW1 switch on the SOM to 'ON' */
ste-hrefprev60.dtsi 69 /* Set this up using hogs */
imx6ul-phytec-phycore-som.dtsi 20 * Set the minimum memory size here and
21 * let the bootloader set the real size.
gemini-nas4220b.dts 141 /* Set up drive strength on GMAC0 to 16 mA */
  /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/external/gpl2/dts/dist/arch/riscv/boot/dts/microchip/
mpfs-m100pfsevp.dts 69 /* Set to low for eMMC, high for SD-card */
  /src/sys/dev/mvme/
osiop_pcctwo.c 128 #error Set up siop clock speed for mvme187
  /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}

Completed in 18 milliseconds

1 2 3 4