Home
last modified time | relevance | path

Searched refs:uint32_t (Results 1 – 25 of 2700) sorted by relevance

12345678910>>...108

/external/llvm/include/llvm/Support/
DMachO.h287 uint32_t magic;
288 uint32_t cputype;
289 uint32_t cpusubtype;
290 uint32_t filetype;
291 uint32_t ncmds;
292 uint32_t sizeofcmds;
293 uint32_t flags;
297 uint32_t magic;
298 uint32_t cputype;
299 uint32_t cpusubtype;
[all …]
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 { in getAddress()
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_ptr) const;
216 uint16_t *getU16(uint32_t *offset_ptr, uint16_t *dst, uint32_t count) const;
232 uint32_t getU32(uint32_t *offset_ptr) const;
257 uint32_t *getU32(uint32_t *offset_ptr, uint32_t *dst, uint32_t count) const;
[all …]
DCOFF.h45 uint32_t TimeDateStamp;
46 uint32_t PointerToSymbolTable;
47 uint32_t NumberOfSymbols;
120 uint32_t Value;
211 uint32_t VirtualSize;
212 uint32_t VirtualAddress;
213 uint32_t SizeOfRawData;
214 uint32_t PointerToRawData;
215 uint32_t PointerToRelocations;
216 uint32_t PointerToLineNumbers;
[all …]
/external/skia/src/core/
DSkFilterProc.cpp58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_00()
61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_01()
62 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2; in bilerp4_01()
63 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c01)) >> 2; in bilerp4_01()
66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_02()
67 uint32_t lo = (LO_PAIR(c00) + LO_PAIR(c01)) >> 1; in bilerp4_02()
68 uint32_t hi = (HI_PAIR(c00) + HI_PAIR(c01)) >> 1; in bilerp4_02()
71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_03()
72 uint32_t lo = (LO_PAIR(c00) + 3 * LO_PAIR(c01)) >> 2; in bilerp4_03()
73 uint32_t hi = (HI_PAIR(c00) + 3 * HI_PAIR(c01)) >> 2; in bilerp4_03()
[all …]
/external/skia/legacy/src/core/
DSkFilterProc.cpp58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_00()
61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_01()
62 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2; in bilerp4_01()
63 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c01)) >> 2; in bilerp4_01()
66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_02()
67 uint32_t lo = (LO_PAIR(c00) + LO_PAIR(c01)) >> 1; in bilerp4_02()
68 uint32_t hi = (HI_PAIR(c00) + HI_PAIR(c01)) >> 1; in bilerp4_02()
71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_03()
72 uint32_t lo = (LO_PAIR(c00) + 3 * LO_PAIR(c01)) >> 2; in bilerp4_03()
73 uint32_t hi = (HI_PAIR(c00) + 3 * HI_PAIR(c01)) >> 2; in bilerp4_03()
[all …]
/external/llvm/include/llvm/Object/
DMachOFormat.h119 uint32_t Magic;
120 uint32_t CPUType;
121 uint32_t CPUSubtype;
122 uint32_t FileType;
123 uint32_t NumLoadCommands;
124 uint32_t SizeOfLoadCommands;
125 uint32_t Flags;
130 uint32_t Reserved;
157 uint32_t Type;
158 uint32_t Size;
[all …]
/external/libnl-headers/
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_master;
[all …]
/external/qemu/target-arm/
Dcpu.h64 int srcreg, int operand, uint32_t value,
66 typedef uint32_t ARMReadCPFunc(void *opaque, int cp_info,
84 uint32_t regs[16];
88 uint32_t uncached_cpsr;
89 uint32_t spsr;
92 uint32_t banked_spsr[7];
93 uint32_t banked_r13[7];
94 uint32_t banked_r14[7];
97 uint32_t usr_regs[5];
98 uint32_t fiq_regs[5];
[all …]
Dop_helper.c22 #define SIGNBIT (uint32_t)0x80000000
31 uint32_t HELPER(neon_tbl)(uint32_t ireg, uint32_t def, in HELPER()
32 uint32_t rn, uint32_t maxindex) in HELPER()
34 uint32_t val; in HELPER()
35 uint32_t tmp; in HELPER()
101 void HELPER(set_cp)(CPUState *env, uint32_t insn, uint32_t val) in HELPER()
113 uint32_t HELPER(get_cp)(CPUState *env, uint32_t insn) in HELPER()
128 void HELPER(set_cp)(CPUState *env, uint32_t insn, uint32_t val) in HELPER()
135 uint32_t HELPER(get_cp)(CPUState *env, uint32_t insn) in HELPER()
146 uint32_t HELPER(add_setq)(uint32_t a, uint32_t b) in HELPER()
[all …]
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) in HELPER()
25 uint32_t res = 0; in HELPER()
34 uint32_t HELPER(glue(PFX,add8))(uint32_t a, uint32_t b GE_ARG) in HELPER()
36 uint32_t res = 0; in HELPER()
47 uint32_t HELPER(glue(PFX,sub16))(uint32_t a, uint32_t b GE_ARG) in HELPER()
49 uint32_t res = 0; in HELPER()
58 uint32_t HELPER(glue(PFX,sub8))(uint32_t a, uint32_t b GE_ARG) in HELPER()
[all …]
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
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 …]
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/icu4c/i18n/
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 CEs[128];
[all …]
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, UErr…
74 U_CAPI uint32_t U_EXPORT2
75 uprv_cnttab_setContraction(CntTable *table, uint32_t element, uint32_t offset, UChar codePoint, uin…
77 U_CAPI uint32_t U_EXPORT2
[all …]
/external/valgrind/main/none/tests/s390x/
Dclrj.c28 void compare_never(uint32_t value1, uint32_t value2) in compare_never()
30 register uint32_t val1 asm("r7") = value1; in compare_never()
31 register uint32_t val2 asm("r8") = value2; in compare_never()
44 void compare_always(uint32_t value1, uint32_t value2) in compare_always()
46 register uint32_t val1 asm("r7") = value1; in compare_always()
47 register uint32_t val2 asm("r8") = value2; in compare_always()
60 void compare_le(uint32_t value1, uint32_t value2) in compare_le()
62 register uint32_t val1 asm("r7") = value1; in compare_le()
63 register uint32_t val2 asm("r8") = value2; in compare_le()
76 void compare_ge(uint32_t value1, uint32_t value2) in compare_ge()
[all …]
/external/kernel-headers/original/mtd/
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 ecctype;
[all …]
/external/webp/src/dsp/
Dlossless.c269 static WEBP_INLINE void AddPixelsEq(uint32_t* a, uint32_t b) { in AddPixelsEq()
270 const uint32_t alpha_and_green = (*a & 0xff00ff00u) + (b & 0xff00ff00u); in AddPixelsEq()
271 const uint32_t red_and_blue = (*a & 0x00ff00ffu) + (b & 0x00ff00ffu); in AddPixelsEq()
275 static WEBP_INLINE uint32_t Average2(uint32_t a0, uint32_t a1) { in Average2()
279 static WEBP_INLINE uint32_t Average3(uint32_t a0, uint32_t a1, uint32_t a2) { in Average3()
283 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, in Average4()
284 uint32_t a2, uint32_t a3) { in Average4()
289 static WEBP_INLINE uint32_t ClampedAddSubtractFull(uint32_t c0, uint32_t c1, in ClampedAddSubtractFull()
290 uint32_t c2) { in ClampedAddSubtractFull()
298 const uint32_t output = _mm_cvtsi128_si32(b); in ClampedAddSubtractFull()
[all …]
/external/libmtp/src/
Dlibmtp.h51 typedef unsigned __int32 uint32_t; typedef
443 uint32_t wantlen, unsigned char *data, uint32_t *gotlen);
458 uint32_t sendlen, unsigned char *data, uint32_t *putlen);
481 uint32_t device_flags; /**< Bugs, device specifics etc */
490 uint32_t bus_location; /**< Location of the bus, if device available */
523 uint32_t u32max;
524 uint32_t u32min;
525 uint32_t u32step;
526 uint32_t* u32vals;
586 uint32_t default_music_folder;
[all …]
/external/icu4c/common/
Ducol_data.h38 uint32_t options; /* these are the default options for the collator */
39uint32_t UCAConsts; /* structure which holds values for indirect positioning and implicit ranges */
40uint32_t contractionUCACombos; /* this one is needed only for UCA, to copy the appropriate …
41uint32_t magic; /* magic number - lets us know whether reserved data is reset or junked…
42 uint32_t mappingPosition; /* const uint8_t *mappingPosition; */
43 uint32_t expansion; /* uint32_t *expansion; */
44 uint32_t contractionIndex; /* UChar *contractionIndex; */
45 uint32_t contractionCEs; /* uint32_t *contractionCEs; */
46 uint32_t contractionSize; /* needed for various closures */
49 uint32_t endExpansionCE; /* array of last collation element in
[all …]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dloopfilter_filters_dspr2.c45 uint32_t limit, in vp8_filter_mask_vec_mips()
46 uint32_t flimit, in vp8_filter_mask_vec_mips()
47 uint32_t p1, in vp8_filter_mask_vec_mips()
48 uint32_t p0, in vp8_filter_mask_vec_mips()
49 uint32_t p3, in vp8_filter_mask_vec_mips()
50 uint32_t p2, in vp8_filter_mask_vec_mips()
51 uint32_t q0, in vp8_filter_mask_vec_mips()
52 uint32_t q1, in vp8_filter_mask_vec_mips()
53 uint32_t q2, in vp8_filter_mask_vec_mips()
54 uint32_t q3, in vp8_filter_mask_vec_mips()
[all …]
/external/webkit/Source/WebCore/platform/graphics/
DWOFFFileFormat.cpp50 #define ntohl(x) ((uint32_t)(x))
51 #define htonl(x) ((uint32_t)(x))
55 #define ntohl(x) ((uint32_t)((((uint32_t)(x) & 0xffff0000) >> 16) | (((uint32_t)(x) & 0xffff) << 16…
60 #define ntohl(x) ((uint32_t)((((uint32_t)(x) & 0xff000000) >> 24) | (((uint32_t)(x) & 0x00ff0000) >…
61 (((uint32_t)(x) & 0x0000ff00) << 8) | (((uint32_t)(x) & 0x000000ff) << 24)))
68 static bool readUInt32(SharedBuffer* buffer, size_t& offset, uint32_t& value) in readUInt32()
74 value = ntohl(*reinterpret_cast<const uint32_t*>(buffer->data() + offset)); in readUInt32()
92 static bool writeUInt32(Vector<char>& vector, uint32_t value) in writeUInt32()
94 uint32_t bigEndianValue = htonl(value); in writeUInt32()
104 static const uint32_t woffSignature = 0x774f4646; /* 'wOFF' */
[all …]
/external/qemu/hw/
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_c…
38 int goldfish_device_bus_init(uint32_t base, uint32_t irq);
41 qemu_irq *goldfish_interrupt_init(uint32_t base, qemu_irq parent_irq, qemu_irq parent_fiq);
42 void goldfish_timer_and_rtc_init(uint32_t timerbase, int timerirq);
[all …]
/external/open-vcdiff/src/
Drolling_hash.h35 static const uint32_t kMult = 257;
40 static const uint32_t kBase = (1 << 23);
43 static inline uint32_t ModBase(uint32_t operand) { in ModBase()
52 static inline uint32_t FindModBaseInverse(uint32_t operand) { in FindModBaseInverse()
63 return ModBase(uint32_t(0) - operand); in FindModBaseInverse()
70 static inline uint32_t HashStep(uint32_t partial_hash, in HashStep()
81 static inline uint32_t HashFirstTwoBytes(const char* ptr) { in HashFirstTwoBytes()
117 static uint32_t Hash(const char* ptr) { in Hash()
118 uint32_t h = RollingHashUtil::HashFirstTwoBytes(ptr); in Hash()
138 uint32_t UpdateHash(uint32_t old_hash, in UpdateHash()
[all …]
/external/chromium/sdch/open-vcdiff/src/
Drolling_hash.h34 static const uint32_t kMult = 257;
39 static const uint32_t kBase = (1 << 23);
42 static inline uint32_t ModBase(uint32_t operand) { in ModBase()
51 static inline uint32_t FindModBaseInverse(uint32_t operand) { in FindModBaseInverse()
62 return ModBase(uint32_t(0) - operand); in FindModBaseInverse()
69 static inline uint32_t HashStep(uint32_t partial_hash, in HashStep()
80 static inline uint32_t HashFirstTwoBytes(const char* ptr) { in HashFirstTwoBytes()
118 static uint32_t Hash(const char* ptr) { in Hash()
119 uint32_t h = RollingHashUtil::HashFirstTwoBytes(ptr); in Hash()
139 uint32_t UpdateHash(uint32_t old_hash, in UpdateHash()
[all …]
/external/llvm/runtime/libprofile/
DPathProfiling.c34 uint32_t pathNumber;
35 uint32_t pathCount;
41 uint32_t pathCounts;
46 uint32_t size;
52 uint32_t ftSize;
55 void writeArrayTable(uint32_t fNumber, ftEntry_t* ft, uint32_t* funcCount) { in writeArrayTable()
57 uint32_t arrayHeaderLocation = 0; in writeArrayTable()
58 uint32_t arrayCurrentLocation = 0; in writeArrayTable()
59 uint32_t arrayIterator = 0; in writeArrayTable()
60 uint32_t functionUsed = 0; in writeArrayTable()
[all …]

12345678910>>...108