Searched refs:uint32_t (Results 401 - 425 of 8676) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ppapi/api/
H A Dppb_audio_config.idl83 * @param[in] sample_frame_count A <code>uint32_t</code> frame count returned
93 [in] uint32_t sample_frame_count);
118 * @return A <code>uint32_t</code> containing the recommended sample frame
122 uint32_t RecommendSampleFrameCount(
124 [in] uint32_t requested_sample_frame_count);
149 * @return A <code>uint32_t</code> containing the recommended sample frame
153 uint32_t RecommendSampleFrameCount(
156 [in] uint32_t requested_sample_frame_count);
192 * @return A <code>uint32_t</code> containing sample frame count or
196 uint32_t GetSampleFrameCoun
[all...]
/external/chromium_org/ppapi/c/
H A Dpp_codecs.h75 uint32_t decode_id;
80 uint32_t texture_id;
89 uint32_t texture_target;
H A Dppb_gamepad.h37 uint32_t axes_length;
46 uint32_t buttons_length;
78 uint32_t length;
/external/chromium_org/ppapi/cpp/
H A Daudio_buffer.h63 uint32_t GetNumberOfChannels() const;
70 uint32_t GetNumberOfSamples() const;
80 uint32_t GetDataBufferSize() const;
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dcpu-arm.c67 uint32_t OPENSSL_armcap_P = ARMV7_NEON | ARMV7_NEON_FUNCTIONAL;
69 uint32_t OPENSSL_armcap_P = ARMV7_NEON_FUNCTIONAL;
85 static const uint32_t kWantFlags = ARMV7_NEON | ARMV7_NEON_FUNCTIONAL;
/external/chromium_org/third_party/skia/include/core/
H A DSkUnPreMultiply.h20 typedef uint32_t Scale;
52 static uint32_t UnPreMultiplyPreservingByteOrder(SkPMColor c);
55 static const uint32_t gTable[256];
/external/chromium_org/third_party/skia/src/core/
H A DSkChecksum.h40 * uint32_t -> uint32_t hash, useful for when you're about to trucate this hash but you
45 static uint32_t Mix(uint32_t hash) {
64 static uint32_t Murmur3(const uint32_t* data, size_t bytes, uint32_t seed=0) {
67 typedef uint32_t SK_ATTRIBUTE(may_alias) aliased_uint32_t;
74 uint32_t hash = seed;
76 uint32_t
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DMurmurHash2.cpp37 uint32_t MurmurHash2 ( const void * key, int len, uint32_t seed )
42 const uint32_t m = 0x5bd1e995;
47 uint32_t h = seed ^ len;
55 uint32_t k = *(uint32_t*)data;
144 const uint32_t m = 0x5bd1e995;
147 uint32_t h1 = uint32_t(seed) ^ len;
148 uint32_t h
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_structs.h62 uint32_t ticks;
63 uint32_t stopped_from;
69 uint32_t lineno;
70 uint32_t ticks;
83 uint32_t tsn;
84 uint32_t number_entries;
109 uint32_t val);
110 typedef int (*inp_func) (struct sctp_inpcb *, void *ptr, uint32_t val);
111 typedef void (*end_func) (void *ptr, uint32_t val);
154 uint32_t va
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dtimestamp_map.h21 uint32_t timestamp;
38 int32_t Add(uint32_t timestamp, void* data);
39 void* Pop(uint32_t timestamp);
/external/chromium_org/third_party/webrtc/modules/video_coding/utility/include/mock/
H A Dmock_frame_dropper.h30 void(uint32_t frameSizeBytes, bool deltaFrame));
32 void(uint32_t inputFrameRate));
36 float(uint32_t inputFrameRate));
/external/chromium_org/ui/ozone/platform/dri/
H A Dcrtc_state.cc12 uint32_t crtc,
13 uint32_t connector)
22 drm_->SetCrtc(saved_crtc_.get(), std::vector<uint32_t>(1, connector_));
/external/compiler-rt/lib/builtins/
H A Dtrampoline_setup.c25 __trampoline_setup(uint32_t* trampOnStack, int trampSizeAllocated,
36 trampOnStack[2] = (uint32_t)realFunc;
37 trampOnStack[3] = (uint32_t)localsPtr;
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h39 typedef unsigned int uint32_t; typedef
42 typedef unsigned long uint32_t;
45 typedef unsigned short uint32_t;
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.h43 UBool inSameGroup(uint32_t p, uint32_t q) const;
47 UBool getCEsFromCE32(const CollationData &data, UChar32 c, uint32_t ce32,
49 UBool getCEsFromContractionCE32(const CollationData &data, uint32_t ce32,
53 uint32_t getMiniCE(int64_t ce) const;
57 uint32_t encodeTwoCEs(int64_t first, int64_t second) const;
60 return (uint32_t)(ce >> 32) == Collation::NO_CE_PRIMARY && ce != Collation::NO_CE;
63 static const uint32_t CONTRACTION_FLAG = 0x80000000;
77 uint32_t firstDigitPrimary;
78 uint32_t firstLatinPrimar
[all...]
/external/kernel-headers/original/uapi/scsi/
H A Dscsi_bsg_fc.h168 uint32_t status; /* See FC_CTELS_STATUS_xxx */
199 uint32_t preamble_word0; /* revision & IN_ID */
200 uint32_t preamble_word1; /* GS_Type, GS_SubType, Options, Rsvd */
201 uint32_t preamble_word2; /* Cmd Code, Max Size */
224 uint32_t vendor_cmd[0];
231 uint32_t vendor_rsp[0];
268 uint32_t preamble_word0; /* revision & IN_ID */
269 uint32_t preamble_word1; /* GS_Type, GS_SubType, Options, Rsvd */
270 uint32_t preamble_word2; /* Cmd Code, Max Size */
282 uint32_t msgcod
[all...]
/external/libnl/include/netlink/netfilter/
H A Dqueue_msg.h43 extern void nfnl_queue_msg_set_packetid(struct nfnl_queue_msg *, uint32_t);
45 extern uint32_t nfnl_queue_msg_get_packetid(const struct nfnl_queue_msg *);
55 extern void nfnl_queue_msg_set_mark(struct nfnl_queue_msg *, uint32_t);
57 extern uint32_t nfnl_queue_msg_get_mark(const struct nfnl_queue_msg *);
64 extern void nfnl_queue_msg_set_indev(struct nfnl_queue_msg *, uint32_t);
66 extern uint32_t nfnl_queue_msg_get_indev(const struct nfnl_queue_msg *);
68 extern void nfnl_queue_msg_set_outdev(struct nfnl_queue_msg *, uint32_t);
70 extern uint32_t nfnl_queue_msg_get_outdev(const struct nfnl_queue_msg *);
72 extern void nfnl_queue_msg_set_physindev(struct nfnl_queue_msg *, uint32_t);
74 extern uint32_t nfnl_queue_msg_get_physinde
[all...]
/external/libnl/include/netlink/route/
H A Dtc.h52 extern int rtnl_tc_build_rate_table(uint32_t *, uint8_t, uint8_t, int, int);
56 extern char * rtnl_tc_handle2str(uint32_t, char *, size_t);
57 extern int rtnl_tc_str2handle(const char *, uint32_t *);
/external/libvpx/libvpx/
H A Dwebmdec.h24 uint32_t chunk;
25 uint32_t chunks;
26 uint32_t video_track;
/external/lldb/include/lldb/API/
H A DSBListener.h40 uint32_t
43 uint32_t event_mask);
48 uint32_t event_mask);
50 uint32_t
52 uint32_t event_mask);
56 uint32_t event_mask);
60 WaitForEvent (uint32_t num_seconds,
64 WaitForEventForBroadcaster (uint32_t num_seconds,
69 WaitForEventForBroadcasterWithType (uint32_t num_seconds,
71 uint32_t event_type_mas
[all...]
H A DSBTypeCategory.h43 uint32_t
46 uint32_t
49 uint32_t
53 uint32_t
58 GetTypeNameSpecifierForFilterAtIndex (uint32_t);
61 GetTypeNameSpecifierForFormatAtIndex (uint32_t);
64 GetTypeNameSpecifierForSummaryAtIndex (uint32_t);
68 GetTypeNameSpecifierForSyntheticAtIndex (uint32_t);
89 GetFilterAtIndex (uint32_t);
93 GetFormatAtIndex (uint32_t);
[all...]
/external/lldb/scripts/Python/interface/
H A DSBTypeFilter.i22 SBTypeFilter (uint32_t options);
34 uint32_t
38 GetExpressionPathAtIndex (uint32_t i);
41 ReplaceExpressionPathAtIndex (uint32_t i, const char* item);
49 uint32_t
53 SetOptions (uint32_t);
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.h68 virtual uint32_t
69 ConvertRegisterKindToRegisterNumber (uint32_t kind, uint32_t num);
74 virtual uint32_t
77 virtual uint32_t
81 ClearHardwareBreakpoint (uint32_t hw_idx);
83 virtual uint32_t
86 virtual uint32_t
90 ClearHardwareWatchpoint (uint32_t hw_index);
96 ReadRegisterValueFromMemory (const lldb_private::RegisterInfo *reg_info, lldb::addr_t src_addr, uint32_t src_le
[all...]
/external/pixman/demos/
H A Dsrgb-test.c6 static uint32_t
15 return (uint32_t) (a * 255.0f + 0.5f) << 24
16 | (uint32_t) (r * 255.0f + 0.5f) << 16
17 | (uint32_t) (g * 255.0f + 0.5f) << 8
18 | (uint32_t) (b * 255.0f + 0.5f) << 0;
30 static uint32_t
39 return (uint32_t) (a * 255.0f + 0.5f) << 24
40 | (uint32_t) (r * 255.0f + 0.5f) << 16
41 | (uint32_t) (g * 255.0f + 0.5f) << 8
42 | (uint32_t) (
[all...]
/external/qemu/android/
H A Dqemu-tcpdump.c47 uint32_t magic;
51 uint32_t sigfigs;
52 uint32_t snaplen;
53 uint32_t network;
115 uint32_t ts_sec;
116 uint32_t ts_usec;
117 uint32_t incl_len;
118 uint32_t orig_len;
129 h.ts_sec = (uint32_t) now.tv_sec;
130 h.ts_usec = (uint32_t) no
[all...]

Completed in 1691 milliseconds

<<11121314151617181920>>