HomeSort by relevance Sort by last modified time
    Searched refs:Int16 (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug296.go 25 type Int16 int16
27 func (x Int16) m(a, b, c, d, e, f, g, h byte) {
28 check("Int16", int64(x), 0x0102, a, b, c, d, e, f, g, h)
64 Int16(0x0102),
  /prebuilts/go/linux-x86/test/fixedbugs/
bug296.go 25 type Int16 int16
27 func (x Int16) m(a, b, c, d, e, f, g, h byte) {
28 check("Int16", int64(x), 0x0102, a, b, c, d, e, f, g, h)
64 Int16(0x0102),
  /external/autotest/client/common_lib/cros/
dbus_send_unittest.py 219 [dbus.Int16(42)]),
220 'int16:42')
222 [dbus.Int16(42), dbus.Boolean(True)]),
223 'int16:42 boolean:true')
225 [dbus.Int16(42), dbus.Boolean(True), dbus.String("foo")]),
226 'int16:42 boolean:true string:foo')
  /frameworks/base/core/jni/hwbinder/
EphemeralStorage.h 47 DECLARE_ALLOC_METHODS(Int16,jshort)
EphemeralStorage.cpp 96 DEFINE_ALLOC_VECTOR_METHODS(Int16,jshort,Short)
141 DEFINE_RELEASE_ARRAY_CASE(Int16,jshort,Short)
  /external/gemmlowp/internal/
allocator.h 63 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 };
85 GEMMLOWP_REGISTER_TYPEID(std::int16_t, Int16)
  /external/lzma/CPP/Windows/
PropVariant.h 67 CPropVariant(Int16 value); // { vt = VT_I2; wReserved1 = 0; iVal = value; }
88 CPropVariant& operator=(Int16 value) throw();
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pv_mp3dec_fxd_op_c_equivalent.h 49 #define Qfmt15(x) (Int16)((x)*((Int32)1<<15) + ((x)>=0?0.5F:-0.5F))
pv_mp3dec_fxd_op_msc_evc.h 71 #define Qfmt15(x) (Int16)(x*((int32)1<<15) + (x>=0?0.5F:-0.5F))
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 268 Int16,
297 int16_t Int16;
319 VARIANT_EQUAL_CASE(Int16)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 262 Int16,
291 int16_t Int16;
313 VARIANT_EQUAL_CASE(Int16)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 262 Int16,
291 int16_t Int16;
313 VARIANT_EQUAL_CASE(Int16)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 262 Int16,
291 int16_t Int16;
313 VARIANT_EQUAL_CASE(Int16)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 262 Int16,
291 int16_t Int16;
313 VARIANT_EQUAL_CASE(Int16)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 262 Int16,
291 int16_t Int16;
313 VARIANT_EQUAL_CASE(Int16)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 262 Int16,
291 int16_t Int16;
313 VARIANT_EQUAL_CASE(Int16)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 262 Int16,
291 int16_t Int16;
313 VARIANT_EQUAL_CASE(Int16)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 262 Int16,
291 int16_t Int16;
313 VARIANT_EQUAL_CASE(Int16)
  /external/clang/include/clang/Basic/
TargetBuiltins.h 110 Int16,
  /external/mesa3d/src/compiler/spirv/
spirv_info.c 50 CAPABILITY(Int16),
  /prebuilts/go/darwin-x86/src/reflect/
tostring_test.go 25 case Int, Int8, Int16, Int32, Int64:
  /prebuilts/go/linux-x86/src/reflect/
tostring_test.go 25 case Int, Int8, Int16, Int32, Int64:
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Types.h 44 typedef short Int16;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
Types.h 67 typedef short Int16;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.h 98 INT16 Int16;

Completed in 1630 milliseconds

1 2 3 4 5 6 7 8