Searched refs:u128 (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dpr39902.c29 } u128; typedef in typeref:union:__anon4715
47 volatile u128 p128_1;
48 volatile u128 p128_1_0;
49 volatile u128 p128_2_0;
50 volatile u128 m128_1;
51 volatile u128 m128_1_0;
52 volatile u128 m128_2_0;
53 volatile u128 a128;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dmodes_lcl.h88 typedef struct { u64 hi,lo; } u128; typedef in typeref:struct:__anon627
106 u128 Htable[256];
108 u128 Htable[16];
109 void (*gmult)(u64 Xi[2],const u128 Htable[16]);
110 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
H A Dgcm128.c121 static void gcm_init_8bit(u128 Htable[256], u64 H[2])
124 u128 V;
137 u128 *Hi = Htable+i, H0 = *Hi;
145 static void gcm_gmult_8bit(u64 Xi[2], const u128 Htable[256])
147 u128 Z = { 0, 0};
256 static void gcm_init_4bit(u128 Htable[16], u64 H[2])
258 u128 V;
275 u128 *Hi = Htable+i;
335 static void gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16])
337 u128
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libbluetooth/
H A Dt_sdp_get.c169 uuid_t u128 = { local
195 ATF_CHECK(uuid_equal(&value, &u128, NULL));
H A Dt_sdp_put.c132 const uuid_t u128 = { local
143 ATF_REQUIRE(sdp_put_uuid(&test, &u128));

Completed in 129 milliseconds