Searched defs:i16 (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x-fixits.cpp14 struct {int16_t i;} i16 = {70000}; local
/external/clang/test/SemaTemplate/
H A Dinstantiate-attr.cpp7 typedef T __attribute__((aligned(16))) i16; typedef in struct:A::B
8 i16 x;
/external/chromium/base/win/
H A Dscoped_variant.cc132 void ScopedVariant::Set(int16 i16) { argument
135 var_.iVal = i16;
/external/clang/test/Sema/
H A Datomic-ops.c40 short i16; variable
48 _Static_assert(__atomic_is_lock_free(2, &i16), "");
50 _Static_assert(__atomic_is_lock_free(4, &i16), ""); // expected-error {{not an integral constant expression}}
71 _Static_assert(__atomic_always_lock_free(2, &i16), "");
73 _Static_assert(!__atomic_always_lock_free(4, &i16), "");
/external/dbus/dbus/
H A Ddbus-marshal-basic.h168 dbus_int16_t i16; /**< as int16 */ member in union:__anon4465
/external/icu4c/test/iotest/
H A Dstrtst.c747 int16_t i16 = -1; local
757 if (u_sscanf(testStr, "%*4[123]%hn%*[1-9]", &i16) != 0) {
760 if (i16 != 4) {
761 log_err("test 2: scanf returned %d instead of 4\n", i16);
H A Diotest.cpp211 int16_t i16; local
267 i16 = (int16_t)uto64(argument);
268 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16);
269 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i16);
376 int16_t i16, expected16; local
450 uBufferLenReturned = u_sscanf_u(argument, format, &i16);
451 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i16);
452 if (i16 != expected16) {
454 i, i16, expected16);
580 int16_t i16; local
[all...]
/external/tcpdump/
H A Dprint-802_11.c1011 int16_t i16; member in union:__anon11425
/external/webp/src/enc/
H A Dframe.c394 const int i16 = (it->mb_->type_ == 1); local
400 if (i16) {
435 it->bit_count_[segment][i16] += it->luma_bits_;
H A Dquant.c863 const int i16 = (it->mb_->type_ == 1); local
866 if (i16) {
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h41 i16 = 3, // This is a 16 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
64 v2i16 = 18, // 2 x i16
65 v4i16 = 19, // 4 x i16
66 v8i16 = 20, // 8 x i16
67 v16i16 = 21, // 16 x i16
208 case v16i16: return i16;
266 case i16 :
340 return MVT::i16;
361 case MVT::i16:
/external/webkit/Source/WebCore/bindings/js/
H A DSerializedScriptValue.cpp947 uint16_t i16; local
948 if (!read(i16))
950 i = i16;
/external/icu4c/test/cintltst/
H A Dcreststn.c2828 int32_t length16, length8, i16, i8; local
2894 i16 = i8 = 0;
2895 while(i16 < length16 && i8 < length8) {
2896 U16_NEXT(s16, i16, length16, c16);
2899 log_err("ures_getUTF8String(%p, %ld, '%s') got a bad string, c16=U+%04lx!=U+%04lx=c8 before i16=%ld\n",
2900 resB, (long)index, key, (long)c16, (long)c8, (long)i16);
2904 if(i16 < length16) {
/external/libmtp/src/
H A Dptp.h906 int16_t i16; member in union:_PTPPropertyValue
/external/sqlite/dist/orig/
H A Dsqlite3.c7947 typedef INT16_TYPE i16; /* 2-byte signed integer */ typedef
9080 i16 nRef; /* Number of users of this page */
9890 i16 nArg; /* Number of arguments. -1 means unlimited */
10478 typedef i16 ynVar;
10578 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
10579 i16 iRightJoinTable; /* If EP_FromJoin, the right table of the join */
10741 i16 nSrc; /* Number of tables or subqueries in the FROM clause */
10742 i16 nAlloc; /* Number of entries allocated in a[] below */
116526 typedef short int i16; /* 2-byte (or larger) signed integer */ typedef
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7947 typedef INT16_TYPE i16; /* 2-byte signed integer */ typedef
9080 i16 nRef; /* Number of users of this page */
9890 i16 nArg; /* Number of arguments. -1 means unlimited */
10478 typedef i16 ynVar;
10578 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
10579 i16 iRightJoinTable; /* If EP_FromJoin, the right table of the join */
10741 i16 nSrc; /* Number of tables or subqueries in the FROM clause */
10742 i16 nAlloc; /* Number of entries allocated in a[] below */
116552 typedef short int i16; /* 2-byte (or larger) signed integer */ typedef
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 666 milliseconds