Searched refs:uint32_t (Results 76 - 100 of 8676) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dvideo_decimator.h28 int32_t SetTargetFramerate(uint32_t frame_rate);
35 uint32_t Decimatedframe_rate();
38 uint32_t Inputframe_rate();
48 uint32_t drop_count_;
49 uint32_t keep_count_;
50 uint32_t target_frame_rate_;
/external/mesa3d/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/mesa3d/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/mesa3d/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);
/external/chromium_org/chrome/browser/metrics/variations/
H A Dgenerated_resources_map.h27 extern const uint32_t kResourceHashes[];
34 int GetResourceIndex(uint32_t hash);
/external/chromium_org/ppapi/c/
H A Dpp_array_output.h58 uint32_t element_count,
59 uint32_t element_size);
84 * void* MyGetDataBuffer(void* user_data, uint32_t count, uint32_t size) {
/external/chromium_org/ppapi/cpp/dev/
H A Dime_input_event_dev.h57 const std::vector<uint32_t>& segment_offsets,
59 const std::pair<uint32_t, uint32_t>& selection);
71 uint32_t GetSegmentNumber() const;
89 uint32_t GetSegmentOffset(uint32_t index) const;
101 std::pair<uint32_t, uint32_t> GetSelection() const;
/external/chromium_org/ppapi/cpp/
H A Dnetwork_list.h29 uint32_t GetCount() const;
33 std::string GetName(uint32_t index) const;
37 PP_NetworkList_Type GetType(uint32_t index) const;
41 PP_NetworkList_State GetState(uint32_t index) const;
46 int32_t GetIpAddresses(uint32_t index,
51 std::string GetDisplayName(uint32_t index) const;
55 uint32_t GetMTU(uint32_t index) const;
/external/chromium_org/ppapi/proxy/
H A Dproxy_array_output.cc14 uint32_t element_count,
15 uint32_t element_size) {
/external/chromium_org/ppapi/shared_impl/private/
H A Dppb_char_set_shared.h20 uint32_t utf16_len,
23 uint32_t* output_length);
25 uint32_t utf16_len,
29 uint32_t* output_length);
32 uint32_t input_len,
35 uint32_t* output_length);
37 uint32_t input_len,
41 uint32_t* output_utf16_length);
/external/chromium_org/ppapi/thunk/
H A Dppb_network_list_api.h21 virtual uint32_t GetCount() = 0;
22 virtual PP_Var GetName(uint32_t index) = 0;
23 virtual PP_NetworkList_Type GetType(uint32_t index) = 0;
24 virtual PP_NetworkList_State GetState(uint32_t index) = 0;
25 virtual int32_t GetIpAddresses(uint32_t index,
27 virtual PP_Var GetDisplayName(uint32_t index) = 0;
28 virtual uint32_t GetMTU(uint32_t index) = 0;
/external/chromium_org/remoting/host/linux/
H A Dunicode_to_keysym.h14 void GetKeySymsForUnicode(uint32_t code_point, std::vector<uint32_t>* keysyms);
/external/chromium_org/third_party/smhasher/src/
H A DHashes.h12 void sumhash ( const void * key, int len, uint32_t seed, void * out );
13 void sumhash32 ( const void * key, int len, uint32_t seed, void * out );
15 void DoNothingHash ( const void * key, int len, uint32_t seed, void * out );
16 void crc32 ( const void * key, int len, uint32_t seed, void * out );
18 void randhash_32 ( const void * key, int len, uint32_t seed, void * out );
19 void randhash_64 ( const void * key, int len, uint32_t seed, void * out );
20 void randhash_128 ( const void * key, int len, uint32_t seed, void * out );
25 void md5_32 ( const void * key, int len, uint32_t seed, void * out );
26 void sha1_32a ( const void * key, int len, uint32_t seed, void * out );
31 void FNV ( const void * key, int len, uint32_t see
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dreference_picture_selection.h38 bool ReceivedSLI(uint32_t now_ts);
49 int EncodeFlags(int picture_id, bool send_refresh, uint32_t now_ts);
60 static uint32_t TimestampDiff(uint32_t new_ts, uint32_t old_ts);
70 uint32_t last_sent_ref_update_time_;
72 uint32_t last_refresh_time_;
73 uint32_t rtt_;
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dcpu_info.h20 static uint32_t DetectNumberOfCores();
24 static uint32_t number_of_cores_;
/external/chromium_org/ui/events/gesture_detection/
H A Dbitset_32.h18 uint32_t value;
21 explicit inline BitSet32(uint32_t value) : value(value) {}
24 static inline uint32_t value_for_bit(uint32_t n) {
33 inline uint32_t count() const { return popcnt(value); }
42 inline bool has_bit(uint32_t n) const {
47 inline void mark_bit(uint32_t n) { value |= value_for_bit(n); }
50 inline void clear_bit(uint32_t n) { value &= ~value_for_bit(n); }
54 inline uint32_t first_marked_bit() const { return clz(value); }
58 inline uint32_t first_unmarked_bi
[all...]
/external/fio/crc/
H A Dsha256.h5 uint32_t count[2];
6 uint32_t state[8];
/external/libnl/include/netlink/netfilter/
H A Dlog_msg.h48 extern void nfnl_log_msg_set_mark(struct nfnl_log_msg *, uint32_t);
50 extern uint32_t nfnl_log_msg_get_mark(const struct nfnl_log_msg *);
56 extern void nfnl_log_msg_set_indev(struct nfnl_log_msg *, uint32_t);
57 extern uint32_t nfnl_log_msg_get_indev(const struct nfnl_log_msg *);
59 extern void nfnl_log_msg_set_outdev(struct nfnl_log_msg *, uint32_t);
60 extern uint32_t nfnl_log_msg_get_outdev(const struct nfnl_log_msg *);
62 extern void nfnl_log_msg_set_physindev(struct nfnl_log_msg *, uint32_t);
63 extern uint32_t nfnl_log_msg_get_physindev(const struct nfnl_log_msg *);
65 extern void nfnl_log_msg_set_physoutdev(struct nfnl_log_msg *, uint32_t);
66 extern uint32_t nfnl_log_msg_get_physoutde
[all...]
/external/lldb/include/lldb/
H A Dlldb-private-types.h28 uint32_t byte_size; // Size in bytes of the register
29 uint32_t byte_offset; // The byte offset in the register context data where this register's value is found
32 uint32_t kinds[lldb::kNumRegisterKinds]; // Holds all of the various register numbers for all register kinds
33 uint32_t *value_regs; // List of registers that must be terminated with LLDB_INVALID_REGNUM
34 uint32_t *invalidate_regs; // List of registers that must be invalidated when this register is modified, list must be terminated with LLDB_INVALID_REGNUM
45 const uint32_t *registers; // An array of register numbers in this set
57 uint32_t usage_mask; // Used to mark options that can be used together. If (1 << n & usage_mask) != 0
64 uint32_t completion_type; // Cookie the option class can use to do define the argument completion.
/external/scrypt/lib/crypto/
H A Dcrypto_scrypt.h44 uint32_t, uint32_t, uint8_t *, size_t);
/external/skia/src/gpu/
H A DGrCacheable.cpp11 uint32_t GrCacheable::getGenerationID() const {
14 fGenID = static_cast<uint32_t>(sk_atomic_inc(&gPathRefGenerationID) + 1);
/external/valgrind/main/none/tests/s390x/
H A Dclrj.c28 void compare_never(uint32_t value1, uint32_t value2)
30 register uint32_t val1 asm("r7") = value1;
31 register uint32_t val2 asm("r8") = value2;
44 void compare_always(uint32_t value1, uint32_t value2)
46 register uint32_t val1 asm("r7") = value1;
47 register uint32_t val2 asm("r8") = value2;
60 void compare_le(uint32_t value1, uint32_t value
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Drolling_hash.h20 #include <stdint.h> // uint32_t
35 static const uint32_t kMult = 257;
40 static const uint32_t kBase = (1 << 23);
43 static inline uint32_t ModBase(uint32_t operand) {
52 static inline uint32_t FindModBaseInverse(uint32_t operand) {
63 return ModBase(uint32_t(0) - operand);
70 static inline uint32_t HashStep(uint32_t partial_has
[all...]
/external/compiler-rt/android/include/sys/
H A Ducontext.h34 typedef uint32_t kernel_sigmask_t[2];
37 uint32_t uc_flags;
66 typedef uint32_t greg_t;
69 uint32_t gregs[19];
71 uint32_t oldmask;
72 uint32_t cr2;
98 typedef uint32_t kernel_sigmask_t[2];
101 uint32_t uc_flags;
112 uint32_t regmask;
113 uint32_t statu
[all...]
/external/lldb/include/lldb/Core/
H A DDataEncoder.h61 DataEncoder (void* data, uint32_t data_length, lldb::ByteOrder byte_order, uint8_t addr_size);
208 uint32_t
209 PutU8 (uint32_t offset, uint8_t value);
211 uint32_t
212 PutU16 (uint32_t offset, uint16_t value);
214 uint32_t
215 PutU32 (uint32_t offset, uint32_t value);
217 uint32_t
218 PutU64 (uint32_t offse
[all...]

Completed in 740 milliseconds

1234567891011>>