HomeSort by relevance Sort by last modified time
    Searched defs:int32 (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/libpcap/bpf/net/
bpf_filter.c 84 #define int32 bpf_int32 macro
  /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/piex/src/binary_parse/
range_checked_byte_ptr.h 34 typedef int int32; typedef in namespace:piex::binary_parse
454 // int32 val2 = Get32s(input + 2, false, &status);
463 int32 Get32s(const RangeCheckedBytePtr &input, const bool big_endian,
  /external/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));
common.h 162 typedef __int32 int32; typedef in namespace:google::protobuf
172 typedef int32_t int32; typedef in namespace:google::protobuf
197 static const int32 kint32max = 0x7FFFFFFF;
198 static const int32 kint32min = -kint32max - 1;
    [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
  /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/deqp/framework/opengl/
gluShaderLibrary.hpp 65 deInt32 int32; member in union:glu::sl::Value::Element
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 104 typedef int32_t int32; typedef in namespace:google
109 typedef int32_t int32;
114 typedef __int32 int32;
144 // static bool ValidatePort(const char* flagname, int32 value) {
158 bool RegisterFlagValidator(const int32* flag,
159 bool (*validate_fn)(const char*, int32));
183 std::string type; // the type of the flag: int32, etc
331 // (e.g., not a number for an int32 flag), abort with an error.
336 extern int32 Int32FromEnv(const char *varname, int32 defval)
    [all...]
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 127 typedef int32_t int32;
132 typedef int32_t int32; typedef in namespace:google
137 typedef __int32 int32; typedef in namespace:google
167 // static bool ValidatePort(const char* flagname, int32 value) {
181 GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag,
182 bool (*validate_fn)(const char*, int32));
206 std::string type; // the type of the flag: int32, etc
353 // (e.g., not a number for an int32 flag), abort with an error.
358 extern GFLAGS_DLL_DECL int32 Int32FromEnv(const char *varname, int32 defval)
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp 24 typedef int32_t int32; typedef
40 static inline uint32 clamp(int32 x) {
46 static inline Rgba convertYuvToRgba(int32 y, int32 u, int32 v) {
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 221 typedef signed int int32; typedef
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h 104 typedef __int32 int32; typedef in namespace:google::protobuf
114 typedef int int32; typedef in namespace:google::protobuf
139 static const int32 kint32max = 0x7FFFFFFF;
140 static const int32 kint32min = -kint32max - 1;
  /external/ceres-solver/include/ceres/
types.h 49 typedef int int32; typedef in namespace:ceres
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthsdpdef.h 75 LONG int32; member in union:_SPD_ELEMENT_DATA::__anon41573
  /external/pdfium/third_party/agg23/
agg_basics.h 52 typedef AGG_INT32 int32; typedef in namespace:agg
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 37 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 37 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 37 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 37 typedef int int32; /* Signed 32 bit value */ typedef
  /system/core/include/log/
log.h 567 int32_t int32; member in union:__anon74247::__anon74248
  /external/valgrind/VEX/switchback/
test_emfloat.c 432 typedef int int32; /* Signed 32 bit integer */ typedef
546 static void Int32ToInternalFPF(int32 mylong,
551 static int32 randnum(int32 lngval);
553 static int32 randwc(int32 num)
555 return(randnum((int32)0)%num);
558 static int32 randw[2] = { (int32)13 , (int32)117 }
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 30 typedef int32_t int32; typedef
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 162 typedef __int32 int32; typedef in namespace:google::protobuf
172 typedef int32_t int32; typedef in namespace:google::protobuf
197 static const int32 kint32max = 0x7FFFFFFF;
198 static const int32 kint32min = -kint32max - 1;
    [all...]

Completed in 1438 milliseconds

12 3 4