HomeSort by relevance Sort by last modified time
    Searched defs:u128 (Results 1 - 11 of 11) 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 44 uint128_t u128; member in union:__anon26197::__anon26198
58 uint128_t u128; member in union:__anon26199
  /external/boringssl/src/crypto/modes/
internal.h 157 typedef struct { uint64_t hi,lo; } u128; typedef in typeref:struct:__anon6700
173 u128 Htable[16];
174 void (*gmult)(uint64_t Xi[2], const u128 Htable[16]);
175 void (*ghash)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
  /frameworks/av/media/mtp/
MtpProperty.h 37 uint128_t u128; member in union:android::MtpPropertyValue::__anon28479
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 23 __extension__ typedef unsigned __int128 u128; typedef
34 typedef u128 UIntMax;
  /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...]
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 177 const uint8x8_t u128 = vmov_n_u8(128); local
251 int16x8_t uu = vreinterpretq_s16_u16(vsubl_u8(u, u128));
252 int16x8_t vv = vreinterpretq_s16_u16(vsubl_u8(v, u128));
299 int16x8_t uu = vreinterpretq_s16_u16(vsubl_u8(u, u128));
300 int16x8_t vv = vreinterpretq_s16_u16(vsubl_u8(v, u128));
  /external/elfutils/src/
readelf.c 6705 unsigned int u128; local
7192 unsigned int u128; local
7442 unsigned int u128; local
    [all...]

Completed in 580 milliseconds