Searched refs:BYTE (Results 1 - 25 of 57) sorted by last modified time

123

/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c1749 BYTE *indata;
1839 memcpy(linknamew, &((BYTE *)buf->SymbolicLinkReparseBuffer.PathBuffer)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Dxxhash.c111 typedef uint8_t BYTE; typedef
117 typedef unsigned char BYTE; typedef
232 const BYTE* p = (const BYTE*)input;
233 const BYTE* bEnd = p + len;
238 if (p==NULL) { len=0; bEnd=p=(const BYTE*)(size_t)16; }
243 const BYTE* const limit = bEnd - 16;
368 const BYTE* p = (const BYTE*)input;
369 const BYTE* cons
[all...]
H A Darchive_random.c88 success = CryptGenRandom(hProv, (DWORD)nbytes, (BYTE*)buf);
H A Darchive_util.c330 (BYTE*)p)) {
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c2427 BYTE buf[1024];
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crypto.c69 blobin.pbData = (BYTE *)orig->data;
92 blobin.pbData = (BYTE *)crypted->data;
363 BYTE *binary_cert;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c149 typedef uint8_t BYTE; typedef
156 typedef unsigned char BYTE; typedef
175 const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */
238 const BYTE* p = (const BYTE*)memPtr;
248 BYTE* p = (BYTE*)memPtr;
249 p[0] = (BYTE) value;
250 p[1] = (BYTE)(value>>8);
262 BYTE*
[all...]
/freebsd-11-stable/contrib/apr-util/dbd/unsupported/
H A Dapr_dbd_freetds.c58 BYTE *data;
85 BYTE buf[MAX_COL_LEN];
350 BYTE *ptr = dbdata(proc, n+1);
354 dbconvert(proc, t, ptr, l, SYBCHAR, (BYTE *)row->buf, -1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp64 if (CryptGenRandom(hProvider, Size, static_cast<BYTE *>(Buffer)))
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp445 PIMAGE_NT_HEADERS pinh = (PIMAGE_NT_HEADERS)((BYTE *)pidh + pidh->e_lfanew);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp207 BYTE Reserved3[1952];
209 BYTE Reserved4[8];
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp913 std::vector<BYTE> buffer(valueSize);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm32 $$SYMBOLS SEGMENT BYTE USE32 'DEBSYM'
34 $$TYPES SEGMENT BYTE USE32 'DEBTYP'
145 mov al, BYTE PTR _cv$[esp]
146 mov dl, BYTE PTR _sv$[esp]
147 lock cmpxchg BYTE PTR [ecx], dl
256 mov al, BYTE PTR _d$[esp]
257 lock xchg BYTE PTR [ecx], al
361 mov al, BYTE PTR _cv$[esp]
362 mov dl, BYTE PTR _sv$[esp]
363 lock cmpxchg BYTE PT
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp37 std::vector<BYTE> ChecksumBytes(ByteSize);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-npf.c524 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize);
707 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize);
H A Dpcap-dos.c1332 int peek_rxbuf (BYTE **buf)
1357 int release_rxbuf (BYTE *buf)
1374 BYTE *get_rxbuf (int len)
H A Dpcap-dos.h16 typedef unsigned char BYTE; typedef
19 typedef BYTE ETHER[6];
129 BYTE data[ETH_MAX+10]; /* add some margin. data[0] should be */
132 extern BYTE *get_rxbuf (int len) LOCKED_FUNC;
133 extern int peek_rxbuf (BYTE **buf);
134 extern int release_rxbuf (BYTE *buf);
162 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
163 BYTE *(*get_rx_buf) (int len); /* rx-buf fetch/enqueue */
164 int (*peek_rx_buf) (BYTE **buf); /* rx-non-copy at queue */
165 int (*release_rx_buf) (BYTE *bu
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c436 if (!CryptGetHashParam(hash, HP_HASHSIZE, (BYTE *) &hash_size, &len,
449 if (!CryptSetHashParam(hash, HP_HASHVAL, (BYTE * ) from, 0)) {
/freebsd-11-stable/crypto/openssl/engines/
H A De_capi.c1222 (hprov, PP_ENUMCONTAINERS, (BYTE *) cname, &clen, flags)) {
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.h45 #define BYTE uint8_t macro
55 BYTE Dev;
56 BYTE Bus:6;
57 BYTE Mode:2; /* b00 */
60 BYTE DevLSB;
61 BYTE DevMSB:6;
62 BYTE Mode:2; /* b01 */
65 BYTE Dev:5;
66 BYTE Bus:3;
67 BYTE Tar
[all...]
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.h50 BYTE class; /* = 1 for DEC/Interl/Xerox Ethernet */
51 BYTE number; /* = 0 for single LAN adapter */
53 BYTE funcs; /* Basic/Extended/HiPerf functions */
56 BYTE name [15]; /* Name of adapter interface,ie.3C523*/
59 BYTE majVer; /* Major driver implementation ver. */
60 BYTE minVer; /* Minor driver implementation ver. */
61 BYTE dummyLen; /* length of following data */
88 BYTE data [TX_BUF_SIZE];
98 BYTE data [RX_BUF_SIZE];
130 extern int PktReceive (BYTE *bu
[all...]
H A Dpktdrvr.c85 BYTE _pktTemp [20];
89 BYTE _fanChars[4];
91 BYTE _PktReceiver[15]; /* starts on a paragraph (16byte) */
95 static BYTE real_stub_array [] = {
112 extern BYTE pktRxEnd; /* marks the end of r-mode code/data */
357 BYTE intr = 0x20;
774 PUBLIC int PktReceive (BYTE *buf, int max)
826 PUBLIC int PktReceive (BYTE *buf, int max)
892 PUBLIC int PktReceive (BYTE *buf, int max)
959 PUBLIC int PktReceive (BYTE *bu
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Dconvtbl.c45 #define BYTE (1) macro
61 [SC_BYTE] = { BYTE, BYTES, "B", "byte" },
62 [SC_KILOBYTE] = { BYTE, KILOBYTE, "KB", "kbyte" },
63 [SC_MEGABYTE] = { BYTE, MEGABYTE, "MB", "mbyte" },
64 [SC_GIGABYTE] = { BYTE, GIGABYTE, "GB", "gbyte" },
65 [SC_TERABYTE] = { BYTE, TERABYTE, "TB", "tbyte" },
/freebsd-11-stable/stand/efi/include/i386/
H A Dpe.h330 #define IMAGE_SYM_CLASS_END_OF_FUNCTION (BYTE )-1
/freebsd-11-stable/stand/efi/include/amd64/
H A Dpe.h330 #define IMAGE_SYM_CLASS_END_OF_FUNCTION (BYTE )-1

Completed in 214 milliseconds

123