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

1 2

  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avc_types.h 26 typedef int32_t int32; typedef
  /frameworks/base/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/bluetooth/glib/gio/
gfileattribute-priv.h 36 gint32 int32; member in union:__anon1956::__anon1957
  /external/libyuv/files/include/libyuv/
basic_types.h 27 typedef int int32; typedef
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
qtypes.h 71 typedef signed long int int32; /* Signed 32 bit value */ typedef
  /frameworks/base/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/base/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
  /prebuilt/linux-x86/toolchain/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/bluetooth/bluez/tools/
ubcsp.h 51 typedef signed int int32; typedef
117 int32 receive_index;
127 int32 send_size;
129 int32 next_send_size;
  /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/dbus/tools/
dbus-send.c 64 dbus_int32_t int32; local
95 int32 = strtol (value, NULL, 0);
96 dbus_message_iter_append_basic (iter, DBUS_TYPE_INT32, &int32);
202 else if (!strcmp (arg, "int32"))
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 129 int int32 = (static_cast<int>(stereo[i * 2]) + local
131 mono[i] = static_cast<WebRtc_Word16>(int32);
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 197 typedef signed int int32; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 197 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)
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.h 70 int32_t int32() { return asInt32; } function in union:JSC::JITStubArg
  /external/protobuf/src/google/protobuf/stubs/
common.h 132 typedef __int32 int32; typedef in namespace:google::protobuf
142 typedef int32_t int32; typedef in namespace:google::protobuf
167 static const int32 kint32max = 0x7FFFFFFF;
168 static const int32 kint32min = -kint32max - 1;
    [all...]
  /external/qemu/fpu/
softfloat.h 64 typedef signed int int32; typedef
249 float32 int32_to_float32( int32 STATUS_PARAM );
250 float64 int32_to_float64( int32 STATUS_PARAM );
254 floatx80 int32_to_floatx80( int32 STATUS_PARAM );
257 float128 int32_to_float128( int32 STATUS_PARAM );
299 int32 float32_to_int32( float32 STATUS_PARAM );
300 int32 float32_to_int32_round_to_zero( float32 STATUS_PARAM );
414 int32 float64_to_int32( float64 STATUS_PARAM );
415 int32 float64_to_int32_round_to_zero( float64 STATUS_PARAM );
526 int32 floatx80_to_int32( floatx80 STATUS_PARAM )
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 30 typedef int32_t int32; typedef

Completed in 1530 milliseconds

1 2