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

  /external/valgrind/main/VEX/pub/
libvex_guest_ppc32.h 99 /* 128 */ U128 guest_VSR0;
100 /* 144 */ U128 guest_VSR1;
101 /* 160 */ U128 guest_VSR2;
102 /* 176 */ U128 guest_VSR3;
103 /* 192 */ U128 guest_VSR4;
104 /* 208 */ U128 guest_VSR5;
105 /* 224 */ U128 guest_VSR6;
106 /* 240 */ U128 guest_VSR7;
107 /* 256 */ U128 guest_VSR8;
108 /* 272 */ U128 guest_VSR9
    [all...]
libvex_guest_ppc64.h 137 /* 256 */ U128 guest_VSR0;
138 /* 272 */ U128 guest_VSR1;
139 /* 288 */ U128 guest_VSR2;
140 /* 304 */ U128 guest_VSR3;
141 /* 320 */ U128 guest_VSR4;
142 /* 336 */ U128 guest_VSR5;
143 /* 352 */ U128 guest_VSR6;
144 /* 368 */ U128 guest_VSR7;
145 /* 384 */ U128 guest_VSR8;
146 /* 400 */ U128 guest_VSR9
    [all...]
libvex_guest_amd64.h 99 /* 200 */U128 guest_XMM0;
100 U128 guest_XMM1;
101 U128 guest_XMM2;
102 U128 guest_XMM3;
103 U128 guest_XMM4;
104 U128 guest_XMM5;
105 U128 guest_XMM6;
106 U128 guest_XMM7;
107 U128 guest_XMM8;
108 U128 guest_XMM9
    [all...]
libvex_guest_x86.h 177 U128 guest_XMM0; /* 152 */
178 U128 guest_XMM1;
179 U128 guest_XMM2;
180 U128 guest_XMM3;
181 U128 guest_XMM4;
182 U128 guest_XMM5;
183 U128 guest_XMM6;
184 U128 guest_XMM7;
libvex_basictypes.h 63 typedef UInt U128[4];
  /external/clang/test/Sema/
128bitint.c 3 typedef unsigned u128 __attribute__((__mode__(TI))); typedef
6 int a[(u128)-1 > 1LL ? 1 : -1];
  /external/elfutils/libdw/
libdw_form.c 67 Dwarf_Word u128; local
98 get_uleb128 (u128, valp);
99 result = u128 + (valp - saved);
131 get_uleb128 (u128, valp);
137 get_uleb128 (u128, valp);
139 result = __libdw_form_val_len (dbg, cu, u128, valp);
dwarf_getmacros.c 92 unsigned int u128; local
107 get_uleb128 (u128, readp);
119 get_uleb128 (u128, readp);
125 u128 = 0;
138 mac.param1 = u128;
dwarf_getattrs.c 68 unsigned int u128; local
69 get_uleb128 (u128, die_addr);
73 die->abbrev = __libdw_findabbrev (die->cu, u128);
dwarf_tag.c 101 unsigned int u128; local
103 get_uleb128 (u128, addr);
106 die->abbrev = __libdw_findabbrev (die->cu, u128);
dwarf_getsrclines.c 362 unsigned int u128; local
519 get_uleb128 (u128, linep);
520 address += minimum_instr_len * u128;
538 get_uleb128 (u128, linep);
539 file = u128;
547 get_uleb128 (u128, linep);
548 column = u128;
608 get_uleb128 (u128, linep);
  /external/openssl/crypto/modes/
modes_lcl.h 91 typedef struct { u64 hi,lo; } u128; typedef in typeref:struct:__anon11402
109 u128 Htable[256];
111 u128 Htable[16];
112 void (*gmult)(u64 Xi[2],const u128 Htable[16]);
113 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
gcm128.c 121 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 Z
    [all...]
  /frameworks/av/media/mtp/
MtpProperty.h 37 uint128_t u128; member in union:android::MtpPropertyValue::__anon18128
MtpProperty.cpp 398 buffer.appendFormat("%08X%08X%08X%08X", value.u.u128[0], value.u.u128[1],
399 value.u.u128[2], value.u.u128[3]);
452 packet.getUInt128(value.u.u128);
505 packet.putUInt128(value.u.u128);
  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 133 U128* pU128_src;
134 U128* pU128_dst;
143 pU128_src = (U128*)&ref[sh];
144 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
168 U128* pU128_src;
169 U128* pU128_dst;
178 pU128_src = (U128*)&ref[sh];
179 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c     [all...]
main_main.c 148 vassert(16 == sizeof(U128));
    [all...]
guest_amd64_toIR.c     [all...]
guest_x86_toIR.c     [all...]
guest_ppc_toIR.c     [all...]
  /external/elfutils/src/
readelf.c 4715 unsigned int u128; local
5129 unsigned int u128; local
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 827 milliseconds