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

  /src/sys/external/bsd/acpica/dist/utilities/
utmisc.c 237 * RETURN: UINT32 integer with bytes swapped
239 * DESCRIPTION: Convert a 32-bit value to big-endian (swap the bytes)
250 UINT8 Bytes[4];
255 UINT8 Bytes[4];
264 Out.Bytes[0] = In.Bytes[3];
265 Out.Bytes[1] = In.Bytes[2];
266 Out.Bytes[2] = In.Bytes[1]
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerShmem.h 34 size_t WriteByteArray(const uint8_t *Bytes, size_t N) {
37 memcpy(GetData() + sizeof(N), Bytes, N);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/
DataFlow.cpp 17 // The output shows which functions depend on which bytes of the input.
46 // "FN xxxxxxxxxx": tells what bytes of the input does the function N depend on.
47 // The byte string is LEN+1 bytes. The last byte is set if the function
71 static char *PrintableStringForLabel; // InputLen + 2 bytes.
94 void SetBytesForLabel(dfsan_label L, char *Bytes) {
100 Bytes[L - 1] = '1';
103 SetBytesForLabel(DLI->l1, Bytes);
104 SetBytesForLabel(DLI->l2, Bytes);
  /src/usr.sbin/sysinst/
msg.pm.en 105 message vnd_bps_fmt {Bytes per Sector}
111 message vnd_bps_ask {Bytes per Sector?}
msg.pm.es 104 message vnd_bps_fmt {Bytes por sector}
110 message vnd_bps_ask {Bytes por sector?}
msg.mi.de 1146 message Bytes {Byte}
1408 message ptn_isize_bytes {$0 Bytes (zur Inode-Bestimmung)}
1418 {Durchschnittliche Dateigr��e (in Bytes)}
msg.mi.fr 1153 message Bytes {Octets}
1419 message ptn_isize_bytes {$0 bytes}
msg.mi.pl 1069 message Bytes {Bajty}
  /src/sys/external/bsd/acpica/dist/compiler/
aslutils.c 201 UINT8 Bytes[4];
205 return (Overlay.Bytes[0]); /* Returns 0xFF (TRUE) for big endian */
657 "%-14s %s - %7u bytes %6u fields %8u source lines\n",
664 "%-14s %s - %7u bytes\n",
671 "%-14s %s - %7u bytes %6u keywords %6u source lines\n",
683 "%-14s %s - %7u bytes %6u opcodes %6u named objects\n",
715 FlPrintFile (FileId, "%-14s %s - %7u bytes\n",
  /src/sys/arch/hpcmips/stand/pbsdboot/res/
pbsdboot.rc 63 RTEXT "Bytes/line ",IDC_STATIC,5,69,40,8
  /src/sys/arch/i386/stand/dosboot/
dos_file.S 80 movl 0x10(%ebp), %ecx # Bytes to read
  /src/common/dist/zlib/os400/
zlib.inc 96 D zs_total_in 10U 0 Total bytes read
99 D zs_total_out 10U 0 Total bytes written
343 D dictionary 65535 const options(*varsize) Dictionary bytes
371 D pending 10U 0 Pending bytes
388 D dictionary 65535 const options(*varsize) Dictionary bytes
394 D dictionary 65535 options(*varsize) Dictionary bytes
400 D dictionary 65535 options(*varsize) Dictionary bytes
471 D buf 65535 const options(*varsize) Bytes to accumulate
482 D buf 65535 const options(*varsize) Bytes to accumulate
487 D buf 65535 const options(*varsize) Bytes to accumulat
    [all...]
  /src/sys/dev/ic/
mpt_mpilib.h 957 U8 Bytes[4];
4151 U8 FcpSenseData[32]; /* Pad to 64 bytes */ /* 20h */
4163 U8 SenseData[52]; /* Pad the IU to 64 bytes */ /* 0Ch */

Completed in 26 milliseconds