Home
last modified time | relevance | path

Searched refs:u128 (Results 1 – 17 of 17) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dvbits.c47 fprintf(fp, "%016"PRIx64, v.bits.u128[1]); in print_vbits()
48 fprintf(fp, "%016"PRIx64, v.bits.u128[0]); in print_vbits()
50 fprintf(fp, "%016"PRIx64, v.bits.u128[0]); in print_vbits()
51 fprintf(fp, "%016"PRIx64, v.bits.u128[1]); in print_vbits()
85 case 128: new.bits.u128[0] = ~0ull; in undefined_vbits()
86 new.bits.u128[1] = ~0ull; in undefined_vbits()
112 case 128: new.bits.u128[0] = 0x0; in defined_vbits()
113 new.bits.u128[1] = 0x0; in defined_vbits()
139 case 128: return v1.bits.u128[0] == v2.bits.u128[0] && in equal_vbits()
140 v1.bits.u128[1] == v2.bits.u128[1]; in equal_vbits()
[all …]
Dvbits.h20 uint128_t u128; member
34 uint128_t u128; member
Dutil.c60 fprintf(fp, "%016"PRIx64, val.u128[1]); in print_value()
61 fprintf(fp, "%016"PRIx64, val.u128[0]); in print_value()
63 fprintf(fp, "%016"PRIx64, val.u128[0]); in print_value()
64 fprintf(fp, "%016"PRIx64, val.u128[1]); in print_value()
/external/valgrind/none/tests/ppc32/
Dtest_dfp5.c41 } u128; member
425 test_val.u128.valu = dfp128_vals[i * 2]; in test_dfp_ddedpd_ops()
426 test_val.u128.vall = dfp128_vals[(i * 2) + 1]; in test_dfp_ddedpd_ops()
443 test_val.u128.valu, test_val.u128.vall, in test_dfp_ddedpd_ops()
444 result.u128.valu, result.u128.vall); in test_dfp_ddedpd_ops()
495 test_val.u128.valu = bcd128_vals[i * 2]; in test_dfp_denbcd_ops()
496 test_val.u128.vall = bcd128_vals[(i * 2) + 1]; in test_dfp_denbcd_ops()
510 test_val.u128.valu, test_val.u128.vall, in test_dfp_denbcd_ops()
511 result.u128.valu, result.u128.vall); in test_dfp_denbcd_ops()
546 test_valB.u128.valu = dfp128_vals[i * 2]; in test_dfp_test_significance_ops()
[all …]
Dtest_dfp4.c41 } u128; member
502 test_val.u128.valu = dfp128_vals[i * 2]; in test_dfp_ClassAndGroupTest_ops()
503 test_val.u128.vall = dfp128_vals[(i * 2) + 1]; in test_dfp_ClassAndGroupTest_ops()
525 printf("%016llx %016llx", test_val.u128.valu, test_val.u128.vall); in test_dfp_ClassAndGroupTest_ops()
578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_ExpTest_ops()
579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_ExpTest_ops()
580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2]; in test_dfp_ExpTest_ops()
581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; in test_dfp_ExpTest_ops()
601 … test_val1.u128.valu, test_val1.u128.vall, test_def.op, test_val2.u128.valu, test_val2.u128.vall); in test_dfp_ExpTest_ops()
/external/valgrind/none/tests/ppc64/
Dtest_dfp5.c41 } u128; member
425 test_val.u128.valu = dfp128_vals[i * 2]; in test_dfp_ddedpd_ops()
426 test_val.u128.vall = dfp128_vals[(i * 2) + 1]; in test_dfp_ddedpd_ops()
443 test_val.u128.valu, test_val.u128.vall, in test_dfp_ddedpd_ops()
444 result.u128.valu, result.u128.vall); in test_dfp_ddedpd_ops()
495 test_val.u128.valu = bcd128_vals[i * 2]; in test_dfp_denbcd_ops()
496 test_val.u128.vall = bcd128_vals[(i * 2) + 1]; in test_dfp_denbcd_ops()
510 test_val.u128.valu, test_val.u128.vall, in test_dfp_denbcd_ops()
511 result.u128.valu, result.u128.vall); in test_dfp_denbcd_ops()
546 test_valB.u128.valu = dfp128_vals[i * 2]; in test_dfp_test_significance_ops()
[all …]
Dtest_dfp4.c41 } u128; member
502 test_val.u128.valu = dfp128_vals[i * 2]; in test_dfp_ClassAndGroupTest_ops()
503 test_val.u128.vall = dfp128_vals[(i * 2) + 1]; in test_dfp_ClassAndGroupTest_ops()
525 printf("%016llx %016llx", test_val.u128.valu, test_val.u128.vall); in test_dfp_ClassAndGroupTest_ops()
578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_ExpTest_ops()
579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_ExpTest_ops()
580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2]; in test_dfp_ExpTest_ops()
581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; in test_dfp_ExpTest_ops()
601 … test_val1.u128.valu, test_val1.u128.vall, test_def.op, test_val2.u128.valu, test_val2.u128.vall); in test_dfp_ExpTest_ops()
/external/elfutils/src/libdw/
Dlibdw_form.c47 Dwarf_Word u128; in __libdw_form_val_compute_len() local
89 get_uleb128 (u128, valp, endp); in __libdw_form_val_compute_len()
90 result = u128 + (valp - startp); in __libdw_form_val_compute_len()
106 get_uleb128 (u128, valp, endp); in __libdw_form_val_compute_len()
111 get_uleb128 (u128, valp, endp); in __libdw_form_val_compute_len()
113 result = __libdw_form_val_len (cu, u128, valp); in __libdw_form_val_compute_len()
Ddwarf_getsrclines.c377 unsigned int u128; in read_srclines() local
562 get_uleb128 (u128, linep, lineendp); in read_srclines()
563 advance_pc (u128); in read_srclines()
585 get_uleb128 (u128, linep, lineendp); in read_srclines()
586 file = u128; in read_srclines()
596 get_uleb128 (u128, linep, lineendp); in read_srclines()
597 column = u128; in read_srclines()
674 get_uleb128 (u128, linep, lineendp); in read_srclines()
/external/boringssl/src/crypto/modes/
Dgcm.c90 static void gcm_init_4bit(u128 Htable[16], uint64_t H[2]) { in gcm_init_4bit()
91 u128 V; in gcm_init_4bit()
152 static void gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16]) { in gcm_gmult_4bit()
153 u128 Z; in gcm_gmult_4bit()
229 static void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, in gcm_ghash_4bit()
231 u128 Z; in gcm_ghash_4bit()
307 void gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16]);
308 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
326 void gcm_init_clmul(u128 Htable[16], const uint64_t Xi[2]);
327 void gcm_gmult_clmul(uint64_t Xi[2], const u128 Htable[16]);
[all …]
Dinternal.h153 typedef struct { uint64_t hi,lo; } u128; typedef
166 u128 Htable[16];
167 void (*gmult)(uint64_t Xi[2], const u128 Htable[16]);
168 void (*ghash)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
/external/clang/test/Sema/
D128bitint.c6 typedef unsigned u128 __attribute__((__mode__(TI))); typedef
9 int a[(u128)-1 > 1LL ? 1 : -1];
/external/compiler-rt/lib/ubsan/
Dubsan_value.h23 __extension__ typedef unsigned __int128 u128; typedef
34 typedef u128 UIntMax;
Dubsan_value.cc52 return *reinterpret_cast<u128*>(Val); in getUIntValue()
/external/webp/src/dsp/
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/src/src/
Dreadelf.c6599 unsigned int u128; in print_debug_line_section() local
6715 get_uleb128 (u128, linep, lineendp); in print_debug_line_section()
6716 printf (gettext (" set discriminator to %u\n"), u128); in print_debug_line_section()
6739 get_uleb128 (u128, linep, lineendp); in print_debug_line_section()
6740 advance_pc (u128); in print_debug_line_section()
6766 get_uleb128 (u128, linep, lineendp); in print_debug_line_section()
6768 (uint64_t) u128); in print_debug_line_section()
6776 get_uleb128 (u128, linep, lineendp); in print_debug_line_section()
6778 (uint64_t) u128); in print_debug_line_section()
6820 u128 = read_2ubyte_unaligned_inc (dbg, linep); in print_debug_line_section()
[all …]
/external/boringssl/src/crypto/cipher/
De_aes.c262 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,