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

1234567891011>>

/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_stacksave.h19 uint32_t PREFIX##test_basic_vla(uint32_t size, uint32_t start, \
20 uint32_t inc); \
21 uint32_t PREFIX##test_vla_in_loop(uint32_t size, uint32_t start, \
22 uint32_t inc); \
23 uint32_t PREFIX##test_two_vlas_in_loops(uint32_t siz
[all...]
/external/libdrm/tests/modetest/
H A Dcursor.h28 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id,
29 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h);
/external/clang/test/CodeGen/
H A D2010-01-13-MemBarrier.c4 typedef unsigned __INT32_TYPE__ uint32_t; typedef
6 unsigned t(uint32_t *ptr, uint32_t val) {
/external/tpm2/
H A DUnique_fp.h10 LIB_EXPORT uint32_t
11 _plat__GetUnique(uint32_t which, // authorities (0) or details
12 uint32_t bSize, // size of the buffer
/external/vboot_reference/firmware/include/
H A Dtlcl.h24 uint32_t TlclLibInit(void);
29 uint32_t TlclLibClose(void);
36 uint32_t TlclSendReceive(const uint8_t *request, uint8_t *response,
50 uint32_t TlclStartup(void);
56 uint32_t TlclSaveState(void);
62 uint32_t TlclResume(void);
70 uint32_t TlclSelfTestFull(void);
75 uint32_t TlclContinueSelfTest(void);
81 uint32_t TlclDefineSpace(uint32_t inde
[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/libxcam/xcore/base/
H A Dxcam_3a_stats.h29 uint32_t width;
30 uint32_t height;
31 uint32_t aligned_width;
32 uint32_t aligned_height;
33 uint32_t grid_pixel_size; // in pixel
34 uint32_t bit_depth;
35 uint32_t histogram_bins;
37 uint32_t reserved[2];
41 uint32_t r;
42 uint32_t g
[all...]
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_internal.h80 uint32_t ts_clear_value;
98 uint32_t vs_offset;
100 uint32_t ps_offset;
102 uint32_t max_instructions;
127 uint32_t PE_ALPHA_BLEND_COLOR;
132 uint32_t PE_STENCIL_CONFIG;
133 uint32_t PE_STENCIL_CONFIG_EXT;
138 uint32_t SE_SCISSOR_LEFT;
139 uint32_t SE_SCISSOR_TOP;
140 uint32_t SE_SCISSOR_RIGH
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_vce.h41 uint32_t *begin = &enc->cs->current.buf[enc->cs->current.cdw++]; \
69 uint32_t rc_method;
70 uint32_t target_bitrate;
71 uint32_t peak_bitrate;
72 uint32_t frame_rate_num;
73 uint32_t gop_size;
74 uint32_t quant_i_frames;
75 uint32_t quant_p_frames;
76 uint32_t quant_b_frames;
77 uint32_t vbv_buffer_siz
[all...]
/external/adhd/cras/src/common/
H A Dsfh.h14 uint32_t SuperFastHash(const char *data, int len, uint32_t hash);
/external/boringssl/src/decrepit/cast/
H A Dinternal.h67 extern const uint32_t CAST_S_table0[256];
68 extern const uint32_t CAST_S_table1[256];
69 extern const uint32_t CAST_S_table2[256];
70 extern const uint32_t CAST_S_table3[256];
71 extern const uint32_t CAST_S_table4[256];
72 extern const uint32_t CAST_S_table5[256];
73 extern const uint32_t CAST_S_table6[256];
74 extern const uint32_t CAST_S_table7[256];
/external/clang/include/clang/Lex/
H A DHeaderMapTypes.h24 uint32_t Key; // Offset (into strings) of key.
25 uint32_t Prefix; // Offset (into strings) of value prefix.
26 uint32_t Suffix; // Offset (into strings) of value suffix.
30 uint32_t Magic; // Magic word, also indicates byte order.
33 uint32_t StringsOffset; // Offset to start of string pool.
34 uint32_t NumEntries; // Number of entries in the string table.
35 uint32_t NumBuckets; // Number of buckets (always a power of 2).
36 uint32_t MaxValueLength; // Length of longest result path (excluding nul).
/external/dhcpcd-6.8.2/compat/
H A Darc4random_uniform.h33 uint32_t arc4random_uniform(uint32_t);
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_rasterizer.h37 uint32_t gras_su_point_minmax;
38 uint32_t gras_su_point_size;
39 uint32_t gras_su_poly_offset_scale;
40 uint32_t gras_su_poly_offset_offset;
42 uint32_t gras_su_mode_control;
43 uint32_t gras_cl_clip_cntl;
44 uint32_t pc_prim_vtx_cntl;
45 uint32_t pc_prim_vtx_cntl2;
/external/strace/linux/aarch64/
H A Darch_regs.h2 extern uint32_t *const arm_sp_ptr;
/external/strace/linux/s390x/
H A Darch_regs.h1 extern uint32_t *const s390_frame_ptr;
/external/strace/linux/x86_64/
H A Darch_regs.h1 extern uint32_t *const i386_esp_ptr;
/external/vboot_reference/firmware/lib/cgptlib/include/
H A Dcrc32.h10 uint32_t Crc32(const void *buffer, uint32_t len);
/external/webrtc/webrtc/system_wrappers/source/
H A Dcpu_info.cc17 uint32_t CpuInfo::DetectNumberOfCores() {
18 return static_cast<uint32_t>(rtc::SystemInfo::GetMaxCpus());
/external/icu/icu4c/source/common/
H A Ducol_data.h40 uint32_t options; /* these are the default options for the collator */
41 uint32_t UCAConsts; /* structure which holds values for indirect positioning and implicit ranges */
42 uint32_t contractionUCACombos; /* this one is needed only for UCA, to copy the appropriate contractions */
43 uint32_t magic; /* magic number - lets us know whether reserved data is reset or junked */
44 uint32_t mappingPosition; /* const uint8_t *mappingPosition; */
45 uint32_t expansion; /* uint32_t *expansion; */
46 uint32_t contractionIndex; /* UChar *contractionIndex; */
47 uint32_t contractionCEs; /* uint32_t *contractionCE
[all...]
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_x86.h79 uint32_t control_word;
80 uint32_t status_word;
81 uint32_t tag_word;
82 uint32_t error_offset;
83 uint32_t error_selector;
84 uint32_t data_offset;
85 uint32_t data_selector;
90 uint32_t cr0_npx_state;
100 uint32_t context_flags;
103 uint32_t dr
[all...]
/external/drm_hwcomposer/
H A Ddrmmode.h34 uint32_t id() const;
35 void set_id(uint32_t id);
37 uint32_t clock() const;
39 uint32_t h_display() const;
40 uint32_t h_sync_start() const;
41 uint32_t h_sync_end() const;
42 uint32_t h_total() const;
43 uint32_t h_skew() const;
45 uint32_t v_display() const;
46 uint32_t v_sync_star
[all...]
/external/vboot_reference/firmware/2lib/include/
H A D2struct.h63 uint32_t flags;
66 uint32_t gbb_flags;
72 uint32_t recovery_reason;
75 uint32_t last_fw_slot;
78 uint32_t last_fw_result;
81 uint32_t fw_slot;
89 uint32_t fw_version;
92 uint32_t fw_version_secdata;
98 uint32_t status;
107 uint32_t gbb_rootkey_offse
[all...]
/external/libdrm/tests/planetest/
H A Dbo.h11 uint32_t width;
12 uint32_t height;
13 uint32_t depth;
14 uint32_t bpp;
15 uint32_t format;
16 uint32_t flags;
18 uint32_t fb_id;
19 uint32_t handle;
21 uint32_t pitch;
22 uint32_t siz
[all...]
/external/syslinux/gpxe/src/arch/i386/include/
H A Dmultiboot.h76 uint32_t magic;
77 uint32_t flags;
78 uint32_t checksum;
79 uint32_t header_addr;
80 uint32_t load_addr;
81 uint32_t load_end_addr;
82 uint32_t bss_end_addr;
83 uint32_t entry_addr;
88 uint32_t tabsize;
89 uint32_t strsiz
[all...]

Completed in 1127 milliseconds

1234567891011>>