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

12

  /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...]
  /art/test/083-compiler-regressions/src/
Main.java 282 int i16 = 16; local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 7431 typedef INT16_TYPE i16; \/* 2-byte signed integer *\/ typedef
113251 typedef short int i16; \/* 2-byte (or larger) signed integer *\/ typedef
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 7947 typedef INT16_TYPE i16; \/* 2-byte signed integer *\/ typedef
116526 typedef short int i16; \/* 2-byte (or larger) signed integer *\/ typedef
    [all...]
  /external/sqlite/dist/
sqlite3.c 7947 typedef INT16_TYPE i16; \/* 2-byte signed integer *\/ typedef
116562 typedef short int i16; \/* 2-byte (or larger) signed integer *\/ typedef
    [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 1667 milliseconds

12