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

1 2 3 4 56 7 8

  /art/runtime/
art_method.h 45 enum InvokeType : uint32_t; member in namespace:art
76 static constexpr uint32_t kRuntimeMethodDexMethodIndex = 0xFFFFFFFF;
113 uint32_t GetAccessFlags() {
123 void SetAccessFlags(uint32_t new_access_flags) {
164 static bool IsDirect(uint32_t access_flags) {
165 constexpr uint32_t direct = kAccStatic | kAccPrivate | kAccConstructor;
171 constexpr uint32_t synchonized = kAccSynchronized | kAccDeclaredSynchronized;
185 ALWAYS_INLINE void SetIntrinsic(uint32_t intrinsic) REQUIRES_SHARED(Locks::mutator_lock_);
187 uint32_t GetIntrinsic() {
270 constexpr uint32_t mask = kAccFastNative | kAccNative
    [all...]
  /bionic/libc/include/
stdint.h 65 typedef __uint32_t uint32_t; typedef
80 typedef uint32_t uint_least32_t;
98 typedef uint32_t uint_fast16_t;
100 typedef uint32_t uint_fast32_t;
  /bionic/linker/
linker.cpp 77 #define ELF_ST_TYPE(x) (static_cast<uint32_t>(x) & 0xf)
254 uint32_t bitmask[4096];
298 uint32_t rtld_flags) {
707 enum walk_action_result_t : uint32_t { enum
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in.h 49 #ifndef uint32_t
50 typedef __uint32_t uint32_t; typedef
51 #define uint32_t __uint32_t macro
167 #define __IPADDR(x) ((uint32_t) htonl((uint32_t)(x)))
169 #define __IPADDR(x) ((uint32_t)(x))
172 #define IN_CLASSA(i) (((uint32_t)(i) & __IPADDR(0x80000000)) == \
179 #define IN_CLASSB(i) (((uint32_t)(i) & __IPADDR(0xc0000000)) == \
186 #define IN_CLASSC(i) (((uint32_t)(i) & __IPADDR(0xe0000000)) == \
192 #define IN_CLASSD(i) (((uint32_t)(i) & __IPADDR(0xf0000000)) == \
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 642 typedef IntType<uint32_t, 4> UINT32; /* 32-bit unsigned integer. */
644 typedef IntType<uint32_t, 3> UINT24; /* 24-bit unsigned integer. */
724 static inline uint32_t CalcTableChecksum (const UINT32 *Table, uint32_t Length)
726 uint32_t Sum = 0L;
750 inline uint32_t to_int (void) const { return (major << (sizeof(FixedType) * 8)) + minor; }
1061 inline operator uint32_t (void) const { return len; }
  /external/libdrm/intel/
uthash.h 64 /* a number of the hash function use uint32_t which isn't defined on Pre VS2010 */
71 typedef unsigned int uint32_t; typedef
77 typedef unsigned int uint32_t; typedef
159 HASH_BLOOM_BITSET((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1U)))
162 HASH_BLOOM_BITTEST((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1U)))
    [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h 118 typedef UINT32 uint32_t; typedef
130 typedef UINT32 uint32_t; typedef
    [all...]
  /hardware/google/av/codec2/include/
C2Buffer.h 251 uint32_t offset;
252 uint32_t size;
254 inline constexpr C2Segment(uint32_t offset_, uint32_t size_)
314 inline constexpr uint32_t end() const {
343 inline constexpr uint32_t capacity() const { return mCapacity; }
352 static_assert(sizeof(size_t) == sizeof(uint32_t), "size_t is too big");
354 static_assert(sizeof(size_t) > sizeof(uint32_t), "size_t is too small");
359 inline explicit constexpr _C2LinearCapacityAspect(uint32_t capacity)
366 uint32_t mCapacity
1517 enum endianness_t : uint32_t { enum
    [all...]
  /system/keymaster/key_blob_utils/
ocb.c 82 typedef unsigned __int32 uint32_t; typedef
115 uint32_t u32[2];
138 return tz_table[((uint32_t)((x & -x) * 0x077CB531u)) >> 27];
372 uint32_t rd_key[60];
387 typedef struct { uint32_t rd_key[OCB_KEY_LEN + 28]; } AES_KEY;
629 uint32_t ad_blocks_processed;
630 uint32_t blocks_processed;
754 uint32_t u32[4];
772 tmp.u32[1] = ((uint32_t*)nonce)[0];
773 tmp.u32[2] = ((uint32_t*)nonce)[1]
    [all...]
  /external/clang/lib/Headers/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /external/syslinux/gpxe/src/drivers/net/
myri10ge_mcp.h 35 typedef unsigned int uint32_t; typedef
42 uint32_t high;
43 uint32_t low;
60 uint32_t hash;
75 uint32_t cmd;
76 uint32_t data0; /* will be low portion if data > 32 bits */
78 uint32_t data1; /* will be high portion if data > 32 bits */
79 uint32_t data2; /* currently unused.. */
89 uint32_t data;
90 uint32_t result
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
type_precision.hpp 508 typedef detail::uint32 uint32_t; typedef in namespace:glm
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
stdint.h 183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t

Completed in 875 milliseconds

1 2 3 4 56 7 8