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

1 2 3 4

  /external/libtextclassifier/util/base/
integral_types.h 30 typedef int int32; typedef in namespace:libtextclassifier
37 // and it should always be the signed version of whatever int32 is.)
52 static_assert(sizeof(int32) == 4, "wrong size");
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxertypes.h 15 typedef int int32; typedef in namespace:mkvmuxer
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 35 typedef int32_t int32; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 70 typedef int32_t int32; typedef
75 typedef int32_t Int32;
  /external/dng_sdk/source/
dng_types.h 43 typedef int32_t int32; typedef
56 typedef signed int int32; typedef
58 typedef signed long int32; typedef
  /external/flatbuffers/python/flatbuffers/
packer.py 34 int32 = struct.Struct("<i") variable
41 soffset = int32
  /external/google-breakpad/src/common/dwarf/
types.h 40 typedef int int32; typedef
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h 80 typedef int32_t int32; typedef in namespace:GFLAGS_NAMESPACE
85 typedef int32_t int32;
90 typedef __int32 int32;
121 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int32, I, name)
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h 80 typedef int32_t int32;
85 typedef int32_t int32; typedef in namespace:GFLAGS_NAMESPACE
90 typedef __int32 int32; typedef in namespace:GFLAGS_NAMESPACE
121 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int32, I, name)
  /external/syslinux/gpxe/src/include/
stdint.h 31 typedef int32_t int32; typedef
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 41 typedef int int32; typedef in namespace:le_fx
77 int32 *data;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 31 typedef int32_t int32; typedef
44 const int32 OSCL_REQUEST_ERR_NONE = 0;
45 const int32 OSCL_REQUEST_PENDING = (-0x7fffffff);
46 const int32 OSCL_REQUEST_ERR_CANCEL = (-1);
47 const int32 OSCL_REQUEST_ERR_GENERAL = (-2);
54 explicit OsclAOStatus(int32 aStatus);
55 int32 operator=(int32 aStatus);
56 int32 operator==(int32 aStatus) const
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
arm-gcc.h 52 typedef signed int int32; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
arm-gcc.h 48 typedef signed int int32; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/
arm-gcc.h 52 typedef signed int int32; typedef
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 59 typedef int int32; typedef
  /external/libyuv/files/include/libyuv/
basic_types.h 59 typedef int int32; typedef
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 44 typedef std::int32_t int32; typedef in namespace:glm::detail
71 typedef signed int int32;
91 typedef detail::int32 int32; typedef in namespace:glm
180 GLM_STATIC_ASSERT(sizeof(glm::int32) == 4, "int32 size isn't 4 bytes on this platform");
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 169 typedef int32_t int32; typedef
  /system/extras/perfprofd/quipper/base/
basictypes.h 25 typedef int32_t int32; typedef
53 const int32 kint32min = -0x7FFFFFFF - 1;
54 const int32 kint32max = 0x7FFFFFFF;
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 97 typedef int32_t int32; typedef in namespace:google
102 typedef int32_t int32;
107 typedef __int32 int32;
131 // static bool ValidatePort(const char* flagname, int32 value) {
145 bool RegisterFlagValidator(const int32* flag,
146 bool (*validate_fn)(const char*, int32));
170 std::string type; // the type of the flag: int32, etc
309 // (e.g., not a number for an int32 flag), abort with an error.
314 extern int32 Int32FromEnv(const char *varname, int32 defval)
    [all...]

Completed in 549 milliseconds

1 2 3 4