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

1 2 3 4 5

  /src/tests/usr.bin/xlint/lint1/
msg_306.c 9 unsigned char u8; variable
14 u8 = 0xff;
16 u8 = 0x100;
18 u8 &= 0xff;
20 u8 &= 0x100;
22 u8 = u8 & 0x100;
24 u8 |= 0xff;
26 u8 |= 0x100;
28 u8 = u8 | 0x100
    [all...]
msg_309.c 13 u8_t u8; variable
73 u8 = u8 & 0x7f;
74 u8 = u8 & 0x80;
75 u8 = u8 & -0x80;
77 u8 = u8 & (u8_t)-0x80;
79 u8 = u8 & (u8_t)-0x80U
    [all...]
platform_ilp32_int.c 31 unsigned char u8; variable
41 u8 += u8_buf[0x00ffffff];
43 u8 += u8_buf[0x7fffffff];
46 u8 += u8_buf[2147483648];
48 u8 += u8_buf[0x80000000];
50 u8 += u8_buf[0xffffffff];
52 u8 += u8_buf[0x80000000];
54 u8 += u8_buf[0xffffffff];
57 u8 += u8_buf[0x00ffffffffffffff];
59 u8 += u8_buf[0xffffffffffffffff]
    [all...]
platform_ilp32_long.c 40 unsigned char u8; variable
50 u8 += u8_buf[0x00ffffff];
52 u8 += u8_buf[0x7fffffff];
55 u8 += u8_buf[2147483648];
58 u8 += u8_buf[0x80000000];
61 u8 += u8_buf[0xffffffff];
64 u8 += u8_buf[0x80000000];
67 u8 += u8_buf[0xffffffff];
70 u8 += u8_buf[0x00ffffffffffffff];
72 u8 += u8_buf[0xffffffffffffffff]
    [all...]
msg_117.c 9 unsigned char u8; variable
37 u32 = u8 << 0;
38 u32 = u8 << 23;
40 u32 = u8 << 24;
41 u32 = u8 << 31;
43 u32 = u8 << 32;
45 u64 = u8 << 32;
  /src/crypto/external/apache2/openssl/dist/crypto/camellia/
cmll_local.h 29 typedef unsigned char u8; typedef
31 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
33 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[],
35 u8 ciphertext[]);
36 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
38 u8 plaintext[]);
39 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
40 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]);
41 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
42 const KEY_TABLE_TYPE keyTable, u8 plaintext[])
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/camellia/
cmll_local.h 29 typedef unsigned char u8; typedef
31 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
33 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[],
35 u8 ciphertext[]);
36 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
38 u8 plaintext[]);
39 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
40 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]);
41 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
42 const KEY_TABLE_TYPE keyTable, u8 plaintext[])
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/camellia/
cmll_local.h 29 typedef unsigned char u8; typedef
31 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
33 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[],
35 u8 ciphertext[]);
36 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
38 u8 plaintext[]);
39 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
40 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]);
41 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
42 const KEY_TABLE_TYPE keyTable, u8 plaintext[])
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
camellia-ntt.h 43 typedef unsigned char u8; typedef
  /src/crypto/external/bsd/openssh/dist/
rijndael.h 37 typedef unsigned char u8; typedef
42 void rijndaelEncrypt(const unsigned int [], int, const u8 [16], u8 [16]);
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
unaligned-funcs.c 31 struct __attribute__((packed)) u8 { long long data; }; struct
49 return ((struct u8 *) ptr)->data;
55 ((struct u8 *) ptr)->data = data;
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
unaligned-funcs.c 31 struct __attribute__((packed)) u8 { long long data; }; struct
49 return ((struct u8 *) ptr)->data;
55 ((struct u8 *) ptr)->data = data;
  /src/sys/lib/libkern/
entpool.h 67 uint8_t u8[ENTPOOL_SIZE]; member in union:entpool::__anon6896
  /src/crypto/external/apache2/openssl/dist/crypto/aes/
aes_local.h 29 (ct)[0] = (u8)((st) >> 24); \
30 (ct)[1] = (u8)((st) >> 16); \
31 (ct)[2] = (u8)((st) >> 8); \
32 (ct)[3] = (u8)(st); \
43 typedef unsigned char u8; typedef
  /src/crypto/external/apache2/openssl/dist/crypto/chacha/
chacha_enc.c 19 typedef unsigned char u8; typedef
22 u8 c[64];
50 (p)[0] = (u8)(v >> 0); \
51 (p)[1] = (u8)(v >> 8); \
52 (p)[2] = (u8)(v >> 16); \
53 (p)[3] = (u8)(v >> 24); \
  /src/crypto/external/bsd/openssl/dist/crypto/aes/
aes_local.h 24 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
34 typedef unsigned char u8; typedef
  /src/crypto/external/bsd/openssl/dist/crypto/chacha/
chacha_enc.c 19 typedef unsigned char u8; typedef
22 u8 c[64];
28 (p)[0] = (u8)(v >> 0); \
29 (p)[1] = (u8)(v >> 8); \
30 (p)[2] = (u8)(v >> 16); \
31 (p)[3] = (u8)(v >> 24); \
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/
aes_local.h 24 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
34 typedef unsigned char u8; typedef
  /src/external/bsd/liblzf/dist/
lzfP.h 129 typedef uint8_t u8; typedef
133 typedef const u8 *LZF_STATE[1 << (LZF_HLOG)];
  /src/crypto/external/bsd/openssl.old/dist/crypto/chacha/
chacha_enc.c 18 typedef unsigned char u8; typedef
21 u8 c[64];
27 (p)[0] = (u8)(v >> 0); \
28 (p)[1] = (u8)(v >> 8); \
29 (p)[2] = (u8)(v >> 16); \
30 (p)[3] = (u8)(v >> 24); \
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
sync-libfuncs.c 28 typedef unsigned char u8; typedef
118 ATOMIC_LOAD (u8, 1)
146 ATOMIC_STORE (u8, 1)
184 FETCH_AND_OP (add, , +, u8, 1)
185 FETCH_AND_OP (sub, , -, u8, 1)
186 FETCH_AND_OP (or, , |, u8, 1)
187 FETCH_AND_OP (and, , &, u8, 1)
188 FETCH_AND_OP (xor, , ^, u8, 1)
189 FETCH_AND_OP (nand, ~, &, u8, 1)
227 OP_AND_FETCH (add, , +, u8, 1
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cpsizeof.cc 41 typedef Union u8[8]; typedef
67 T (u8);
rvalue-ref-sizeof.cc 45 typedef Union u8[8]; typedef
71 T (u8);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cpsizeof.cc 41 typedef Union u8[8]; typedef
67 T (u8);
rvalue-ref-sizeof.cc 45 typedef Union u8[8]; typedef
71 T (u8);

Completed in 46 milliseconds

1 2 3 4 5