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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 23 typedef int int32; typedef in namespace:mkvmuxer
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_types.h 35 typedef int32_t int32; typedef
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 23 typedef int int32; typedef in namespace:mkvmuxer
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 35 typedef int32_t int32; typedef
  /external/openfst/src/include/fst/
types.h 30 typedef int32_t int32; typedef
  /external/ceres-solver/internal/ceres/
integral_types.h 80 typedef Integer<32>::type int32; typedef in namespace:ceres::internal
  /external/chromium_org/third_party/snappy/linux/
snappy-stubs-public.h 66 typedef int32_t int32; typedef in namespace:snappy
75 typedef int int32;
  /external/chromium_org/third_party/snappy/mac/
snappy-stubs-public.h 66 typedef int32_t int32; typedef in namespace:snappy
75 typedef int int32;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 56 typedef int int32; typedef
  /external/chromium_org/third_party/snappy/win32/
snappy-stubs-public.h 66 typedef int32_t int32;
75 typedef int int32; typedef in namespace:snappy
  /external/libyuv/files/include/libyuv/
basic_types.h 56 typedef int int32; typedef
  /external/chromium_org/base/
basictypes.h 25 typedef int32_t int32; typedef
53 const int32 kint32min = -0x7FFFFFFF - 1;
54 const int32 kint32max = 0x7FFFFFFF;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 59 typedef int int32; typedef
  /external/chromium_org/third_party/libyuv/include/libyuv/
basic_types.h 59 typedef int int32; typedef
  /external/chromium_org/third_party/webrtc/base/
basictypes.h 74 typedef int int32; typedef
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
basictypes.h 37 typedef int32_t int32; typedef
52 const int32 kint32min = INT32_MIN;
53 const int32 kint32max = INT32_MAX;
65 typedef int int32; typedef
105 // and it should always be the signed version of whatever int32 is.)
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 26 typedef int32_t int32; typedef in namespace:i18n::phonenumbers
41 const int32 kint32min = INT32_MIN;
42 const int32 kint32max = INT32_MAX;
54 typedef int int32;
94 // and it should always be the signed version of whatever int32 is.)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
type_traits_unittest.cc 43 typedef int int32; typedef
587 EXPECT_TRUE((is_same<int32, int32>::value));
588 EXPECT_FALSE((is_same<int32, int64>::value));
589 EXPECT_FALSE((is_same<int64, int32>::value));
  /external/chromium_org/third_party/re2/util/
util.h 72 typedef int32_t int32; typedef in namespace:re2
  /external/libpcap/bpf/net/
bpf_filter.c 89 #define int32 bpf_int32 macro
219 int32 mem[BPF_MEMWORDS];
258 if (k + sizeof(int32) > buflen) {
317 if (k + sizeof(int32) > buflen) {
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 59 typedef signed int int32; typedef
63 typedef signed long int32; typedef
67 typedef signed int int32; typedef
  /external/chromium_org/third_party/cld/base/
basictypes.h 26 typedef int int32; typedef
62 // and it should always be the signed version of whatever int32 is.)
73 const int32 kint32min = (( int32) 0x80000000);
74 const int32 kint32max = (( int32) 0x7FFFFFFF);
271 // int i = bit_cast<int32>(f);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 59 typedef int32_t int32; typedef
79 const int32 kint32max = ( ( int32) 0x7FFFFFFF);
84 const int32 kint32min = ( ( int32) 0x80000000);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 59 typedef int32_t int32; typedef
79 const int32 kint32max = ( ( int32) 0x7FFFFFFF);
84 const int32 kint32min = ( ( int32) 0x80000000);
  /external/ceres-solver/include/ceres/
types.h 49 typedef int int32; typedef in namespace:ceres

Completed in 679 milliseconds

1 2