Home
last modified time | relevance | path

Searched defs:int2 (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/CodeGen/
Dpalignr.c19 typedef __attribute__((vector_size(8))) int int2; typedef
Dbuiltins-nvptx.c354 typedef int int2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
/external/clang/test/SemaTemplate/
Dext-vector-type.cpp85 typedef int __attribute__((ext_vector_type(2))) int2; typedef
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp34 TType *int2 = new TType(EbtInt, 2); in InsertBuiltInFunctions() local
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java295 String int2 = "[[I"; in testGetCommonSuperclass_arrays() local
/external/libbrillo/brillo/
Dany_unittest.cc264 Any int2{12}; in TEST() local
/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp107 …typedef detail::tvec2<int, highp> int2; //!< \brief integer vector with 2 components. (From GL… typedef
/external/clang/test/Misc/
Ddiag-template-diffing.cpp867 int int1, int2, default_int; variable
/external/clang/lib/Headers/
Dopencl-c.h98 typedef int int2 __attribute__((ext_vector_type(2))); typedef
/external/libavc/common/x86/
Dih264_deblk_luma_ssse3.c862 __m128i int1, int2, int3, int4, high1, high2; in ih264_deblk_luma_vert_bslt4_ssse3() local
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c262 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; in wpas_dbus_handler_p2p_presence_request() local
/external/libxml2/include/libxml/
Dxmlerror.h89 int int2; /* error column # or 0 if N/A (todo: rename field when we would brk ABI) */ member
/external/libxml2/
Dvalid.c187 int int2, const xmlChar * str3) in xmlErrValidNodeNr()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c6519 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; in p2p_ctrl_presence_req() local
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp3245 Value *int2 = RValue<Int2>(Int2(As<Int4>(packed))).value; in Short4() local