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

1234567891011>>

/external/chromium/third_party/icu/source/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_cnt.h41 uint32_t *CEs;
42 uint32_t position;
43 uint32_t size;
51 uint32_t *CEs;
69 uprv_cnttab_constructTable(CntTable *table, uint32_t mainOffset, UErrorCode *status);
71 U_CAPI uint32_t U_EXPORT2
72 uprv_cnttab_addContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status);
74 U_CAPI uint32_t U_EXPORT2
75 uprv_cnttab_setContraction(CntTable *table, uint32_t elemen
[all...]
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/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...]
H A Ducol_cnt.h41 uint32_t *CEs;
42 uint32_t position;
43 uint32_t size;
51 uint32_t *CEs;
69 uprv_cnttab_constructTable(CntTable *table, uint32_t mainOffset, UErrorCode *status);
71 U_CAPI uint32_t U_EXPORT2
72 uprv_cnttab_addContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status);
74 U_CAPI uint32_t U_EXPORT2
75 uprv_cnttab_setContraction(CntTable *table, uint32_t elemen
[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/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/webkit/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/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/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...]
H A DphOsalNfc_Timer.h77 typedef void (*ppCallBck_t)(uint32_t TimerId, void *pContext);
89 uint32_t TimerId;/**< Timer ID*/
118 uint32_t phOsalNfc_Timer_Create (void);
149 void phOsalNfc_Timer_Start(uint32_t TimerId,
150 uint32_t RegTimeCnt,
174 void phOsalNfc_Timer_Stop(uint32_t TimerId);
187 void phOsalNfc_Timer_Delete(uint32_t TimerId);
/external/chromium/third_party/icu/source/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...]
H A Dlocmap.h31 U_CAPI const char *uprv_convertToPosix(uint32_t hostid, UErrorCode* status);
34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
H A Dustrfmt.h14 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
/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...]
H A Dlocmap.h31 U_CAPI const char *uprv_convertToPosix(uint32_t hostid, UErrorCode* status);
34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
/external/qemu/target-arm/
H A Dop_addsub.h12 #define DECLARE_GE uint32_t ge = 0
13 #define SET_GE *(uint32_t *)gep = ge
21 res |= ((uint32_t)(glue(glue(uint,width),_t))(val)) << (n * width)
23 uint32_t HELPER(glue(PFX,add16))(uint32_t a, uint32_t b GE_ARG)
25 uint32_t res = 0;
34 uint32_t HELPER(glue(PFX,add8))(uint32_t a, uint32_t
[all...]
H A Dcpu.h57 int srcreg, int operand, uint32_t value);
58 typedef uint32_t ARMReadCPFunc(void *opaque, int cp_info,
75 uint32_t regs[16];
79 uint32_t uncached_cpsr;
80 uint32_t spsr;
83 uint32_t banked_spsr[6];
84 uint32_t banked_r13[6];
85 uint32_t banked_r14[6];
88 uint32_t usr_regs[5];
89 uint32_t fiq_reg
[all...]
/external/kernel-headers/original/linux/
H A Dmsm_audio.h44 uint32_t buffer_size;
45 uint32_t buffer_count;
46 uint32_t channel_count;
47 uint32_t sample_rate;
48 uint32_t type;
49 uint32_t unused[3];
53 uint32_t byte_count;
54 uint32_t sample_count;
55 uint32_t unused[2];
66 uint32_t devic
[all...]
/external/bluetooth/bluez/audio/
H A Drtp.h36 uint32_t timestamp;
37 uint32_t ssrc;
38 uint32_t csrc[0];
61 uint32_t timestamp;
62 uint32_t ssrc;
63 uint32_t csrc[0];

Completed in 290 milliseconds

1234567891011>>