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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 47 typedef __tsan_atomic128 a128; typedef
182 a128 func_xchg(volatile a128 *v, a128 op) {
183 a128 cmp = *v;
188 a128 func_add(volatile a128 *v, a128 op) {
189 a128 cmp = *v;
194 a128 func_sub(volatile a128 *v, a128 op)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 229 struct __attribute__((__aligned__(128))) a128 {}; struct in namespace:boost::align
239 template<> class type_with_alignment<128> { public: typedef align::a128 type; };
248 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a128,true)
286 struct __declspec(align(128)) a128 {
288 typedef a128 type;
330 align::a128,
341 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a128,true)
  /external/llvm/test/CodeGen/X86/
avx-vshufp.ll 96 define <4 x float> @A128(<4 x float> %a, <4 x float> %b) nounwind uwtable readnone ssp {
  /external/chromium_org/v8/test/webkit/
dfg-inline-arguments-reset-changetype-expected.txt 157 PASS argsToStr(baz("a" + __i, __i + 2, "c" + __i)) is "[object Arguments]: a128, a128, c128"
dfg-inline-arguments-reset-expected.txt 157 PASS argsToStr(baz("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a128, a128, c128"
dfg-inline-arguments-use-from-uninlined-code-expected.txt 157 PASS "" + baz("a" + __i, "b" + (__i + 1), "c" + (__i + 2)) is "a128,b129,c130,a128,b129,c130"
dfg-inline-arguments-become-double-expected.txt 157 PASS argsToStr(baz("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a128, 42.5, c128"
dfg-inline-arguments-become-int32-expected.txt 157 PASS argsToStr(baz("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a128, 42, c128"
dfg-inline-arguments-simple-expected.txt 157 PASS argsToStr(baz("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a128, b128, c128"
dfg-inline-arguments-use-directly-from-inlined-code-expected.txt 157 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a128, b128, c128"
  /external/chromium_org/content/renderer/webcrypto/
webcrypto_impl.cc 581 // in the alg ID string. For example "A128" implies the JWK carries 128 bits
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 286 /* only call a128 version when R,G,B occupy lower bits */
509 /* only call a128 version when R,G,B occupy lower bits */
    [all...]
  /external/chromium/third_party/libjingle/
mods-since-v0_4_0.diff     [all...]
  /external/chromium_org/third_party/libjingle/
mods-since-v0_4_0.diff     [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
Annotations57649Test.java 154 @Retention(RetentionPolicy.RUNTIME) @interface A128 {}
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/docs/api/__filesource/
fsource_geshi_core_geshi.php.html 141 <li><div class="src-line"><a name="a128"></a><span class="src-doc">/**&nbsp;Strict&nbsp;mode&nbsp;always&nbsp;applies&nbsp;*/</span></div></li>
    [all...]

Completed in 99 milliseconds