| /src/crypto/external/apache2/openssl/dist/crypto/camellia/ |
| cmll_local.h | 28 typedef unsigned int u32; typedef
|
| /src/crypto/external/bsd/openssl/dist/crypto/camellia/ |
| cmll_local.h | 28 typedef unsigned int u32; typedef
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/camellia/ |
| cmll_local.h | 28 typedef unsigned int u32; typedef
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| wide_char_types.c | 23 char32_t u32 = -1; variable
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| wide_char_types.c | 23 char32_t u32 = -1; variable
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_132_lp64.c | 11 u32_t u32; variable 25 u32 = ptr + 3 - ptr;
|
| msg_222.c | 14 unsigned int u32; variable 23 u32 = !-8; 24 u32 = ~-8; 26 u32 = +-8; 27 u32 = - -8; 30 u32 = u32 * -8; 32 u32 = -8 * u32; 34 u32 = u32 / -8 [all...] |
| msg_381.c | 9 unsigned int u32; variable 26 u32 = -1.0; 27 u32 = -0.0; 28 u32 = 0.0; 30 u32 = 3.141; 31 u32 = 4294967295.0; 33 u32 = 4294967296.0;
|
| expr.c | 11 unsigned u32: 32; member in struct:bit_fields 20 return bits.u32 < ul ? bits.u32 : ul;
|
| msg_218.c | 11 unsigned int u32; variable 44 cond = u32 < 3000000000L; 47 cond = 3000000000L < u32;
|
| msg_309.c | 15 u32_t u32; variable
|
| platform_ilp32_int.c | 13 unsigned int u32; variable 27 u32 = ul32; 28 ul32 = u32;
|
| platform_ilp32_long.c | 17 unsigned int u32; variable 36 u32 = ul32; 37 ul32 = u32;
|
| msg_117.c | 13 unsigned u32; variable 37 u32 = u8 << 0; 38 u32 = u8 << 23; 40 u32 = u8 << 24; 41 u32 = u8 << 31; 43 u32 = u8 << 32; 47 u32 = s32 << 0; 48 u32 = s32 << 23; 49 u32 = s32 << 24; 50 u32 = s32 << 31 [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| camellia-ntt.h | 41 /* u32 must be 32bit word */ 42 typedef uint32_t u32; typedef 45 typedef u32 KEY_TABLE_TYPE[CAMELLIA_TABLE_WORD_LEN];
|
| /src/crypto/external/bsd/openssh/dist/ |
| rijndael.h | 39 typedef unsigned int u32; typedef
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| byteorder_test.c | 14 uint32_t u32; local 40 restin = OPENSSL_load_u32_le(&u32, in); 41 restout = OPENSSL_store_u32_le(out, u32); 42 if (!TEST_true(u32 == 0x03020100UL 46 TEST_info("Failed byteorder.h u32 LE load/store"); 51 restin = OPENSSL_load_u32_be(&u32, in); 52 restout = OPENSSL_store_u32_be(out, u32); 53 if (!TEST_true(u32 == 0x00010203UL 57 TEST_info("Failed byteorder.h u32 BE load/store");
|
| /src/crypto/external/apache2/openssl/dist/crypto/aes/ |
| aes_local.h | 20 #define GETU32(p) SWAP(*((u32 *)(p))) 23 *((u32 *)(ct)) = SWAP((st)); \ 26 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3])) 38 typedef unsigned long u32; typedef 40 typedef unsigned int u32; typedef
|
| /src/crypto/external/apache2/openssl/dist/crypto/chacha/ |
| chacha_enc.c | 18 typedef unsigned int u32; typedef 21 u32 u[16]; 32 #define ROTATE(x, n) ({ u32 ret; \ 39 #define ROTATE(x, n) ({ u32 ret; \ 65 static void chacha20_core(chacha_buf *output, const u32 input[16]) 67 u32 x[16]; 101 u32 input[16]; 106 input[0] = ((u32)ossl_toascii('e')) | ((u32)ossl_toascii('x') << 8) 107 | ((u32)ossl_toascii('p') << 16 [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/aes/ |
| aes_local.h | 20 # define GETU32(p) SWAP(*((u32 *)(p))) 21 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } 23 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3])) 29 typedef unsigned long u32; typedef 31 typedef unsigned int u32; typedef
|
| /src/crypto/external/bsd/openssl/dist/crypto/chacha/ |
| chacha_enc.c | 18 typedef unsigned int u32; typedef 21 u32 u[16]; 43 static void chacha20_core(chacha_buf *output, const u32 input[16]) 45 u32 x[16]; 75 u32 input[16]; 80 input[0] = ((u32)ossl_toascii('e')) | ((u32)ossl_toascii('x') << 8) 81 | ((u32)ossl_toascii('p') << 16) 82 | ((u32)ossl_toascii('a') << 24); 83 input[1] = ((u32)ossl_toascii('n')) | ((u32)ossl_toascii('d') << 8 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/aes/ |
| aes_local.h | 20 # define GETU32(p) SWAP(*((u32 *)(p))) 21 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } 23 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3])) 29 typedef unsigned long u32; typedef 31 typedef unsigned int u32; typedef
|
| /src/external/public-domain/xz/dist/src/xz/ |
| file_io.h | 26 uint32_t u32[IO_BUFFER_SIZE / sizeof(uint32_t)]; member in union:__anon24649
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/chacha/ |
| chacha_enc.c | 17 typedef unsigned int u32; typedef 20 u32 u[16]; 42 static void chacha20_core(chacha_buf *output, const u32 input[16]) 44 u32 x[16]; 77 u32 input[16]; 82 input[0] = ((u32)ossl_toascii('e')) | ((u32)ossl_toascii('x') << 8) 83 | ((u32)ossl_toascii('p') << 16) 84 | ((u32)ossl_toascii('a') << 24); 85 input[1] = ((u32)ossl_toascii('n')) | ((u32)ossl_toascii('d') << 8 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| sync-libfuncs.c | 30 typedef unsigned int u32; typedef 116 ATOMIC_LOAD (u32, 4) 144 ATOMIC_STORE (u32, 4) 170 FETCH_AND_OP (add, , +, u32, 4) 171 FETCH_AND_OP (sub, , -, u32, 4) 172 FETCH_AND_OP (or, , |, u32, 4) 173 FETCH_AND_OP (and, , &, u32, 4) 174 FETCH_AND_OP (xor, , ^, u32, 4) 175 FETCH_AND_OP (nand, ~, &, u32, 4) 213 OP_AND_FETCH (add, , +, u32, 4 [all...] |