Searched defs:int2 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
H A Dpalignr.c19 typedef __attribute__((vector_size(8))) int int2; typedef
22 int2 align5(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 8); }
25 int2 align6(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 9); }
28 int2 align7(int2 a, int2
[all...]
/external/clang/test/SemaTemplate/
H A Dext-vector-type.cpp85 typedef int __attribute__((ext_vector_type(2))) int2; typedef in namespace:Deduction
90 int array0[X0<int2>::value == 0? 1 : -1];
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectStreamFieldTest.java355 int int2 = 2; field in class:MockClass
/external/skia/tests/
H A DPDFPrimitivesTest.cpp153 SkRefPtr<SkPDFInt> int2 = new SkPDFInt(2); local
154 int2->unref(); // SkRefPtr and new both took a reference.
160 catalog.addObject(int2.get(), false);
164 REPORTER_ASSERT(reporter, catalog.getObjectNumberSize(int2.get()) == 3);
169 catalog.emitObjectNumber(&buffer, int2.get());
180 SkRefPtr<SkPDFInt> int2 = new SkPDFInt(2); local
181 int2->unref(); // SkRefPtr and new both took a reference.
182 SkRefPtr<SkPDFObjRef> int2ref = new SkPDFObjRef(int2.get());
187 catalog.addObject(int2.get(), false);
189 REPORTER_ASSERT(reporter, catalog.getObjectNumberSize(int2
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp64 int &&int2 = ConvertsTo<int&>(); // expected-error{{no viable conversion from 'ConvertsTo<int &>' to 'int'}} local
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c235 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; local
261 int2 = entry.uint32_value;
267 if (wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2) < 0)
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java1600 * @param int2 {@code non-null;} the int-to-int rop
1607 Rop float1, Rop double1, Rop int2,
1624 case Type.BT_INT: return int2;
1606 pickBinaryOp(TypeList types, Rop int1, Rop long1, Rop float1, Rop double1, Rop int2, Rop long2, Rop float2, Rop double2) argument
/external/libxml2/
H A Dvalid.c178 * @int2: extra informations
187 int int2, const xmlChar * str3)
210 NULL, int2, 0, msg, str1, int2, str3);
184 xmlErrValidNodeNr(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, int int2, const xmlChar * str3) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c3973 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; local
3995 int2 = atoi(pos);
3998 return wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2);
/external/libxml2/include/libxml/
H A Dxmlerror.h87 int int2; /* column number of the error or 0 if N/A (todo: rename this field when we would break ABI) */ member in struct:_xmlError
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 257 milliseconds