HomeSort by relevance Sort by last modified time
    Searched defs:u128 (Results 1 - 15 of 15) sorted by null

  /external/elfutils/libdw/
libdw_form.c 47 Dwarf_Word u128; local
89 get_uleb128 (u128, valp, endp);
90 result = u128 + (valp - startp);
106 get_uleb128 (u128, valp, endp);
111 get_uleb128 (u128, valp, endp);
113 result = __libdw_form_val_len (cu, u128, valp);
dwarf_getsrclines.c 436 unsigned int u128; local
617 get_uleb128 (u128, linep, lineendp);
618 advance_pc (u128);
640 get_uleb128 (u128, linep, lineendp);
641 state.file = u128;
651 get_uleb128 (u128, linep, lineendp);
652 state.column = u128;
729 get_uleb128 (u128, linep, lineendp);
  /external/clang/test/Sema/
128bitint.c 6 typedef unsigned u128 __attribute__((__mode__(TI))); typedef
9 int a[(u128)-1 > 1LL ? 1 : -1];
  /external/valgrind/memcheck/tests/vbit-test/
vbits.h 45 uint128_t u128; member in union:__anon42965::__anon42966
59 uint128_t u128; member in union:__anon42967
  /external/boringssl/src/crypto/fipsmodule/modes/
internal.h 95 typedef struct { uint64_t hi,lo; } u128; typedef in typeref:struct:__anon14326
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];
  /frameworks/av/media/mtp/
MtpProperty.h 39 uint128_t u128; member in union:android::MtpPropertyValue::__anon45503
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 23 __extension__ typedef unsigned __int128 u128; typedef
34 typedef u128 UIntMax;
  /prebuilts/go/darwin-x86/test/
convT2X.go 19 U128 [2]uint64
33 func (U128) Method() {}
47 u128 = U128{4, 5}
64 iu128 interface{} = u128
79 ju128 J = u128
116 if u128 != iu128 {
117 panic("u128 != iu128")
119 if u128 != ju128 {
120 panic("u128 != ju128"
46 u128 = U128{4, 5} var
    [all...]
  /prebuilts/go/linux-x86/test/
convT2X.go 19 U128 [2]uint64
33 func (U128) Method() {}
47 u128 = U128{4, 5}
64 iu128 interface{} = u128
79 ju128 J = u128
116 if u128 != iu128 {
117 panic("u128 != iu128")
119 if u128 != ju128 {
120 panic("u128 != ju128"
46 u128 = U128{4, 5} var
    [all...]
  /external/valgrind/none/tests/ppc32/
test_dfp4.c 41 } u128; member in union:stuff
502 test_val.u128.valu = dfp128_vals[i * 2];
503 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
525 printf("%016llx %016llx", test_val.u128.valu, test_val.u128.vall);
578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2];
579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2];
581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
601 test_val1.u128.valu, test_val1.u128.vall, test_def.op, test_val2.u128.valu, test_val2.u128.vall)
    [all...]
test_dfp5.c 41 } u128; member in union:stuff
425 test_val.u128.valu = dfp128_vals[i * 2];
426 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
443 test_val.u128.valu, test_val.u128.vall,
444 result.u128.valu, result.u128.vall);
495 test_val.u128.valu = bcd128_vals[i * 2];
496 test_val.u128.vall = bcd128_vals[(i * 2) + 1];
510 test_val.u128.valu, test_val.u128.vall
    [all...]
  /external/valgrind/none/tests/ppc64/
test_dfp4.c 41 } u128; member in union:stuff
502 test_val.u128.valu = dfp128_vals[i * 2];
503 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
525 printf("%016llx %016llx", test_val.u128.valu, test_val.u128.vall);
578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2];
579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1];
580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2];
581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
601 test_val1.u128.valu, test_val1.u128.vall, test_def.op, test_val2.u128.valu, test_val2.u128.vall)
    [all...]
test_dfp5.c 41 } u128; member in union:stuff
425 test_val.u128.valu = dfp128_vals[i * 2];
426 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
443 test_val.u128.valu, test_val.u128.vall,
444 result.u128.valu, result.u128.vall);
495 test_val.u128.valu = bcd128_vals[i * 2];
496 test_val.u128.vall = bcd128_vals[(i * 2) + 1];
510 test_val.u128.valu, test_val.u128.vall
    [all...]
ppc64_helpers.h 481 } u128; member in union:dfp_union
    [all...]
  /external/elfutils/src/
readelf.c 6705 unsigned int u128; local
7192 unsigned int u128; local
7442 unsigned int u128; local
    [all...]

Completed in 367 milliseconds