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

1 2

  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 25 typedef uint32_t uint32; typedef
  /external/chromium/googleurl/base/
basictypes.h 8 typedef unsigned int uint32; typedef
11 const uint32 kuint32max = ((uint32) 0xFFFFFFFF);
  /external/chromium/third_party/libjingle/source/talk/base/
md5.h 25 typedef long unsigned int uint32; typedef
31 uint32 buf[4];
32 uint32 bits[2];
33 uint32 in[16];
39 void MD5Transform(uint32 buf[4], uint32 const in[16]);
basictypes.h 73 typedef unsigned int uint32; typedef
  /external/openfst/src/include/fst/
types.h 35 typedef uint32_t uint32; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 71 typedef uint32_t uint32; typedef
  /frameworks/ex/variablespeed/jni/
integral_types.h 30 typedef unsigned int uint32; typedef
  /external/ceres-solver/internal/ceres/
integral_types.h 86 typedef UnsignedInteger<32>::type uint32; typedef in namespace:ceres::internal
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 55 typedef unsigned int uint32; typedef
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
qtypes.h 67 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
  /external/libyuv/files/include/libyuv/
basic_types.h 55 typedef unsigned int uint32; typedef
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 30 typedef uint32_t uint32; typedef
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 94 typedef uint32_t uint32; typedef in namespace:google
99 typedef u_int32_t uint32;
104 typedef unsigned __int32 uint32;
191 extern uint32 GetArgvSum(); // simple checksum of argv
338 extern uint32 ParseCommandLineFlags(int *argc, char*** argv,
352 extern uint32 ParseCommandLineNonHelpFlags(int *argc, char*** argv,
371 extern uint32 ReparseCommandLineNonHelpFlags();
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 60 typedef unsigned int uint32; typedef
61 typedef uint32 count_t;
64 typedef unsigned long uint32; typedef
68 typedef unsigned int uint32; typedef
69 typedef uint32 count_t;
73 typedef uint32 flag; /* boolean type */
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 98 typedef uint32_t uint32; typedef in namespace:google
103 typedef u_int32_t uint32;
108 typedef unsigned __int32 uint32;
200 extern uint32 GetArgvSum(); // simple checksum of argv
343 extern uint32 ParseCommandLineFlags(int *argc, char*** argv,
357 extern uint32 ParseCommandLineNonHelpFlags(int *argc, char*** argv,
376 extern uint32 ReparseCommandLineNonHelpFlags();
  /external/regex-re2/util/
util.h 72 typedef uint32_t uint32; typedef in namespace:re2
116 uint32 hashword(const uint32*, size_t, uint32);
117 void hashword2(const uint32*, size_t, uint32*, uint32*);
119 static inline uint32 Hash32StringWithSeed(const char* s, int len, uint32 seed) {
120 return hashword((uint32*)s, len/4, seed)
    [all...]
  /external/skia/legacy/src/images/
bmpdecoderhelper.h 22 typedef uint32_t uint32; typedef
89 int CalcShiftRight(uint32 mask);
90 int CalcShiftLeft(uint32 mask);
101 uint32 redBits_;
102 uint32 greenBits_;
103 uint32 blueBits_;
  /external/skia/src/images/
bmpdecoderhelper.h 22 typedef uint32_t uint32; typedef
89 int CalcShiftRight(uint32 mask);
90 int CalcShiftLeft(uint32 mask);
101 uint32 redBits_;
102 uint32 greenBits_;
103 uint32 blueBits_;
  /external/webkit/Source/WebCore/platform/
PlatformTouchEvent.h 40 typedef unsigned long int uint32; typedef
74 PlatformTouchEvent(AEEEvent, uint16 wParam, uint32 dwParam);
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 37 #define uint32 uint32_t macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
types.h 123 typedef unsigned int uint32; typedef in namespace:__gnu_parallel
  /external/chromium/base/
basictypes.h 53 typedef unsigned int uint32; typedef
71 const uint32 kuint32max = ((uint32) 0xFFFFFFFF);
263 typedef uint32 MetatagId;
  /external/dnsmasq/src/
util.c 46 typedef unsigned int uint32; typedef
48 static uint32 seed[32];
49 static uint32 in[12];
50 static uint32 out[8];
69 uint32 t[12]; uint32 x; uint32 sum = 0;
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 107 typedef uint32_t uint32;
112 typedef u_int32_t uint32; typedef in namespace:google
117 typedef unsigned __int32 uint32; typedef in namespace:google
209 extern GFLAGS_DLL_DECL uint32 GetArgvSum(); // simple checksum of argv
352 extern GFLAGS_DLL_DECL uint32 ParseCommandLineFlags(int *argc, char*** argv,
366 extern GFLAGS_DLL_DECL uint32 ParseCommandLineNonHelpFlags(int *argc, char*** argv,
385 extern GFLAGS_DLL_DECL uint32 ReparseCommandLineNonHelpFlags();
  /external/stressapptest/src/
sattypes.h 43 typedef unsigned int uint32; typedef
69 uint32 l;
70 uint32 h;

Completed in 693 milliseconds

1 2