HomeSort by relevance Sort by last modified time
    Searched defs:uint32_t (Results 76 - 100 of 181) sorted by null

1 2 34 5 6 7 8

  /external/python/cpython2/Modules/
linuxaudiodev.c 32 typedef unsigned long uint32_t; typedef
50 uint32_t x_afmts; /* Audio formats supported by hardware*/
59 uint32_t a_fmt;
  /external/skia/src/core/
SkGlyph.h 29 static constexpr uint32_t kImpossibleID = ~0;
40 SkPackedID(uint32_t code) {
46 SkPackedID(uint32_t code, SkFixed x, SkFixed y) {
50 uint32_t ID = (x << (kSubShift + kSubShiftX)) |
66 uint32_t code() const {
78 uint32_t hash() const {
85 operator uint32_t() const { return fID; }
89 static unsigned ID2SubX(uint32_t id) {
93 static unsigned ID2SubY(uint32_t id) {
106 uint32_t fID
    [all...]
  /external/skqp/src/core/
SkGlyph.h 29 static constexpr uint32_t kImpossibleID = ~0;
40 SkPackedID(uint32_t code) {
46 SkPackedID(uint32_t code, SkFixed x, SkFixed y) {
50 uint32_t ID = (x << (kSubShift + kSubShiftX)) |
66 uint32_t code() const {
78 uint32_t hash() const {
85 operator uint32_t() const { return fID; }
89 static unsigned ID2SubX(uint32_t id) {
93 static unsigned ID2SubY(uint32_t id) {
106 uint32_t fID
    [all...]
  /external/swiftshader/src/Common/
Types.hpp 37 typedef unsigned __int32 uint32_t; typedef
49 typedef ALIGN(4, uint32_t) dword;
56 typedef ALIGN(8, uint32_t) dword2[2];
57 typedef ALIGN(16, uint32_t) dword4[4];
  /external/syslinux/dosutil/
mdiskchk.c 30 typedef unsigned long uint32_t; typedef
49 uint32_t _eax, _ebx, _ecx, _edx;
210 uint32_t i;
  /external/syslinux/efi32/include/efi/ia32/
efibind.h 38 typedef unsigned __int32 uint32_t; typedef
47 typedef unsigned int uint32_t; typedef
59 typedef unsigned int uint32_t; typedef
71 typedef unsigned int uint32_t; typedef
94 typedef uint32_t UINT32;
109 typedef uint32_t UINTN;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
efibind.h 38 typedef unsigned __int32 uint32_t; typedef
47 typedef unsigned int uint32_t; typedef
59 typedef unsigned int uint32_t; typedef
71 typedef unsigned int uint32_t; typedef
94 typedef uint32_t UINT32;
109 typedef uint32_t UINTN;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efibind.h 36 typedef unsigned __int32 uint32_t; typedef
47 typedef unsigned int uint32_t; typedef
58 typedef unsigned int uint32_t; typedef
79 typedef uint32_t UINT32;
  /external/tcpdump/
netdissect-stdinc.h 76 #ifndef uint32_t
77 #define uint32_t unsigned int macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 109 typedef unsigned int uint32_t; typedef
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 109 typedef unsigned int uint32_t; typedef
  /system/core/libbacktrace/include/backtrace/
Backtrace.h 34 typedef uint32_t word_t;
37 enum BacktraceUnwindErrorCode : uint32_t { enum
  /art/runtime/mirror/
class.h 46 enum InvokeType : uint32_t; member in namespace:art
73 static constexpr uint32_t kClassWalkSuper = 0xC0000000;
78 static constexpr uint32_t kPrimitiveTypeSizeShiftShift = 16;
79 static constexpr uint32_t kPrimitiveTypeMask = (1u << kPrimitiveTypeSizeShiftShift) - 1;
86 static_cast<uint32_t>(GetField32Volatile<kVerifyFlags>(StatusOffset())) >> (32 - 4));
170 ALWAYS_INLINE uint32_t GetAccessFlags() REQUIRES_SHARED(Locks::mutator_lock_) {
182 ALWAYS_INLINE uint32_t GetClassFlags() REQUIRES_SHARED(Locks::mutator_lock_) {
185 void SetClassFlags(uint32_t new_flags) REQUIRES_SHARED(Locks::mutator_lock_);
187 void SetAccessFlags(uint32_t new_access_flags) REQUIRES_SHARED(Locks::mutator_lock_);
218 uint32_t flags = GetAccessFlags()
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 82 #ifndef uint32_t
83 typedef __uint32_t uint32_t; typedef
84 #define uint32_t __uint32_t macro
99 typedef uint32_t u_int32_t;
136 typedef uint32_t blksize_t; /* fs optimal block size */
160 typedef uint32_t dev_t; /* device number */
161 typedef uint32_t fixpt_t; /* fixed point number */
168 typedef uint32_t id_t; /* group id, process id or user id */
177 typedef uint32_t nlink_t; /* link count */
  /external/clang/test/SemaCXX/
conversion.cpp 13 typedef unsigned int uint32_t; typedef
26 uint32_t test2_positive(uint64_t x) {
30 uint32_t test2_negative(uint64_t x) {
31 return (uint32_t) x;
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 50 typedef unsigned int uint32_t; typedef
57 typedef unsigned int uint32_t; typedef
130 static void write_32bit_value(uint32_t i) {
138 static uint32_t length_of_string(const char *s) {
143 uint32_t len = length_of_string(s);
149 static uint32_t read_32bit_value() {
150 uint32_t val;
153 return (uint32_t)-1;
155 val = *(uint32_t*)&write_buffer[cur_pos];
259 uint32_t checksum)
    [all...]
  /external/libxml2/
dict.c 52 typedef unsigned __int32 uint32_t; typedef
374 static uint32_t
376 uint32_t hash;
410 uint32_t hash;
  /external/syslinux/efi64/include/efi/x86_64/
efibind.h 47 typedef unsigned __int32 uint32_t; typedef
56 typedef unsigned int uint32_t; typedef
68 typedef unsigned int uint32_t; typedef
80 typedef unsigned int uint32_t; typedef
103 typedef uint32_t UINT32;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
efibind.h 47 typedef unsigned __int32 uint32_t; typedef
56 typedef unsigned int uint32_t; typedef
68 typedef unsigned int uint32_t; typedef
80 typedef unsigned int uint32_t; typedef
103 typedef uint32_t UINT32;
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 23 typedef unsigned int uint32_t; typedef
74 uint32_t value;
104 WriteParam(pickle, static_cast<uint32_t>(container.value)); // OK
146 IPC::WriteParam(pickle, uint32_t(0)); // OK
263 CALL_WRITEPARAM(uint32_t) // OK
268 typedef uint32_t my_int_base;
  /frameworks/native/headers/media_plugin/media/hardware/
VideoAPI.h 42 uint32_t mNumPlanes; // number of planes
43 uint32_t mWidth; // width of largest plane (unpadded, as in nFrameWidth)
44 uint32_t mHeight; // height of largest plane (unpadded, as in nFrameHeight)
45 uint32_t mBitDepth; // useable bit depth
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
61 enum Type : uint32_t {
122 enum Primaries : uint32_t { enum
135 enum Transfer : uint32_t { enum
153 enum MatrixCoeffs : uint32_t { enum
165 enum Standard : uint32_t { enum
    [all...]
  /external/clang/test/Sema/
conversion.c 423 typedef unsigned int uint32_t; typedef
425 typedef __attribute__ ((ext_vector_type( 8),__aligned__( 32))) uint32_t uint8;
429 ushort16 crCbScale = pairedConstants.s4; // expected-warning {{implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'ushort16'}}
430 ushort16 brBias = pairedConstants.s6; // expected-warning {{implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'ushort16'}}
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 80 typedef unsigned int uint32_t; typedef
87 typedef unsigned __int32 uint32_t; typedef
100 typedef uint32_t uint_least32_t;
110 typedef uint32_t uint_fast32_t;
  /external/libusb/msvc/
stdint.h 93 typedef unsigned __int32 uint32_t; typedef
  /external/libvncserver/compat/msvc/
stdint.h 80 typedef unsigned int uint32_t; typedef
87 typedef unsigned __int32 uint32_t; typedef
100 typedef uint32_t uint_least32_t;
110 typedef uint32_t uint_fast32_t;

Completed in 816 milliseconds

1 2 34 5 6 7 8