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

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
2010-01-13-MemBarrier.c 4 typedef unsigned __INT32_TYPE__ uint32_t; typedef
6 unsigned t(uint32_t *ptr, uint32_t val) {
arm-asm-variable.c 5 typedef unsigned int uint32_t; typedef
9 register uint32_t rl asm("r1");
10 register uint32_t rh asm("r2");
13 uint32_t t;
2007-09-12-PragmaPack.c 5 typedef unsigned int uint32_t; typedef
10 uint32_t a;
24 uint32_t guard;
x86_32-inline-asm.c 9 typedef u_int32_t uint32_t; typedef
24 uint32_t msr = 0x8b;
  /external/clang/test/Headers/Inputs/include/
stdint.h 5 typedef unsigned __INT32_TYPE__ uint32_t; typedef
  /external/libexif/contrib/watcom/
_stdint.h 6 typedef unsigned long uint32_t; typedef
  /ndk/tests/build/b14811006-GOT_PREL-optimization/jni/
SkAlphaMulQ.cc 1 typedef unsigned int uint32_t; typedef
3 extern const uint32_t gMask_00FF00FF;
5 uint32_t SkAlphaMulQ(uint32_t c, unsigned scale) {
6 uint32_t mask = gMask_00FF00FF;
8 uint32_t rb = ((c & mask) * scale) >> 8;
9 uint32_t ag = ((c >> 8) & mask) * scale;
  /external/e2fsprogs/lib/uuid/
uuid_types.h 39 typedef unsigned int uint32_t; typedef
42 typedef unsigned long uint32_t;
45 typedef unsigned short uint32_t;
  /external/lldb/test/lang/cpp/unsigned_types/
main.cpp 11 typedef unsigned int uint32_t; typedef
17 uint32_t the_uint32 = 'c';
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_stdint.h 44 typedef unsigned __int32 uint32_t; typedef
  /external/srtp/crypto/include/
integers.h 98 typedef unsigned int uint32_t; typedef
104 extern uint64_t make64(uint32_t high, uint32_t low);
105 extern uint32_t high32(uint64_t value);
106 extern uint32_t low32(uint64_t value);
142 #define PUT_32(addr,value) *(((uint32_t *) (addr)) = (value)
143 #define GET_32(addr) (*(((uint32_t *) (addr)))
  /external/v8/include/
v8stdint.h 22 typedef unsigned int uint32_t; typedef
  /external/clang/test/Sema/
integer-overflow.c 3 typedef unsigned long long uint32_t; typedef
6 uint64_t f1(uint64_t, uint32_t);
  /external/clang/test/SemaCXX/
integer-overflow.cpp 3 typedef unsigned long long uint32_t; typedef
6 uint64_t f1(uint64_t, uint32_t);
  /external/compiler-rt/lib/profile/
InstrProfiling.h 19 typedef unsigned int uint32_t; typedef
21 typedef uint32_t uintptr_t;
33 const uint32_t NameSize;
34 const uint32_t NumCounters;
  /external/google-breakpad/src/google_breakpad/common/
breakpad_types.h 66 typedef unsigned __int32 uint32_t; typedef
  /external/icu/icu4c/source/common/unicode/
ptypes.h 105 typedef unsigned int uint32_t; typedef
  /external/webp/include/webp/
types.h 33 typedef unsigned int uint32_t; typedef
  /external/webp/src/webp/
types.h 33 typedef unsigned int uint32_t; typedef
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 20 typedef unsigned int uint32_t; typedef
23 extern uint32_t SC_abs_i32(int32_t v);
24 uint32_t __attribute__((overloadable)) abs(int32_t v) {return SC_abs_i32(v);}
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/include/
stdint.h 6 typedef unsigned int uint32_t; typedef
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_integer.h 25 typedef unsigned int uint32_t; typedef
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 28 typedef unsigned long uint32_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 28 typedef unsigned long uint32_t; typedef
  /system/extras/ext4_utils/
sha1.h 17 typedef unsigned int uint32_t; typedef
31 uint32_t state[5];
32 uint32_t count[2];
37 void SHA1Transform(uint32_t[5], const u_char[64]);

Completed in 2102 milliseconds

1 2 3 4 5 6 7