HomeSort by relevance Sort by last modified time
    Searched defs:i16 (Results 26 - 50 of 59) sorted by null

12 3

  /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/tcpdump/
print-802_11.c 1888 int16_t i16; member in union:__anon35217
    [all...]
  /external/webp/src/enc/
frame.c 304 const int i16 = (it->mb_->type_ == 1); local
311 if (i16) {
346 it->bit_count_[segment][i16] += it->luma_bits_;
  /frameworks/av/include/media/
AudioTrack.h 88 short* i16; // signed 16-bit member in union:android::AudioTrack::Buffer::__anon37590
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 2817 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);
is_heap_until_comp.pass.cpp 50 int i16[] = {0, 1, 0, 1}; local
65 assert(std::is_heap_until(i16, i16+4, std::greater<int>()) == i16+4);
  /ndk/sources/cxx-stl/llvm-libc++/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);
is_heap_until_comp.pass.cpp 50 int i16[] = {0, 1, 0, 1}; local
65 assert(std::is_heap_until(i16, i16+4, std::greater<int>()) == i16+4);
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 436 typedef INT16_TYPE i16; /* 2-byte signed integer */ typedef
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 165 INT_TYPES: {"i1":0,"i8":0,"i16":0,"i32":0,"i64":0},
187 '%i16': 2,
516 case 'i16': HEAP16[((ptr)>>1)]=value; break;
532 case 'i16': return HEAP16[((ptr)>>1)];
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 223 INT_TYPES: {"i1":0,"i8":0,"i16":0,"i32":0,"i64":0},
245 '%i16': 2,
574 case 'i16': HEAP16[((ptr)>>1)]=value; break;
590 case 'i16': return HEAP16[((ptr)>>1)];
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/libmtp/src/
ptp.h 906 int16_t i16; member in union:_PTPPropertyValue
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /art/test/083-compiler-regressions/src/
Main.java 1323 int i16 = 16; local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 7416 typedef INT16_TYPE i16; \/* 2-byte signed integer *\/ typedef
113061 typedef short int i16; \/* 2-byte (or larger) signed integer *\/ typedef
    [all...]

Completed in 891 milliseconds

12 3