Searched refs:uint32_t (Results 1 - 25 of 125) sorted by path

12345

/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h480 uint32_t tx_bandwith;
481 uint32_t rx_bandwith;
494 uint32_t tx_bandwith;
495 uint32_t rx_bandwith;
532 uint32_t passkey;
652 uint32_t token_rate;
654 uint32_t peak_bandwidth;
655 uint32_t latency;
656 uint32_t delay_variation;
1265 uint32_t timeou
[all...]
H A Drfcomm.h57 uint32_t flags;
71 uint32_t flags;
/system/core/debuggerd/arm/
H A Dmachine.c161 (uint32_t)r.ARM_r0, (uint32_t)r.ARM_r1, (uint32_t)r.ARM_r2, (uint32_t)r.ARM_r3);
163 (uint32_t)r.ARM_r4, (uint32_t)r.ARM_r5, (uint32_t)r.ARM_r6, (uint32_t)r.ARM_r7);
165 (uint32_t)r.ARM_r8, (uint32_t)
[all...]
/system/core/debuggerd/
H A Dtombstone.c223 uint32_t stack_content;
235 uint32_t offset = stack_content - (mi->start + symbol->start);
264 *sp += sizeof(uint32_t);
289 uintptr_t sp = backtrace[first].stack_top - STACK_WORDS * sizeof(uint32_t);
309 size_t words = frame->stack_size / sizeof(uint32_t);
/system/core/include/corkscrew/
H A Dptrace.h48 uint32_t ebx;
49 uint32_t ecx;
50 uint32_t edx;
51 uint32_t esi;
52 uint32_t edi;
53 uint32_t ebp;
54 uint32_t eax;
55 uint32_t xds;
56 uint32_t xes;
57 uint32_t xf
[all...]
/system/core/include/cutils/
H A Dlogger.h42 uint32_t euid; /* effective UID of logger */
H A Dmemory.h31 void android_memset32(uint32_t* dst, uint32_t value, size_t size);
/system/core/include/diskconfig/
H A Ddiskconfig.h69 uint32_t start_lba; /* bytes 8-11 */
70 uint32_t len_lba; /* bytes 12-15 */
75 uint32_t disk_sig; /* bytes 440-443 */
85 uint32_t len_kb; /* in 1K-bytes */
86 uint32_t start_lba; /* the LBA where this partition begins */
93 uint32_t skip_lba; /* in sectors (1 unit of LBA) */
94 uint32_t num_lba; /* the size of the disk in LBA units */
102 uint32_t len;
107 struct write_list *alloc_wl(uint32_t data_len);
/system/core/include/mincrypt/
H A Drsa.h38 #define RSANUMWORDS (RSANUMBYTES / sizeof(uint32_t))
41 int len; /* Length of n[] in number of uint32_t */
42 uint32_t n0inv; /* -1 / n[0] mod 2^32 */
43 uint32_t n[RSANUMWORDS]; /* modulus as little endian array */
44 uint32_t rr[RSANUMWORDS]; /* R^2 as little endian array */
H A Dsha.h39 uint32_t state[5];
43 uint32_t w[16];
/system/core/include/netutils/
H A Ddhcp.h29 uint32_t *prefixLength,
33 uint32_t *lease,
H A Difc.h69 uint32_t prefixLength, in_addr_t gateway,
/system/core/include/pixelflinger/
H A Dformat.h98 inline uint32_t mask(int i) const {
101 inline uint32_t bits(int i) const {
H A Dpixelflinger.h40 typedef uint32_t GGLuint; // ui
/system/core/include/private/pixelflinger/
H A Dggl_context.h35 inline uint32_t GGL_RGBA_TO_HOST(uint32_t v) {
38 inline uint32_t GGL_HOST_TO_RGBA(uint32_t v) {
44 inline uint32_t GGL_RGBA_TO_HOST(uint32_t v) {
46 uint32_t r;
57 inline uint32_t GGL_HOST_TO_RGBA(uint32_t v) {
59 uint32_t
[all...]
H A Dggl_fixed.h78 #define GGL_UB_TO_X(_x) GGLfixed( uint32_t(_x) + \
79 (uint32_t(_x)<<8) + \
80 (uint32_t(_x)>>7) )
/system/core/include/sync/
H A Dsync.h29 uint32_t len;
36 uint32_t len;
/system/core/include/system/
H A Daudio.h258 typedef uint32_t audio_channel_mask_t;
363 typedef uint32_t audio_devices_t;
447 static inline bool audio_is_input_channel(uint32_t channel)
455 static inline bool audio_is_output_channel(uint32_t channel)
471 static inline audio_channel_mask_t audio_channel_out_mask_from_count(uint32_t channel_count)
496 static inline audio_channel_mask_t audio_channel_in_mask_from_count(uint32_t channel_count)
H A Dwindow.h359 const uint32_t flags;
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c71 uint32_t uc_flags;
75 uint32_t uc_sigmask;
81 uint32_t gregs[16];
89 static const uint32_t EXIDX_CANTUNWIND = 1;
117 static uintptr_t prel_to_absolute(uintptr_t place, uint32_t prel_offset) {
149 uint32_t low = 0;
150 uint32_t high = exidx_size;
152 uint32_t index = (low + high) / 2;
154 uint32_t entry_prel_pc;
167 uint32_t next_entry_prel_p
[all...]
H A Dptrace-arm.c31 uint32_t elf_phoff;
32 uint32_t elf_phentsize_phnum;
36 uint32_t elf_phentsize = elf_phentsize_phnum >> 16;
37 uint32_t elf_phnum = elf_phentsize_phnum & 0xffff;
38 for (uint32_t i = 0; i < elf_phnum; i++) {
40 uint32_t elf_phdr_type;
45 uint32_t elf_phdr_offset;
46 uint32_t elf_phdr_filesz;
/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c52 uint32_t sp;
53 uint32_t ra;
54 uint32_t pc;
59 uint32_t sp;
60 uint32_t ra;
61 uint32_t pc;
96 uint32_t op;
127 uint32_t next_ra;
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c50 uint32_t gregs[32];
52 uint32_t oldmask;
53 uint32_t cr2;
66 uint32_t uc_flags;
70 uint32_t uc_sigmask;
85 uint32_t ebp;
86 uint32_t eip;
87 uint32_t esp;
107 uint32_t next_esp = state->ebp + 8;
/system/core/libcorkscrew/
H A Dbacktrace.c314 uint32_t pc_offset = symbol->relative_pc - symbol->relative_symbol_addr;
H A Dmap_info.c124 uint32_t refs;

Completed in 121 milliseconds

12345