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

1 2 3

  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 41 typedef int8_t int8; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 66 typedef int8_t int8; typedef
  /external/dng_sdk/source/
dng_types.h 41 typedef int8_t int8; typedef
53 typedef signed char int8; typedef
  /external/flatbuffers/python/flatbuffers/
packer.py 32 int8 = struct.Struct("<b") variable
  /external/google-breakpad/src/common/dwarf/
types.h 38 typedef signed char int8; typedef
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /external/syslinux/gpxe/src/include/
stdint.h 27 typedef int8_t int8; typedef
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 39 typedef signed char int8; typedef in namespace:le_fx
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
arm-gcc.h 42 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
48 typedef int int8; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
arm-gcc.h 38 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
44 typedef int int8; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/
arm-gcc.h 42 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
48 typedef int int8; typedef
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 63 typedef signed char int8; typedef
  /external/libyuv/files/include/libyuv/
basic_types.h 63 typedef signed char int8; typedef
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 42 typedef std::int8_t int8; typedef in namespace:glm::detail
69 typedef signed char int8;
89 typedef detail::int8 int8; typedef in namespace:glm
178 GLM_STATIC_ASSERT(sizeof(glm::int8) == 1, "int8 size isn't 1 byte on this platform");
  /system/extras/perfprofd/quipper/base/
basictypes.h 22 typedef int8_t int8; typedef
49 const int8 kint8min = -0x7F - 1;
50 const int8 kint8max = 0x7F;
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 53 typedef signed char int8; typedef
  /external/regex-re2/util/
util.h 67 typedef int8_t int8; typedef in namespace:re2
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Device.h 33 typedef signed char int8; typedef
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary.go 10 // type (bool, int8, uint8, int16, float32, complex64, ...)
176 case *int8:
177 *data = int8(b[0])
196 case []int8:
198 data[i] = int8(x)
290 case *int8:
292 case int8:
294 case []int8:
412 reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64,
487 func (d *decoder) int8() int8 { return int8(d.uint8()) func
489 func (e *encoder) int8(x int8) { e.uint8(uint8(x)) } func
    [all...]
  /prebuilts/go/darwin-x86/test/
rename.go 33 int8 +
79 int8 = 16
78 int8 = 16 const
rename1.go 37 int8 = 16
36 int8 = 16 const
  /prebuilts/go/linux-x86/src/encoding/binary/
binary.go 10 // type (bool, int8, uint8, int16, float32, complex64, ...)
176 case *int8:
177 *data = int8(b[0])
196 case []int8:
198 data[i] = int8(x)
290 case *int8:
292 case int8:
294 case []int8:
412 reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64,
487 func (d *decoder) int8() int8 { return int8(d.uint8()) func
489 func (e *encoder) int8(x int8) { e.uint8(uint8(x)) } func
    [all...]

Completed in 741 milliseconds

1 2 3