Searched refs:BYTE (Results 101 - 118 of 118) sorted by relevance

12345

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_random.c112 success = CryptGenRandom(hProv, (DWORD)nbytes, (BYTE*)buf);
H A Darchive_util.c359 (BYTE*)p)) {
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y171 %token <retval> BYTE
211 | ASSIGN VARNAME BYTE {set_var(ret_byte, $2, $3);} eol
386 | BYTE { assign_rets(ret_byte, (void *) $1); }
424 | BYTE { assign_arg(arg_byte, $1); } args
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dhuf.h225 size_t HUF_readStats(BYTE* huffWeight, size_t hwSize,
/freebsd-current/sys/contrib/zstd/programs/
H A Dfileio.c1188 strm.next_out = (BYTE*)ress->dstBuffer;
1196 strm.next_in = (BYTE const*)ress->srcBuffer;
1209 strm.next_out = (BYTE*)ress->dstBuffer;
2399 strm.next_out = (BYTE*)ress->dstBuffer;
2401 strm.next_in = (BYTE const*)ress->srcBuffer;
2409 strm.next_in = (BYTE const*)ress->srcBuffer;
2427 strm.next_out = (BYTE*)ress->dstBuffer;
2547 const BYTE* const buf = (const BYTE*)ress.srcBuffer;
2958 BYTE headerBuffe
[all...]
/freebsd-current/contrib/libpcap/
H A Dpcap-dos.c1346 int peek_rxbuf (BYTE **buf)
1371 int release_rxbuf (BYTE *buf)
1388 BYTE *get_rxbuf (int len)
H A Dpcap-npf.c569 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize);
782 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize);
/freebsd-current/stand/efi/include/i386/
H A Dpe.h329 #define IMAGE_SYM_CLASS_END_OF_FUNCTION (BYTE )-1
/freebsd-current/stand/efi/include/amd64/
H A Dpe.h329 #define IMAGE_SYM_CLASS_END_OF_FUNCTION (BYTE )-1
/freebsd-current/contrib/libfido2/src/
H A Dwebauthn.h1111 _In_reads_bytes_(cbCredentialId) const BYTE *pbCredentialId
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp558 PIMAGE_NT_HEADERS pinh = (PIMAGE_NT_HEADERS)((BYTE *)pidh + pidh->e_lfanew);
/freebsd-current/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp148 std::vector<BYTE> buffer(valueSize);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dconfig_winreg.c547 ret = RegSetValueEx(hk, _name, 0, REG_SZ, (BYTE *) _val,
/freebsd-current/crypto/openssl/engines/
H A De_capi.c1269 if (!CryptGetProvParam(hprov, PP_ENUMCONTAINERS, (BYTE *)cname,
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_openssl.c437 if (!CryptGetHashParam(hash, HP_HASHSIZE, (BYTE *) &hash_size, &len,
450 if (!CryptSetHashParam(hash, HP_HASHVAL, (BYTE * ) from, 0)) {
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c1764 BYTE *indata;
1854 memcpy(linknamew, &((BYTE *)buf->SymbolicLinkReparseBuffer.PathBuffer)
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h1570 # define BYTE xxh_u8 macro
/freebsd-current/contrib/unbound/util/
H A Dconfig_file.c2647 BYTE buf[1024];

Completed in 226 milliseconds

12345