Searched refs:uint32_t (Results 1 - 25 of 5411) 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_texture.h59 uint32_t face;
60 uint32_t level;
61 uint32_t zslice;
62 uint32_t x;
63 uint32_t y;
64 uint32_t w;
65 uint32_t h;
67 uint32_t data_len;
68 uint32_t stride;
75 uint32_t fac
[all...]
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.h59 uint32_t face;
60 uint32_t level;
61 uint32_t zslice;
62 uint32_t x;
63 uint32_t y;
64 uint32_t w;
65 uint32_t h;
67 uint32_t data_len;
68 uint32_t stride;
75 uint32_t fac
[all...]
/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/icu4c/common/
H A Ducol_data.h38 uint32_t options; /* these are the default options for the collator */
39 uint32_t UCAConsts; /* structure which holds values for indirect positioning and implicit ranges */
40 uint32_t contractionUCACombos; /* this one is needed only for UCA, to copy the appropriate contractions */
41 uint32_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 *contractionCE
[all...]
/external/android-clat/
H A Dchecksum.h21 uint32_t ip_checksum_add(uint32_t current, const void *data, int len);
22 uint16_t ip_checksum_finish(uint32_t temp_sum);
25 uint32_t ipv6_pseudo_header_checksum(uint32_t current, const struct ip6_hdr *ip6, uint16_t len);
26 uint32_t ipv4_pseudo_header_checksum(uint32_t current, const struct iphdr *ip, uint16_t len);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.h32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
35 svga_dump_commands(const void *commands, uint32_t size);
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.h32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
35 svga_dump_commands(const void *commands, uint32_t size);
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.h11 const uint32_t* xy,
12 int count, uint32_t* colors);
14 const uint32_t* xy,
15 int count, uint32_t* colors);
17 const uint32_t* xy,
18 int count, uint32_t* colors);
20 const uint32_t* xy,
21 int count, uint32_t* colors);
/external/libsepol/include/sepol/policydb/
H A Dutil.h26 extern int add_i_to_a(uint32_t i, uint32_t * cnt, uint32_t ** a);
28 extern char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass,
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.h11 const uint32_t* xy,
12 int count, uint32_t* colors);
14 const uint32_t* xy,
15 int count, uint32_t* colors);
17 const uint32_t* xy,
18 int count, uint32_t* colors);
20 const uint32_t* xy,
21 int count, uint32_t* colors);
/external/chromium_org/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
/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
/external/chromium_org/third_party/skia/src/core/
H A DSkFilterProc.cpp58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
62 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2;
63 uint32_t h
[all...]
/external/skia/src/core/
H A DSkFilterProc.cpp58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
62 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2;
63 uint32_t h
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dntohl.c11 inline uint32_t ntohl(uint32_t networklong) {
15 return ((((uint32_t) input[0]) << 24) |
16 (((uint32_t) input[1]) << 16) |
17 (((uint32_t) input[2]) << 8) |
18 ((uint32_t) input[3]));
/external/chromium_org/ppapi/api/dev/
H A Dpp_video_capture_dev.idl16 uint32_t width;
17 uint32_t height;
18 uint32_t frames_per_second;
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h90 uint32_t param;
91 uint32_t pad64;
113 uint32_t pad64;
155 uint32_t flags;
156 uint32_t format;
157 uint32_t mip_levels[DRM_VMW_MAX_SURFACE_FACES];
175 uint32_t pad64;
190 uint32_t width;
191 uint32_t height;
192 uint32_t dept
[all...]
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h90 uint32_t param;
91 uint32_t pad64;
113 uint32_t pad64;
155 uint32_t flags;
156 uint32_t format;
157 uint32_t mip_levels[DRM_VMW_MAX_SURFACE_FACES];
175 uint32_t pad64;
190 uint32_t width;
191 uint32_t height;
192 uint32_t dept
[all...]
/external/llvm/include/llvm/Object/
H A DMachOFormat.h121 uint32_t Magic;
122 uint32_t CPUType;
123 uint32_t CPUSubtype;
124 uint32_t FileType;
125 uint32_t NumLoadCommands;
126 uint32_t SizeOfLoadCommands;
127 uint32_t Flags;
132 uint32_t Reserved;
137 uint32_t Magic;
138 uint32_t NumFatArc
[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...]

Completed in 511 milliseconds

1234567891011>>