/external/valgrind/memcheck/tests/vbit-test/ |
D | vbits.c | 79 fprintf(fp, "%016"PRIx64, v.bits.u128[1]); in print_vbits() 80 fprintf(fp, "%016"PRIx64, v.bits.u128[0]); in print_vbits() 82 fprintf(fp, "%016"PRIx64, v.bits.u128[0]); in print_vbits() 83 fprintf(fp, "%016"PRIx64, v.bits.u128[1]); in print_vbits() 117 case 128: new.bits.u128[0] = ~0ull; in undefined_vbits() 118 new.bits.u128[1] = ~0ull; in undefined_vbits() 147 new.bits.u128[i] = 0ull; in undefined_vbits_BxE() 150 if ((v.bits.u128[i] & (mask << (j*bits))) != 0) in undefined_vbits_BxE() 151 new.bits.u128[i] |= (mask << (j*bits)); in undefined_vbits_BxE() 176 new.bits.u128[i] = 0ull; in undefined_vbits_BxE_rotate() [all …]
|
D | ternary.c | 56 if ((result->vbits.bits.u128[0] != 0) || in check_result_for_ternary() 57 (result->vbits.bits.u128[1] != 0)) { in check_result_for_ternary() 58 expected_vbits.bits.u128[0] = result->vbits.bits.u128[0]; in check_result_for_ternary() 59 expected_vbits.bits.u128[1] = result->vbits.bits.u128[1]; in check_result_for_ternary() 66 expected_vbits.bits.u128[0] = ~0x0ULL; in check_result_for_ternary() 67 expected_vbits.bits.u128[1] = ~0x0ULL; in check_result_for_ternary()
|
D | binary.c | 257 tmp.value.u128[0] = -1; in check_result_for_binary() 258 tmp.value.u128[1] = -1; in check_result_for_binary() 307 if ((result->vbits.bits.u128[0] != 0) || in check_result_for_binary() 308 (result->vbits.bits.u128[1] != 0)) { in check_result_for_binary() 309 expected_vbits.bits.u128[0] = result->vbits.bits.u128[0]; in check_result_for_binary() 310 expected_vbits.bits.u128[1] = result->vbits.bits.u128[1]; in check_result_for_binary() 317 expected_vbits.bits.u128[0] = ~0x0ULL; in check_result_for_binary() 318 expected_vbits.bits.u128[1] = ~0x0ULL; in check_result_for_binary()
|
D | util.c | 92 fprintf(fp, "%016"PRIx64, val.u128[1]); in print_value() 93 fprintf(fp, "%016"PRIx64, val.u128[0]); in print_value() 95 fprintf(fp, "%016"PRIx64, val.u128[0]); in print_value() 96 fprintf(fp, "%016"PRIx64, val.u128[1]); in print_value()
|
D | vbits.h | 45 uint128_t u128; member 59 uint128_t u128; member
|
/external/valgrind/none/tests/ppc32/ |
D | test_dfp5.c | 41 } 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 …]
|
D | test_dfp4.c | 41 } 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/ |
D | test_dfp5.c | 41 } 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 …]
|
D | test_dfp4.c | 41 } 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()
|
D | test_isa_3_0.c | 3557 dfp_value.u128.vall = dfp128_vals[i * 2]; in testfunction_dfp_significance() 3558 dfp_value.u128.valu = dfp128_vals[(i * 2) + 1]; in testfunction_dfp_significance() 3562 dfp_value.u128.vall = dfp128_vals[i ]; in testfunction_dfp_significance() 3563 dfp_value.u128.valu = dfp128_vals[i ]; in testfunction_dfp_significance() 3575 dissect_dfp128_float(dfp_value.u128.vall, dfp_value.u128.valu); in testfunction_dfp_significance() 3579 dfp_value.u128.vall, dfp_value.u128.valu /*f14, f15 */); in testfunction_dfp_significance() 3582 dissect_dfp64_float(dfp_value.u128.vall); in testfunction_dfp_significance() 3585 printf("(RAW) value = %16lx ", dfp_value.u128.vall /*f14 */); in testfunction_dfp_significance()
|
D | ppc64_helpers.h | 481 } u128; member
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm.c | 85 static void gcm_init_4bit(u128 Htable[16], uint64_t H[2]) { in gcm_init_4bit() 86 u128 V; in gcm_init_4bit() 130 static void gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16]) { in gcm_gmult_4bit() 131 u128 Z; in gcm_gmult_4bit() 185 static void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], in gcm_ghash_4bit() 187 u128 Z; in gcm_ghash_4bit() 241 void gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16]); 242 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, 260 void gcm_init_clmul(u128 Htable[16], const uint64_t Xi[2]); 261 void gcm_gmult_clmul(uint64_t Xi[2], const u128 Htable[16]); [all …]
|
D | internal.h | 95 typedef struct { uint64_t hi,lo; } u128; typedef 99 typedef void (*gmult_func)(uint64_t Xi[2], const u128 Htable[16]); 104 typedef void (*ghash_func)(uint64_t Xi[2], const u128 Htable[16], 121 u128 H; 122 u128 Htable[16]; 188 u128 *out_key, u128 out_table[16], int *out_is_avx, 329 u128 H; 330 u128 Htable[16];
|
/external/elfutils/libdw/ |
D | libdw_form.c | 47 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()
|
D | dwarf_getsrclines.c | 436 unsigned int u128; in read_srclines() local 617 get_uleb128 (u128, linep, lineendp); in read_srclines() 618 advance_pc (u128); in read_srclines() 640 get_uleb128 (u128, linep, lineendp); in read_srclines() 641 state.file = u128; in read_srclines() 651 get_uleb128 (u128, linep, lineendp); in read_srclines() 652 state.column = u128; in read_srclines() 729 get_uleb128 (u128, linep, lineendp); in read_srclines()
|
/external/clang/test/Sema/ |
D | 128bitint.c | 6 typedef unsigned u128 __attribute__((__mode__(TI))); typedef 9 int a[(u128)-1 > 1LL ? 1 : -1];
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_value.h | 23 __extension__ typedef unsigned __int128 u128; typedef 34 typedef u128 UIntMax;
|
D | ubsan_value.cc | 52 return *reinterpret_cast<u128*>(Val); in getUIntValue()
|
/external/elfutils/src/ |
D | readelf.c | 6705 unsigned int u128; in print_debug_line_section() local 6821 get_uleb128 (u128, linep, lineendp); in print_debug_line_section() 6822 printf (gettext (" set discriminator to %u\n"), u128); in print_debug_line_section() 6845 get_uleb128 (u128, linep, lineendp); in print_debug_line_section() 6846 advance_pc (u128); in print_debug_line_section() 6872 get_uleb128 (u128, linep, lineendp); in print_debug_line_section() 6874 (uint64_t) u128); in print_debug_line_section() 6882 get_uleb128 (u128, linep, lineendp); in print_debug_line_section() 6884 (uint64_t) u128); in print_debug_line_section() 6926 u128 = read_2ubyte_unaligned_inc (dbg, linep); in print_debug_line_section() [all …]
|
/external/libmtp/src/ |
D | ptp-pack.c | 1052 case PTP_DTC_UINT128: dst->u128 = src->u128; break; in duplicate_PropertyValue()
|