Searched refs:uint32_t (Results 1 - 25 of 2120) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2010-01-13-MemBarrier.c5 typedef unsigned __INT32_TYPE__ uint32_t; typedef
7 unsigned t(uint32_t *ptr, uint32_t val) {
/external/srtp/crypto/include/
H A Dcrypto.h25 typedef uint32_t cipher_type_id_t;
39 typedef uint32_t auth_type_id_t;
H A Dsha1.h54 uint32_t H[5]; /* state vector */
55 uint32_t M[16]; /* message buffer */
57 uint32_t num_bits_in_msg; /* total number of bits in message */
68 sha1(const uint8_t *message, int octets_in_msg, uint32_t output[5]);
88 sha1_final(sha1_ctx_t *ctx, uint32_t output[5]);
106 sha1_core(const uint32_t M[16], uint32_t hash_value[5]);
/external/llvm/include/llvm/Support/
H A DDataExtractor.h57 const char *getCStr(uint32_t *offset_ptr) const;
83 uint64_t getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const;
108 int64_t getSigned(uint32_t *offset_ptr, uint32_t size) const;
127 uint64_t getAddress(uint32_t *offset_ptr) const {
145 uint8_t getU8(uint32_t *offset_ptr) const;
170 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
188 uint16_t getU16(uint32_t *offset_pt
[all...]
H A DMachO.h283 uint32_t magic;
284 uint32_t cputype;
285 uint32_t cpusubtype;
286 uint32_t filetype;
287 uint32_t ncmds;
288 uint32_t sizeofcmds;
289 uint32_t flags;
293 uint32_t magic;
294 uint32_t cputype;
295 uint32_t cpusubtyp
[all...]
H A DBranchProbability.h27 uint32_t N;
30 uint32_t D;
33 BranchProbability(uint32_t n, uint32_t d);
35 uint32_t getNumerator() const { return N; }
36 uint32_t getDenominator() const { return D; }
/external/icu4c/i18n/
H A Ducol_bld.h43 uint32_t byteSize; uint32_t start; uint32_t limit;
46 uint32_t current;
47 uint32_t fLow; /*forbidden Low */
48 uint32_t fHigh; /*forbidden High */
51 U_CFUNC uint32_t U_EXPORT2 ucol_getCEStrengthDifference(uint32_t CE, uint32_t contCE,
52 uint32_t prevC
[all...]
H A Ducol_wgt.h27 uint32_t start, end;
30 uint32_t count2;
50 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit,
51 uint32_t n,
52 uint32_t maxByte,
65 U_CFUNC uint32_t
H A Ducol_tok.h54 uint32_t baseCE;
55 uint32_t baseContCE;
56 uint32_t nextCE;
57 uint32_t nextContCE;
58 uint32_t previousCE;
59 uint32_t previousContCE;
61 uint32_t gapsLo[3*UCOL_CE_STRENGTH_LIMIT];
62 uint32_t gapsHi[3*UCOL_CE_STRENGTH_LIMIT];
63 uint32_t numStr[UCOL_CE_STRENGTH_LIMIT];
72 uint32_t CE
[all...]
/external/skia/src/core/
H A DSkFilterProc.cpp66 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
69 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
70 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2;
71 uint32_t h
[all...]
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebKitPluginHost.defs36 clientPSNHigh :uint32_t;
37 clientPSNLow :uint32_t;
39 out pluginHostPSNHigh :uint32_t;
40 out pluginHostPSNLow :uint32_t);
43 requestID :uint32_t;
45 pluginID :uint32_t);
48 pluginID :uint32_t;
49 requestID :uint32_t;
60 pluginID :uint32_t;
63 pluginID :uint32_t;
[all...]
H A DWebKitPluginClient.defs35 pluginID :uint32_t;
39 pluginID :uint32_t;
43 flags: uint32_t;
45 out requestID :uint32_t);
48 pluginID :uint32_t;
49 streamID :uint32_t;
53 pluginID :uint32_t;
60 pluginID :uint32_t;
66 pluginID :uint32_t;
72 pluginID :uint32_t;
[all...]
/external/qemu/hw/
H A Dgoldfish_device.h18 uint32_t reported_state;
21 uint32_t id;
22 uint32_t base; // filled in by goldfish_device_add if 0
23 uint32_t size;
24 uint32_t irq; // filled in by goldfish_device_add if 0
25 uint32_t irq_count;
37 void goldfish_device_init(qemu_irq *pic, uint32_t base, uint32_t size, uint32_t irq, uint32_t irq_coun
[all...]
/external/libnl-headers/
H A Dnetlink-types.h158 uint32_t l_family;
159 uint32_t l_arptype;
160 uint32_t l_index;
161 uint32_t l_flags;
162 uint32_t l_change;
163 uint32_t l_mtu;
164 uint32_t l_link;
165 uint32_t l_txqlen;
166 uint32_t l_weight;
167 uint32_t l_maste
[all...]
/external/llvm/include/llvm/Object/
H A DMachOFormat.h112 uint32_t Magic;
113 uint32_t CPUType;
114 uint32_t CPUSubtype;
115 uint32_t FileType;
116 uint32_t NumLoadCommands;
117 uint32_t SizeOfLoadCommands;
118 uint32_t Flags;
123 uint32_t Reserved;
148 uint32_t Type;
149 uint32_t Siz
[all...]
/external/qemu/android/camera/
H A Dcamera-format-converters.h37 extern int has_converter(uint32_t from, uint32_t to);
60 uint32_t pixel_format,
/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/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapeContainerCheckContextInfo.h34 uint32_t _checkRequestID;
35 void (*_callback)(NPP npp, uint32_t, NPBool, void *);
39 - (id)initWithCheckRequestID:(uint32_t)checkRequestID callbackFunc:(void (*)(NPP npp, uint32_t checkID, NPBool allowed, void* context))callbackFunc context:(void*)context;
40 - (uint32_t)checkRequestID;
41 - (void (*)(NPP npp, uint32_t, NPBool, void*))callback;
/external/qemu/android/protocol/
H A Dui-common.h36 uint32_t cmd_param_size;
50 uint32_t resp_data_size;
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.h21 const uint32_t* xy,
22 int count, uint32_t* colors);
24 const uint32_t* xy,
25 int count, uint32_t* colors);
/external/chromium/sdch/open-vcdiff/src/
H A Drolling_hash.h20 #include <stdint.h> // uint32_t
34 static const uint32_t kMult = 257;
39 static const uint32_t kBase = (1 << 23);
42 static inline uint32_t ModBase(uint32_t operand) {
51 static inline uint32_t FindModBaseInverse(uint32_t operand) {
62 return ModBase(uint32_t(0) - operand);
69 static inline uint32_t HashStep(uint32_t partial_has
[all...]
/external/kernel-headers/original/mtd/
H A Dmtd-abi.h11 uint32_t start;
12 uint32_t length;
16 uint32_t start;
17 uint32_t length;
53 uint32_t flags;
54 uint32_t size; // Total size of the MTD
55 uint32_t erasesize;
56 uint32_t writesize;
57 uint32_t oobsize; // Amount of OOB data per block (e.g. 16)
60 uint32_t ecctyp
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h22 uint32_t Code;
23 uint32_t Tag;
31 uint32_t getCode() const { return Code; }
32 uint32_t getTag() const { return Tag; }
34 uint32_t getNumAttributes() const { return Attributes.size(); }
35 uint16_t getAttrByIndex(uint32_t idx) const {
38 uint16_t getFormByIndex(uint32_t idx) const {
42 uint32_t findAttributeIndex(uint16_t attr) const;
43 bool extract(DataExtractor data, uint32_t* offset_ptr);
44 bool extract(DataExtractor data, uint32_t* offset_pt
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpUtils.h63 uint32_t *pOffset,
68 uint32_t *pOffset,
83 uint32_t buffLength);
94 uint32_t phFriNfc_Llcp_CyclicFifoWrite(P_UTIL_FIFO_BUFFER sUtilFifo,
96 uint32_t dataLength);
101 uint32_t phFriNfc_Llcp_CyclicFifoFifoRead(P_UTIL_FIFO_BUFFER sUtilFifo,
103 uint32_t dataLength);
108 uint32_t phFriNfc_Llcp_CyclicFifoUsage(P_UTIL_FIFO_BUFFER sUtilFifo);
113 uint32_t phFriNfc_Llcp_CyclicFifoAvailable(P_UTIL_FIFO_BUFFER sUtilFifo);
115 uint32_t phFriNfc_Llcp_Header2Buffe
[all...]
/external/icu4c/common/
H A Drbbidata.h60 uint32_t fMagic; /* == 0xbla0 */
65 /* uint32_t fVersion */
67 uint32_t fLength; /* Total length in bytes of this RBBI Data, */
69 uint32_t fCatCount; /* Number of character categories. */
76 uint32_t fFTable; /* forward state transition table. */
77 uint32_t fFTableLen;
78 uint32_t fRTable; /* Offset to the reverse state transition table. */
79 uint32_t fRTableLen;
80 uint32_t fSFTable; /* safe point forward transition table */
81 uint32_t fSFTableLe
[all...]

Completed in 464 milliseconds

1234567891011>>