HomeSort by: relevance | last modified time | path
    Searched defs:BYTE (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael_local.h 6 typedef u_int8_t BYTE;
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
platform.h 17 typedef uint8_t BYTE;
28 typedef unsigned char BYTE;
  /src/usr.bin/systat/
convtbl.c 52 #define BYTE (1)
68 [SC_BYTE] = { BYTE, BYTES, "B", "byte" },
69 [SC_KILOBYTE] = { BYTE, KILOBYTE, "KB", "kbyte" },
70 [SC_MEGABYTE] = { BYTE, MEGABYTE, "MB", "mbyte" },
71 [SC_GIGABYTE] = { BYTE, GIGABYTE, "GB", "gbyte" },
72 [SC_TERABYTE] = { BYTE, TERABYTE, "TB", "tbyte" },
  /src/external/gpl2/mkhybrid/dist/libfile/
file.h 55 char type; /* byte short long */
62 #define BYTE 1
  /src/external/bsd/zstd/dist/contrib/linux-kernel/
mem.h 33 typedef uint8_t BYTE;
161 return MEM_readLE16(memPtr) + (((const BYTE *)memPtr)[2] << 16);
167 ((BYTE *)memPtr)[2] = (BYTE)(val >> 16);
  /src/external/bsd/zstd/dist/lib/common/
mem.h 44 typedef uint8_t BYTE;
58 typedef unsigned char BYTE;
158 const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */
293 const BYTE* p = (const BYTE*)memPtr;
303 BYTE* p = (BYTE*)memPtr;
304 p[0] = (BYTE)val;
305 p[1] = (BYTE)(val>>8);
311 return (U32)MEM_readLE16(memPtr) + ((U32)(((const BYTE*)memPtr)[2]) << 16)
    [all...]
xxhash.h 184 * However, this leaves open the question of what is the order on the byte level,
2212 * < ARMv7 with unaligned access (e.g. Raspbian armhf) still uses byte shifting, so we use memcpy
2450 # define BYTE xxh_u8
2502 * If @p align == @ref XXH_alignment::XXH_aligned, @p ptr must be 4 byte
4127 * Performs an unaligned vector load and byte swaps it on big endian.
5187 * This requires a full 32-bit address immediate (and therefore a 6 byte
5588 * @brief Processes a 64 byte block of data using the scalar path.
5997 * malloc typically guarantees 16 byte alignment on 64-bit systems and 8 byte
5998 * alignment on 32-bit. This isn't enough for the 32 byte aligned loads in AVX
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/
aes-gcm-avx512.pl 136 # (1) -> +64(Win)/+48(Lin)-byte space for pushed GPRs
137 # (2) -> +8-byte space for 16-byte alignment of XMM storage
139 # (4) -> +160-byte XMM storage (Windows only, zero on Linux)
140 # (5) -> +48-byte space for 64-byte alignment of %RSP from p.8
141 # (6) -> +768-byte LOCAL storage (optional, can be omitted in some functions)
142 # (7) -> +768-byte HKEYS storage
143 # (8) -> Stack pointer (%RSP) aligned on 64-byte boundary
206 sub BYTE {
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
xxhash.c 111 typedef uint8_t BYTE;
117 typedef unsigned char BYTE;
236 const BYTE* p = (const BYTE*)input;
237 const BYTE* bEnd = p + len;
242 if (p==NULL) { len=0; bEnd=p=(const BYTE*)(size_t)16; }
247 const BYTE* const limit = bEnd - 16;
372 const BYTE* p = (const BYTE*)input;
373 const BYTE* const bEnd = p + len
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-dos.h 18 typedef unsigned char BYTE;
21 typedef BYTE ETHER[6];
131 BYTE data[ETH_MAX+10]; /* add some margin. data[0] should be */
134 extern BYTE *get_rxbuf (int len) LOCKED_FUNC;
135 extern int peek_rxbuf (BYTE **buf);
136 extern int release_rxbuf (BYTE *buf);
164 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
165 BYTE *(*get_rx_buf) (int len); /* rx-buf fetch/enqueue */
166 int (*peek_rx_buf) (BYTE **buf); /* rx-non-copy at queue */
167 int (*release_rx_buf) (BYTE *buf); /* release after peek *
    [all...]
  /src/external/bsd/ntp/dist/include/
hopf6039.h 21 typedef unsigned char BYTE;
26 #define LOBYTE(w) ((BYTE)(w))
27 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF))
60 BYTE wVisible;
61 BYTE wMode;
62 BYTE wSat0;
63 BYTE wRat0;
64 BYTE wSat1;
65 BYTE wRat1;
66 BYTE wSat2
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
lz4.c 128 * negative result, indicating the byte position of the faulty
265 #define BYTE uint8_t
335 #define INITBASE(base) const BYTE* const base = ip
343 #define HTYPE const BYTE *
369 #define LZ4_BLINDCOPY(s, d, l) { BYTE* e = (d) + l; LZ4_WILDCOPY(s, d, e); \
475 const BYTE *ip = (BYTE *) source;
477 const BYTE *anchor = ip;
478 const BYTE *const iend = ip + isize;
479 const BYTE *const oend = (BYTE *) dest + osize
    [all...]
  /src/sys/arch/amd64/amd64/
db_disasm.c 60 #define BYTE 0
85 #define Eb 4 /* address, byte size */
102 #define Ib 21 /* byte immediate, unsigned */
103 #define Ibs 22 /* byte immediate, signed */
107 #define Db 26 /* byte displacement from EIP */
122 short i_has_modrm; /* has regmodrm byte */
355 /*b0*/ { "cmpxchg",true, BYTE, op2(R, E), 0 },
375 /*c0*/ { "xadd", true, BYTE, op2(R, E), 0 },
576 { "inc", true, BYTE, op1(E), 0 },
577 { "dec", true, BYTE, op1(E), 0 }
    [all...]
  /src/sys/arch/i386/i386/
db_disasm.c 50 #define BYTE 0
67 #define Eb 4 /* address, byte size */
84 #define Ib 21 /* byte immediate, unsigned */
85 #define Ibs 22 /* byte immediate, signed */
89 #define Db 26 /* byte displacement from EIP */
100 #define Iba 37 /* byte immediate, don't print if 0xa */
105 short i_has_modrm; /* has regmodrm byte */
323 /*b0*/ { "cmpxchg",true, BYTE, op2(R, E), 0 },
343 /*c0*/ { "xadd", true, BYTE, op2(R, E), 0 },
544 { "inc", true, BYTE, op1(E), 0 }
    [all...]
  /src/sys/arch/shark/shark/
scr.c 258 #define t0ssRecvProcedure 0x0402 /* wait for procedure byte */
259 #define t0ssSendByte 0x0403 /* send 1 byte */
275 #define t0rsRecvProcedure 0x0602 /* wait for procedure byte */
276 #define t0rsRecvByte 0x0603 /* recv 1 byte */
309 /* commands to T0 Recv Byte state machine */
318 /* states in T0 Recv Byte state machine */
328 /* commands to T0 Send Byte state machine */
338 /* states in T0 Send Byte state machine */
350 ** sent by T0 Send Byte & T0 recv Byte to T0 Send and T0 Rec
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-ns32k.c 82 char index_byte; /* Index byte. */
156 1, the entry contains one byte
174 The low-order-byte corresponds to low physical memory.
327 #define BYTE 0
626 addrmodeP->am_size += 1; /* scaled index byte. */
939 case 'B': /* Byte */
968 IND (BRANCH, BYTE),
1000 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 0);
1007 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 1);
1059 iif.instr_size += 1; /* 1 byte is allocated after the opcode. *
    [all...]
tc-m68k.c 360 first byte of the offset, without regarding the special
414 /* The numo+1 kludge is so we can hit the low order byte of the prev word.
731 #define BYTE 0
743 BYTE and SHORT forms, punting if that isn't enough. This gives us four
746 #define BRANCHBWL 0 /* Branch byte, word, or long. */
749 #define BRANCHBW 3 /* Branch byte or word. */
780 #define BRANCHBWPL 10 /* Branch byte, word or pair of longs
816 { 1, 1, 0, 0 }, /* FBRANCH doesn't come BYTE. */
821 { 1, 1, 0, 0 }, /* DBCC doesn't come BYTE. */
826 { 1, 1, 0, 0 }, /* DBCC doesn't come BYTE. *
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 33 #define BYTE 286
ldgram.c 169 #define BYTE 286
2096 "BIND","QUAD","SQUAD","LONG","SHORT","BYTE","ASCIZ","SECTIONS","PHDRS",
2316 "length : BYTE",
ldlex.c 2332 { RTOKEN(BYTE); }
3646 * @param yybytes the byte buffer to scan
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ns32k.c 82 char index_byte; /* Index byte. */
156 1, the entry contains one byte
174 The low-order-byte corresponds to low physical memory.
327 #define BYTE 0
626 addrmodeP->am_size += 1; /* scaled index byte. */
939 case 'B': /* Byte */
968 IND (BRANCH, BYTE),
1000 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 0);
1007 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 1);
1059 iif.instr_size += 1; /* 1 byte is allocated after the opcode. *
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 86 BYTE = 287, /* BYTE */
231 #define BYTE 287
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 119 #define FSE_FUNCTION_TYPE BYTE
124 * Byte symbol type
172 typedef uint8_t BYTE;
180 typedef unsigned char BYTE;
202 const union { U32 i; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */
227 const BYTE* p = (const BYTE*)memPtr;
238 const BYTE* p = (const BYTE*)memPtr;
250 const BYTE* p = (const BYTE*)memPtr
906 BYTE byte; member in struct:nodeElt_s
915 BYTE byte; member in struct:__anon8710
    [all...]
zstd_v03.c 85 typedef uint8_t BYTE;
93 typedef unsigned char BYTE;
112 const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */
142 const BYTE* p = (const BYTE*)memPtr;
155 BYTE* p = (BYTE*)memPtr;
156 p[0] = (BYTE)val;
157 p[1] = (BYTE)(val>>8);
163 return MEM_readLE16(memPtr) + (((const BYTE*)memPtr)[2] << 16)
1466 typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX2; \/* single-symbol decoding *\/ member in struct:__anon8742
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 409 /* Followed by one byte giving n, then by n literal bytes. */
421 following byte is number of bitmap bytes. Then come bytes
422 for a bitmap saying which chars are in. Bits in each byte
440 register. Followed by one byte with the register number, in
442 field. Then followed by one byte with the number of groups
449 memory register. Followed by one byte with the register
451 pattern buffer, and one byte with the number of inner groups,
458 byte containing the register number. */
474 /* Followed by two byte relative address to which to jump. */
480 /* Followed by two-byte relative address of place to resume a
    [all...]

Completed in 82 milliseconds

1 2