HomeSort by: relevance | last modified time | path
    Searched refs:Out (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerSHA1.h 24 // Computes SHA1 hash of 'Len' bytes in 'Data', writes kSHA1NumBytes to 'Out'.
25 void ComputeSHA1(const uint8_t *Data, size_t Len, uint8_t *Out);
FuzzerCrossOver.cpp 19 // Cross Data1 and Data2, store the result (up to MaxOutSize bytes) in Out.
22 uint8_t *Out, size_t MaxOutSize) {
33 // Merge a part of Data into Out.
39 memcpy(Out + OutPos, Data + *InPos, ExtraSize);
FuzzerIO.cpp 65 FILE *Out = fopen(Path.c_str(), "w");
66 if (!Out) return;
67 fwrite(U.data(), sizeof(U[0]), U.size(), Out);
68 fclose(Out);
FuzzerInterface.h 52 // Combines pieces of Data1 & Data2 together into Out.
57 const uint8_t *Data2, size_t Size2, uint8_t *Out,
FuzzerSHA1.cpp 202 void ComputeSHA1(const uint8_t *Data, size_t Len, uint8_t *Out) {
206 memcpy(Out, sha1_result(&s), HASH_LENGTH);
FuzzerMutate.h 86 size_t Size2, uint8_t *Out, size_t MaxOutSize);
  /src/sys/external/bsd/acpica/dist/resources/
rsxface.c 40 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
56 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field)
57 #define ACPI_COPY_ADDRESS(Out, In) \
58 ACPI_COPY_FIELD(Out, In, ResourceType); \
59 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \
60 ACPI_COPY_FIELD(Out, In, Decode); \
61 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \
62 ACPI_COPY_FIELD(Out, In, MaxAddressFixed); \
63 ACPI_COPY_FIELD(Out, In, Info);
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utmisc.c 40 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
143 } Out;
156 Out.Bytes[0] = In.Bytes[3];
157 Out.Bytes[1] = In.Bytes[2];
158 Out.Bytes[2] = In.Bytes[1];
159 Out.Bytes[3] = In.Bytes[0];
161 return (Out.Value);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/
DataFlow.cpp 36 // ./a.out INPUT_FILE [OUTPUT_FILE]
39 // ./a.out
116 static void PrintDataFlow(FILE *Out) {
119 fprintf(Out, "F%zd %s\n", I, GetPrintableStringForLabel(FuncLabels[I]));
163 FILE *Out = OutIsStdout ? stdout : fopen(argv[4], "w");
164 PrintDataFlow(Out);
165 if (!OutIsStdout) fclose(Out);
  /src/usr.sbin/makemandb/
makemandb.c 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1296 * Take out the first name, before the first comma
1302 * When there are no more commas left, break out.
1333 * aliases to take out */
1525 goto Out;
1531 goto Out;
1538 goto Out;
1545 goto Out;
1553 goto Out;
1561 goto Out;
    [all...]
  /src/usr.bin/make/unit-tests/
posix1.exp 40 Out-of-date dependencies with suffix transformations
80 Out-of-date dependencies with suffix transformations
126 Out-of-date dependencies with suffix transformations
173 Out-of-date dependencies with suffix transformations
posix1.mk 104 Out-of-date dependencies with suffix transformations\n\
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 123 IN SIMPLE_TEXT_OUTPUT_INTERFACE *Out,
139 IN OUT PRINT_STATE *ps
145 IN OUT PRINT_STATE *ps,
152 IN OUT PRINT_STATE *ps
164 IN OUT PRINT_STATE *ps,
407 IN OUT POOL_PRINT *spc,
427 OUT CHAR16 *Str,
469 OUT CHAR16 *Str,
570 IN OUT POOL_PRINT *Str,
699 IN SIMPLE_TEXT_OUTPUT_INTERFACE *Out,
    [all...]
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 131 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
134 out OutBuf: Pointer; out OutBytes: Integer);
141 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer);
149 Out: OutBuf = ptr to user-allocated buffer to contain decompressed data
287 out OutBuf: Pointer; out OutBytes: Integer);
325 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer)
    [all...]
  /src/sys/arch/m68k/060sp/dist/
test.doc 70 (1) | Call-Out | - 4 bytes per entry (user fills these in)
83 The first section of this module is the "Call-out" section. This section
84 is NOT INCLUDED in {i,f}test.sa (an example "Call-out" section is provided at
92 the starting address of the "call-out" section. The "Call-out" section must
94 are individual tests, they each require their own "Call-out" sections.
109 (_060ISP_TEST is the starting address of the "Call-out" section; the "Call-out"
203 # beginning of "Call-out" section; provided by integrator.
fpsp.doc 76 (1) | Call-Out | - 4 bytes per entry (user fills these in)
89 The first section of this module is the "Call-out" section. This section
90 is NOT INCLUDED in fpsp.sa (an example "Call-out" section is provided at
98 of the "call-out" section. The "Call-out" section must sit adjacent to the
114 (_060FPSP_TOP is the starting address of the "Call-out" section; the "Call-out"
isp.doc 84 (1) | Call-Out | - 4 bytes per entry (user fills these in)
97 The first section of this module is the "Call-out" section. This section
98 is NOT INCLUDED in isp.sa (an example "Call-out" section is provided at
106 of the "call-out" section. The "Call-out" section must sit adjacent to the
123 (_060ISP_TOP is the starting address of the "Call-out" section; the "Call-out"
190 package calls either the "Call-out" _060_real_cas() or _060_real_cas2().
192 host system (see isp.s source code), then these "Call-out"s should be
  /src/sys/arch/emips/ebus/
ace_ebus.c 29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
308 goto Out;
315 goto Out;
323 goto Out;
327 Out:
902 * Yes, pull out all the data.
921 * This pulls two 16-bit words out of
1123 * Get the data out of the ACE
1149 * Ooops, get out of here
1247 * Get the data out to the AC
    [all...]
flash_ebus.c 29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1288 goto Out;
1295 Out:
1324 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1353 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 252 IN OUT EFI_TABLE_HEADER *Hdr
258 IN OUT EFI_TABLE_HEADER *Hdr
264 IN OUT EFI_TABLE_HEADER *Hdr
271 IN OUT EFI_TABLE_HEADER *Hdr
458 OUT UINTN *Remainder OPTIONAL
463 IN OUT FLOCK *Lock,
515 OUT CHAR16 *InStr,
524 OUT CHAR16 *InStr,
542 OUT CHAR16 *Str,
550 OUT CHAR16 *Str
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 40 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
92 * configured out of the current kernel or ACPICA application.
321 * Interfaces that are configured out of the ACPICA build are replaced
330 * configured out of the ACPICA build if the ACPI_REDUCED_HARDWARE flag
373 * will be configured out of the ACPICA build if the
391 * will be configured out of the ACPICA build unless the
409 * out of the ACPICA build unless the ACPI_APPLICATION
427 * out of the ACPICA build unless the ACPI_DEBUGGER
1118 ACPI_RESOURCE_ADDRESS64 *Out))
  /src/common/dist/zlib/contrib/pascal/
example.pas 543 EXIT_ERR('Out of memory');
  /src/usr.sbin/sysinst/
msg.mi.en 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
43 message out_of_memory {Out of memory!}
728 {There is a big problem! Can not create /mnt/etc/fstab. Bailing out!
982 beware that this might lead to out of swap errors. Should you get such
1138 {The directory where the old a.out shared libraries should be moved to could
msg.mi.es 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
47 message out_of_memory {Out of memory!}
1160 compartidas a.out antiguas. Por favor, intente el proceso de actualizaci�n

Completed in 42 milliseconds