Searched refs:uint32_t (Results 51 - 75 of 8676) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcrc32c.h17 extern uint32_t Extend(uint32_t init_crc, const char* data, size_t n);
20 inline uint32_t Value(const char* data, size_t n) {
24 static const uint32_t kMaskDelta = 0xa282ead8ul;
31 inline uint32_t Mask(uint32_t crc) {
37 inline uint32_t Unmask(uint32_t masked_crc) {
38 uint32_t rot = masked_crc - kMaskDelta;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_context.h39 uint32_t colorkey;
41 uint32_t format[2];
42 uint32_t filter[2];
43 uint32_t alpha[2];
44 uint32_t color[2];
45 uint32_t factor;
46 uint32_t blend;
47 uint32_t ctrl[3];
48 uint32_t fog;
/external/chromium_org/third_party/smhasher/src/
H A DMurmurHash2.h16 typedef unsigned int uint32_t; typedef
29 uint32_t MurmurHash2 ( const void * key, int len, uint32_t seed );
32 uint32_t MurmurHash2A ( const void * key, int len, uint32_t seed );
33 uint32_t MurmurHashNeutral2 ( const void * key, int len, uint32_t seed );
34 uint32_t MurmurHashAligned2 ( const void * key, int len, uint32_t seed );
H A DMurmurHash1.h16 typedef unsigned int uint32_t; typedef
29 uint32_t MurmurHash1 ( const void * key, int len, uint32_t seed );
30 uint32_t MurmurHash1Aligned ( const void * key, int len, uint32_t seed );
/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c_defs.h38 ((uint32_t)( \
39 (((uint32_t)(x) & (uint32_t)0x000000ffUL) << 24) | \
40 (((uint32_t)(x) & (uint32_t)0x0000ff00UL) << 8) | \
41 (((uint32_t)(x) & (uint32_t)0x00ff0000UL) >> 8) | \
42 (((uint32_t)(x) & (uint32_t)0xff000000UL) >> 24)))
/external/libnl/include/netlink/route/sch/
H A Dhtb.h24 extern void rtnl_htb_set_rate2quantum(struct rtnl_qdisc *, uint32_t);
25 extern void rtnl_htb_set_defcls(struct rtnl_qdisc *, uint32_t);
27 extern void rtnl_htb_set_prio(struct rtnl_class *, uint32_t);
28 extern void rtnl_htb_set_mtu(struct rtnl_class *, uint32_t);
29 extern void rtnl_htb_set_rate(struct rtnl_class *, uint32_t);
30 extern void rtnl_htb_set_ceil(struct rtnl_class *, uint32_t);
31 extern void rtnl_htb_set_rbuffer(struct rtnl_class *, uint32_t);
32 extern void rtnl_htb_set_cbuffer(struct rtnl_class *, uint32_t);
33 extern void rtnl_htb_set_quantum(struct rtnl_class *, uint32_t quantum);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_context.h39 uint32_t colorkey;
41 uint32_t format[2];
42 uint32_t filter[2];
43 uint32_t alpha[2];
44 uint32_t color[2];
45 uint32_t factor;
46 uint32_t blend;
47 uint32_t ctrl[3];
48 uint32_t fog;
/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dgbmint.h62 uint32_t format,
63 uint32_t usage);
66 uint32_t width, uint32_t height,
67 uint32_t format,
68 uint32_t usage);
69 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
70 void *buffer, uint32_t usage);
75 uint32_t width, uint32_t heigh
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dmmio.h40 static INLINE uint32_t
43 uint32_t val;
53 static INLINE uint32_t
56 volatile uint32_t * p = (volatile uint32_t *) (((volatile char *) base) + offset);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_crc32.h43 uint32_t sctp_calculate_cksum(struct mbuf *, uint32_t);
46 void sctp_delayed_cksum(struct mbuf *, uint32_t offset);
51 uint32_t sctp_calculate_cksum(struct mbuf *, uint32_t);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Ddecode_bwe.c23 uint32_t send_ts,
24 uint32_t arr_ts,
30 uint32_t sendTimestampIn16kHz;
31 uint32_t arrivalTimestampIn16kHz;
32 uint32_t diffSendTime;
33 uint32_t diffArrivalTime;
58 diffSendTime = (uint32_t)((uint32_t)send_ts -
59 (uint32_t)bwest_str->senderTimestamp);
62 diffArrivalTime = (uint32_t)((uint32_
[all...]
/external/lldb/tools/debugserver/source/
H A DPThreadEvent.h24 PThreadEvent (uint32_t bits = 0, uint32_t validBits = 0);
27 uint32_t NewEventBit ();
28 void FreeEventBits (const uint32_t mask);
30 void ReplaceEventBits (const uint32_t bits);
31 uint32_t GetEventBits () const;
32 void SetEvents (const uint32_t mask);
33 void ResetEvents (const uint32_t mask);
36 uint32_t WaitForSetEvents (const uint32_t mas
[all...]
/external/mesa3d/src/gbm/main/
H A Dgbmint.h62 uint32_t format,
63 uint32_t usage);
66 uint32_t width, uint32_t height,
67 uint32_t format,
68 uint32_t usage);
69 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
70 void *buffer, uint32_t usage);
75 uint32_t width, uint32_t heigh
[all...]
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dmmio.h40 static INLINE uint32_t
43 uint32_t val;
53 static INLINE uint32_t
56 volatile uint32_t * p = (volatile uint32_t *) (((volatile char *) base) + offset);
/external/llvm/include/llvm/Support/
H A DDataExtractor.h60 const char *getCStr(uint32_t *offset_ptr) const;
86 uint64_t getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const;
111 int64_t getSigned(uint32_t *offset_ptr, uint32_t size) const;
130 uint64_t getAddress(uint32_t *offset_ptr) const {
148 uint8_t getU8(uint32_t *offset_ptr) const;
173 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
191 uint16_t getU16(uint32_t *offset_pt
[all...]
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h28 bool InitIT(uint32_t bits7_0);
40 uint32_t GetCond();
43 uint32_t ITCounter; // Possible values: 0, 1, 2, 3, 4.
44 uint32_t ITState; // A2.5.2 Consists of IT[7:5] and IT[4:0] initially.
103 virtual uint32_t
167 EvaluateInstruction (uint32_t evaluate_options);
173 GetRegisterInfo (uint32_t reg_kind, uint32_t reg_num, RegisterInfo &reg_info);
179 uint32_t
183 ConditionPassed (const uint32_t opcod
[all...]
/external/chromium_org/ppapi/c/dev/
H A Dpp_video_capture_dev.h29 uint32_t width;
30 uint32_t height;
31 uint32_t frames_per_second;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dcopyimage.cpp16 uint32_t argb = *reinterpret_cast<const uint32_t*>(source);
17 *reinterpret_cast<uint32_t*>(dest) = (argb & 0xFF00FF00) | // Keep alpha and green
/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dut_sim.h52 #include "integers.h" /* for uint32_t */
57 uint32_t index;
58 uint32_t buffer[UT_BUF];
76 uint32_t
/external/libmtp/src/
H A Dutil.h26 void data_dump(FILE *f, void *buf, uint32_t nbytes);
27 void data_dump_ascii (FILE *f, void *buf, uint32_t n, uint32_t dump_boundry);
/external/srtp/include/
H A Dut_sim.h52 #include "integers.h" /* for uint32_t */
57 uint32_t index;
58 uint32_t buffer[UT_BUF];
76 uint32_t
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dcommand.h36 uint32_t insert_length_;
37 uint32_t copy_length_;
38 uint32_t copy_length_code_;
39 uint32_t copy_distance_;
41 uint32_t distance_code_;
45 uint32_t distance_extra_bits_value_;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_shader.h70 uint32_t *tokens;
71 uint32_t tokens_len;
77 uint32_t serial;
79 uint32_t shaders_len;
85 uint32_t serial;
86 uint32_t *original;
87 uint32_t original_len;
88 uint32_t *replaced;
89 uint32_t replaced_len;
95 uint32_t *__seria
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_transfer.h9 uint32_t base;
11 uint32_t pitch;
12 uint32_t width;
13 uint32_t x;
14 uint32_t height;
15 uint32_t y;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_shader.h31 uint32_t brw_conditional_for_comparison(unsigned int op);
32 uint32_t brw_math_function(enum opcode op);
33 uint32_t brw_texture_offset(ir_constant *offset);

Completed in 691 milliseconds

1234567891011>>