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

1 2

  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 26 typedef int32_t int32; typedef
  /external/openfst/src/include/fst/
types.h 30 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;
  /frameworks/ex/variablespeed/jni/
integral_types.h 26 typedef int int32; typedef
  /external/ceres-solver/internal/ceres/
integral_types.h 81 typedef Integer<32>::type int32; typedef in namespace:ceres::internal
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 56 typedef int int32; typedef
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /external/libyuv/files/include/libyuv/
basic_types.h 56 typedef int int32; typedef
  /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 OsclAOStatus(int32 aStatus);
55 int32 operator=(int32 aStatus);
56 int32 operator==(int32 aStatus) const
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 93 typedef int32_t int32; typedef in namespace:google
98 typedef int32_t int32;
103 typedef __int32 int32;
127 // static bool ValidatePort(const char* flagname, int32 value) {
141 bool RegisterFlagValidator(const int32* flag,
142 bool (*validate_fn)(const char*, int32));
166 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...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 169 typedef int32_t int32; typedef
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 48 typedef int int32; typedef
  /external/libpcap/bpf/net/
bpf_filter.c 80 #define int32 bpf_int32 macro
210 int32 mem[BPF_MEMWORDS];
249 if (k + sizeof(int32) > buflen) {
308 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/open-vcdiff/gflags/src/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
314 // (e.g., not a number for an int32 flag), abort with an error.
319 extern int32 Int32FromEnv(const char *varname, int32 defval)
    [all...]
  /external/regex-re2/util/
util.h 71 typedef int32_t int32; typedef in namespace:re2
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 38 #define int32 int32_t macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
types.h 120 typedef int int32; typedef in namespace:__gnu_parallel
  /external/ceres-solver/include/ceres/
types.h 47 typedef int int32; typedef in namespace:ceres
  /external/chromium/base/
basictypes.h 27 typedef int int32; typedef
66 // and it should always be the signed version of whatever int32 is.)
77 const int32 kint32min = (( int32) 0x80000000);
78 const int32 kint32max = (( int32) 0x7FFFFFFF);
279 // int i = bit_cast<int32>(f);
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 106 typedef int32_t int32;
111 typedef int32_t int32; typedef in namespace:google
116 typedef __int32 int32; typedef in namespace:google
140 // static bool ValidatePort(const char* flagname, int32 value) {
154 GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag,
155 bool (*validate_fn)(const char*, int32));
179 std::string type; // the type of the flag: int32, etc
323 // (e.g., not a number for an int32 flag), abort with an error.
328 extern GFLAGS_DLL_DECL int32 Int32FromEnv(const char *varname, int32 defval)
    [all...]
  /external/stressapptest/src/
sattypes.h 38 typedef signed int int32; typedef
154 static const int32 kUSleepOneSecond = 1000000;
157 inline bool sat_usleep(int32 microseconds) {
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 221 typedef signed int int32; typedef
  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 34 typedef int int32; typedef in namespace:ime_pinyin
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 39 typedef int int32; typedef
74 #define DECLARE_int32(name) extern int32 FLAGS_ ## name
124 bool SetFlag(const string &val, int32 *address) const {
224 #define DEFINE_int32(name, value, doc) DEFINE_VAR(int32, name, value, doc)

Completed in 2361 milliseconds

1 2