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

12 3

  /frameworks/av/include/media/
AudioTrack.h 89 int8_t* i8; // unsigned 8-bit, offset by 0x80 member in union:android::AudioTrack::Buffer::__anon37590
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 2022 int i8 = DISCARDDEFAULT; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 2817 int32_t length16, length8, i16, i8; local
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 1405 const bool i8 = isBitSet(blockModeData, 8); local
    [all...]
  /external/harfbuzz_ng/src/
hb-common.h 85 int8_t i8[4]; 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 34 int i8[] = {1, 0, 0}; local
41 assert(std::is_heap(i8, i8+3) == (std::is_heap_until(i8, i8+3) == i8+3));
is_heap_comp.pass.cpp 35 int i8[] = {1, 0, 0}; local
42 assert(std::is_heap(i8, i8+3, std::greater<int>()) == (std::is_heap_until(i8, i8+3, std::greater<int>()) == i8+3));
    [all...]
is_heap_until.pass.cpp 34 int i8[] = {1, 0, 0}; local
41 assert(std::is_heap_until(i8, i8+3) == i8+3);
is_heap_until_comp.pass.cpp 35 int i8[] = {1, 0, 0}; local
42 assert(std::is_heap_until(i8, i8+3, std::greater<int>()) == i8+1);
  /external/qemu/disas/
arm.c 3458 unsigned int i8 = (given & 0x000000ff); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 34 int i8[] = {1, 0, 0}; local
41 assert(std::is_heap(i8, i8+3) == (std::is_heap_until(i8, i8+3) == i8+3));
is_heap_comp.pass.cpp 35 int i8[] = {1, 0, 0}; local
42 assert(std::is_heap(i8, i8+3, std::greater<int>()) == (std::is_heap_until(i8, i8+3, std::greater<int>()) == i8+3));
    [all...]
is_heap_until.pass.cpp 34 int i8[] = {1, 0, 0}; local
41 assert(std::is_heap_until(i8, i8+3) == i8+3);
is_heap_until_comp.pass.cpp 35 int i8[] = {1, 0, 0}; local
42 assert(std::is_heap_until(i8, i8+3, std::greater<int>()) == i8+1);
  /external/clang/lib/CodeGen/
TargetInfo.cpp 479 // Return true if the type is an MMX type <2 x i32>, <4 x i16>, or <8 x i8>.
919 // it as an i8/i16/i32/i64.
5904 llvm::IntegerType *i8 = CGF.Int8Ty; local
    [all...]
  /bionic/libc/kernel/uapi/asm-mips/asm/
inst.h 881 struct m16e_i8 i8; member in union:mips16e_instruction
  /development/ndk/platforms/android-L/arch-mips/include/asm/
inst.h 876 struct m16e_i8 i8; member in union:mips16e_instruction
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
inst.h 876 struct m16e_i8 i8; member in union:mips16e_instruction
  /external/kernel-headers/original/uapi/asm-mips/asm/
inst.h 896 struct m16e_i8 i8; member in union:mips16e_instruction
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm/
inst.h 881 struct m16e_i8 i8; member in union:mips16e_instruction
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 438 typedef INT8_TYPE i8; /* 1-byte signed integer */ typedef
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 161 if (/<?{ ?[^}]* ?}>?/.test(type)) return true; // { i32, i8 } etc. - anonymous struct types
165 INT_TYPES: {"i1":0,"i8":0,"i16":0,"i32":0,"i64":0},
186 '%i8': 1,
252 // bN, large number field, like a [N x i8]
509 // getValue need LLVM types ('i8', 'i32') - this is a lower-level operation
511 type = type || 'i8';
515 case 'i8': HEAP8[(ptr)]=value; break;
527 type = type || 'i8';
531 case 'i8': return HEAP8[(ptr)];
594 if (singleType === 'i8') {
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 219 if (/<?{ ?[^}]* ?}>?/.test(type)) return true; // { i32, i8 } etc. - anonymous struct types
223 INT_TYPES: {"i1":0,"i8":0,"i16":0,"i32":0,"i64":0},
244 '%i8': 1,
310 // bN, large number field, like a [N x i8]
567 // getValue need LLVM types ('i8', 'i32') - this is a lower-level operation
569 type = type || 'i8';
573 case 'i8': HEAP8[(ptr)]=value; break;
585 type = type || 'i8';
589 case 'i8': return HEAP8[(ptr)];
652 if (singleType === 'i8') {
    [all...]
  /external/libmtp/src/
ptp.h 904 int8_t i8; member in union:_PTPPropertyValue
    [all...]

Completed in 2077 milliseconds

12 3