HomeSort by relevance Sort by last modified time
    Searched defs:i16 (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/libyuv/unit_test/
basictypes_test.cc 29 int16 i16 = -1; local
37 EXPECT_EQ(2u, sizeof(i16));
45 EXPECT_GT(0, i16);
  /external/chromium_org/third_party/webrtc/base/
basictypes_unittest.cc 30 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/
p7-0x-fixits.cpp 14 struct {int16_t i;} i16 = {70000}; local
  /external/clang/test/SemaTemplate/
instantiate-attr.cpp 8 typedef T __attribute__((aligned(16))) i16; typedef in struct:A::B
9 i16 x;
  /external/chromium_org/third_party/opus/src/silk/
resampler_structs.h 42 opus_int16 i16[ SILK_RESAMPLER_MAX_FIR_ORDER ]; member in union:_silk_resampler_state_struct::__anon19342
  /external/libopus/silk/
resampler_structs.h 42 opus_int16 i16[ SILK_RESAMPLER_MAX_FIR_ORDER ]; member in union:_silk_resampler_state_struct::__anon4107
  /external/chromium_org/third_party/icu/source/test/iotest/
strtst.c 748 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);
iotest.cpp 212 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/
atomic-ops.c 44 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/
strtst.c 748 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);
iotest.cpp 212 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/
makesRGB.c 77 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=0; i16 <= 65535; ++i16
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 193 uint16_t i16; member in union:__anon6203
206 u.i16 = u.i64;
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 92 typedef short int i16; /* 2-byte (or larger) signed integer */ typedef
163 i16 eSearch; /* Search strategy (see below) */
  /external/clang/test/Parser/
altivec.c 82 typedef short i16; typedef
85 // i8, i16, i32 here are field names, not type names.
87 vector pixel i16; member in struct:S
  /art/compiler/jni/
jni_compiler_test.cc 1559 jint i16 = bit_cast<jfloat, jint>(f6); local
1630 jint i16 = bit_cast<jfloat, jint>(f6); local
1700 jint i16 = bit_cast<jfloat, jint>(f6); local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
frame.c 304 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/
MachineValueType.h 40 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/chromium_org/third_party/harfbuzz-ng/src/
hb-common.h 83 int16_t i16[2]; member in union:_hb_var_int_t
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 2873 int32_t length16, length8, i16, i8; local
    [all...]
  /external/harfbuzz_ng/src/
hb-common.h 83 int16_t i16[2]; member in union:_hb_var_int_t
  /external/icu/icu4c/source/test/cintltst/
creststn.c 2878 int32_t length16, length8, i16, i8; local
    [all...]
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 49 int i16[] = {0, 1, 0, 1}; local
64 assert(std::is_heap(i16, i16+4) == (std::is_heap_until(i16, i16+4) == i16+4));
is_heap_comp.pass.cpp 50 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));
    [all...]
is_heap_until.pass.cpp 49 int i16[] = {0, 1, 0, 1}; local
64 assert(std::is_heap_until(i16, i16+4) == i16+1);

Completed in 967 milliseconds

1 2