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

12

/external/valgrind/main/drd/tests/
H A Dannotate_trace_memory.c8 volatile int16_t i16; variable
17 DRD_TRACE_VAR(i16);
31 i16 = 7;
32 i16++;
43 DRD_STOP_TRACING_VAR(i16);
/external/chromium_org/third_party/libyuv/unit_test/
H A Dbasictypes_test.cc29 int16 i16 = -1; local
37 EXPECT_EQ(2u, sizeof(i16));
45 EXPECT_GT(0, i16);
/external/chromium_org/third_party/webrtc/base/
H A Dbasictypes_unittest.cc30 int16 i16 = -1; local
38 EXPECT_EQ(2u, sizeof(i16));
46 EXPECT_GT(0, i16);
/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.cpp8 typedef T __attribute__((aligned(16))) i16; typedef in struct:A::B
9 i16 x;
/external/chromium_org/third_party/opus/src/silk/
H A Dresampler_structs.h42 opus_int16 i16[ SILK_RESAMPLER_MAX_FIR_ORDER ]; member in union:_silk_resampler_state_struct::__anon14724
/external/libopus/silk/
H A Dresampler_structs.h42 opus_int16 i16[ SILK_RESAMPLER_MAX_FIR_ORDER ]; member in union:_silk_resampler_state_struct::__anon24555
/external/chromium_org/base/win/
H A Dscoped_variant.cc132 void ScopedVariant::Set(int16 i16) { argument
135 var_.iVal = i16;
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstrtst.c748 int16_t i16 = -1; local
758 if (u_sscanf(testStr, "%*4[123]%hn%*[1-9]", &i16) != 0) {
761 if (i16 != 4) {
762 log_err("test 2: scanf returned %d instead of 4\n", i16);
H A Diotest.cpp212 int16_t i16; local
268 i16 = (int16_t)uto64(argument);
269 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16);
270 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i16);
377 int16_t i16, expected16; local
451 uBufferLenReturned = u_sscanf_u(argument, format, &i16);
452 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i16);
453 if (i16 != expected16) {
455 i, i16, expected16);
581 int16_t i16; local
[all...]
/external/clang/test/Sema/
H A Datomic-ops.c44 short i16; variable
52 _Static_assert(__atomic_is_lock_free(2, &i16), "");
54 _Static_assert(__atomic_is_lock_free(4, &i16), ""); // expected-error {{not an integral constant expression}}
75 _Static_assert(__atomic_always_lock_free(2, &i16), "");
77 _Static_assert(!__atomic_always_lock_free(4, &i16), "");
/external/icu/icu4c/source/test/iotest/
H A Dstrtst.c748 int16_t i16 = -1; local
758 if (u_sscanf(testStr, "%*4[123]%hn%*[1-9]", &i16) != 0) {
761 if (i16 != 4) {
762 log_err("test 2: scanf returned %d instead of 4\n", i16);
H A Diotest.cpp212 int16_t i16; local
268 i16 = (int16_t)uto64(argument);
269 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16);
270 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i16);
377 int16_t i16, expected16; local
451 uBufferLenReturned = u_sscanf_u(argument, format, &i16);
452 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i16);
453 if (i16 != expected16) {
455 i, i16, expected16);
581 int16_t i16; local
[all...]
/external/libpng/contrib/tools/
H A DmakesRGB.c77 unsigned int i, i16, ibase; local
152 for (i16=0; i16 <= 65535; ++i16)
154 unsigned int i = 255*i16;
224 for (i16=ibase; i16 < ibase+128; ++i16)
226 unsigned int i = 255*i16;
337 for (i16
[all...]
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dfetch.c193 uint16_t i16; member in union:__anon26651
206 u.i16 = u.i64;
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h92 typedef short int i16; /* 2-byte (or larger) signed integer */ typedef
163 i16 eSearch; /* Search strategy (see below) */
/external/clang/test/Parser/
H A Daltivec.c82 typedef short i16; typedef
85 // i8, i16, i32 here are field names, not type names.
87 vector pixel i16; member in struct:S
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c304 const int i16 = (it->mb_->type_ == 1); local
311 if (i16) {
346 it->bit_count_[segment][i16] += it->luma_bits_;
/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h40 i16 = 3, // This is a 16 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
72 v1i16 = 26, // 1 x i16
73 v2i16 = 27, // 2 x i16
74 v4i16 = 28, // 4 x i16
75 v8i16 = 29, // 8 x i16
76 v16i16 = 30, // 16 x i16
77 v32i16 = 31, // 32 x i16
286 case v32i16: return i16;
381 case i16 :
495 return MVT::i16;
[all...]
/external/tcpdump/
H A Dprint-802_11.c1888 int16_t i16; member in union:__anon31500
/external/webp/src/enc/
H A Dframe.c304 const int i16 = (it->mb_->type_ == 1); local
311 if (i16) {
346 it->bit_count_[segment][i16] += it->luma_bits_;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h83 int16_t i16[2]; member in union:_hb_var_int_t
/external/harfbuzz_ng/src/
H A Dhb-common.h83 int16_t i16[2]; member in union:_hb_var_int_t
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp49 int i16[] = {0, 1, 0, 1}; local
64 assert(std::is_heap(i16, i16+4) == (std::is_heap_until(i16, i16+4) == i16+4));
H A Dis_heap_comp.pass.cpp50 int i16[] = {0, 1, 0, 1}; local
65 assert(std::is_heap(i16, i16+4, std::greater<int>()) == (std::is_heap_until(i16, i16+4, std::greater<int>()) == i16+4));

Completed in 696 milliseconds

12