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

/external/elfutils/0.153/libdw/
H A Dlibdw_form.c67 Dwarf_Word u128; local
100 get_uleb128 (u128, valp);
101 result = u128 + (valp - saved);
138 get_uleb128 (u128, valp);
144 get_uleb128 (u128, valp);
146 result = __libdw_form_val_len (dbg, cu, u128, valp);
H A Ddwarf_getmacros.c104 unsigned int u128; local
119 get_uleb128 (u128, readp);
131 get_uleb128 (u128, readp);
137 u128 = 0;
150 mac.param1 = u128;
H A Ddwarf_getattrs.c71 unsigned int u128; local
72 get_uleb128 (u128, die_addr);
76 die->abbrev = __libdw_findabbrev (die->cu, u128);
H A Ddwarf_tag.c110 unsigned int u128; local
112 get_uleb128 (u128, addr);
115 die->abbrev = __libdw_findabbrev (die->cu, u128);
H A Ddwarf_getsrclines.c398 unsigned int u128; local
565 get_uleb128 (u128, linep);
566 advance_pc (u128);
584 get_uleb128 (u128, linep);
585 file = u128;
593 get_uleb128 (u128, linep);
594 column = u128;
663 get_uleb128 (u128, linep);
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dvbits.c47 fprintf(fp, "%016"PRIx64, v.bits.u128[1]);
48 fprintf(fp, "%016"PRIx64, v.bits.u128[0]);
50 fprintf(fp, "%016"PRIx64, v.bits.u128[0]);
51 fprintf(fp, "%016"PRIx64, v.bits.u128[1]);
85 case 128: new.bits.u128[0] = ~0ull;
86 new.bits.u128[1] = ~0ull;
112 case 128: new.bits.u128[0] = 0x0;
113 new.bits.u128[1] = 0x0;
139 case 128: return v1.bits.u128[0] == v2.bits.u128[
[all...]
H A Dvbits.h20 uint128_t u128; member in union:__anon33078::__anon33079
34 uint128_t u128; member in union:__anon33080
H A Dutil.c60 fprintf(fp, "%016"PRIx64, val.u128[1]);
61 fprintf(fp, "%016"PRIx64, val.u128[0]);
63 fprintf(fp, "%016"PRIx64, val.u128[0]);
64 fprintf(fp, "%016"PRIx64, val.u128[1]);
/external/clang/test/Sema/
H A D128bitint.c6 typedef unsigned u128 __attribute__((__mode__(TI))); typedef
9 int a[(u128)-1 > 1LL ? 1 : -1];
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp5.c36 } u128; member in union:stuff
420 test_val.u128.valu = dfp128_vals[i * 2];
421 test_val.u64_val = test_val.u128.valu;
422 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
431 printf(" %016llx", test_val.u128.vall);
436 printf(" ==> %016llx %016llx\n", result.u128.valu, result.u128.vall);
486 test_val.u128.valu = bcd128_vals[i * 2];
487 test_val.u64_val = test_val.u128.valu;
488 test_val.u128
[all...]
H A Dtest_dfp4.c36 } u128; member in union:stuff
497 test_val.u128.valu = dfp128_vals[i * 2];
498 test_val.u64_val = test_val.u128.valu;
499 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
515 printf(" %016llx", test_val.u128.vall);
564 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2];
565 test_val1.u64_val = test_val1.u128.valu;
566 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
567 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2];
568 test_val2.u64_val = test_val2.u128
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp5.c36 } u128; member in union:stuff
420 test_val.u128.valu = dfp128_vals[i * 2];
421 test_val.u64_val = test_val.u128.valu;
422 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
431 printf(" %016llx", test_val.u128.vall);
436 printf(" ==> %016llx %016llx\n", result.u128.valu, result.u128.vall);
486 test_val.u128.valu = bcd128_vals[i * 2];
487 test_val.u64_val = test_val.u128.valu;
488 test_val.u128
[all...]
H A Dtest_dfp4.c36 } u128; member in union:stuff
497 test_val.u128.valu = dfp128_vals[i * 2];
498 test_val.u64_val = test_val.u128.valu;
499 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
515 printf(" %016llx", test_val.u128.vall);
564 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2];
565 test_val1.u64_val = test_val1.u128.valu;
566 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
567 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2];
568 test_val2.u64_val = test_val2.u128
[all...]
/external/openssl/crypto/modes/
H A Dmodes_lcl.h88 typedef struct { u64 hi,lo; } u128; typedef in typeref:struct:__anon28335
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...]
/external/chromium_org/third_party/boringssl/src/crypto/modes/
H A Dgcm.c88 static void gcm_init_4bit(u128 Htable[16], uint64_t H[2]) {
89 u128 V;
150 static void gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16]) {
151 u128 Z;
227 static void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
229 u128 Z;
305 void gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16]);
306 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
324 void gcm_init_clmul(u128 Htable[16], const uint64_t Xi[2]);
325 void gcm_gmult_clmul(uint64_t Xi[2], const u128 Htabl
[all...]
H A Dinternal.h150 typedef struct { uint64_t hi,lo; } u128; typedef in typeref:struct:__anon11643
163 u128 Htable[16];
164 void (*gmult)(uint64_t Xi[2], const u128 Htable[16]);
165 void (*ghash)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h29 __extension__ typedef unsigned __int128 u128; typedef
41 typedef u128 UIntMax;
H A Dubsan_value.cc50 return *reinterpret_cast<u128*>(Val);
/external/chromium_org/third_party/libwebp/dsp/
H A Dupsampling_neon.c128 const int16x8_t uu = vreinterpretq_s16_u16(vsubl_u8(u, u128)); \
129 const int16x8_t vv = vreinterpretq_s16_u16(vsubl_u8(v, u128)); \
201 const uint8x8_t u128 = vdup_n_u8(128); \
/external/webp/src/dsp/
H A Dupsampling_neon.c128 const int16x8_t uu = vreinterpretq_s16_u16(vsubl_u8(u, u128)); \
129 const int16x8_t vv = vreinterpretq_s16_u16(vsubl_u8(v, u128)); \
201 const uint8x8_t u128 = vdup_n_u8(128); \
/external/elfutils/0.153/src/
H A Dreadelf.c6203 unsigned int u128; local
6308 get_uleb128 (u128, linep);
6309 printf (gettext (" set discriminator to %u\n"), u128);
6332 get_uleb128 (u128, linep);
6333 advance_pc (u128);
6359 get_uleb128 (u128, linep);
6361 (uint64_t) u128);
6369 get_uleb128 (u128, linep);
6371 (uint64_t) u128);
6409 u128
6669 unsigned int u128; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_aes.c200 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,

Completed in 7371 milliseconds