Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 25 of 1255) sorted by relevance

12345678910>>...51

/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_user.h93 int32_t ki_structsize; /* size of this structure */
94 int32_t ki_layout; /* reserved: layout identifier */
103 int32_t ki_pid; /* Process identifier */
104 int32_t ki_ppid; /* parent process id */
105 int32_t ki_pgid; /* process group id */
106 int32_t ki_tpgid; /* tty process group id */
107 int32_t ki_sid; /* Process session ID */
108 int32_t ki_tsid; /* Terminal session ID */
111 int32_t ki_tdev__freebsd11; /* controlling tty dev */
117 int32_t ki_uid; /* effective user id */
[all …]
H A Dtarget_os_siginfo.h40 int32_t sa_flags;
45 int32_t sival_int;
47 int32_t sigval_int;
52 int32_t si_signo; /* signal number */
53 int32_t si_errno; /* errno association */
54 int32_t si_code; /* signal code */
55 int32_t si_pid; /* sending process */
56 int32_t si_uid; /* sender's ruid */
57 int32_t si_status; /* exit value */
62 int32_t _trapno; /* machine specific trap code */
[all …]
/openbmc/qemu/hw/audio/
H A Dfmopl.h12 int32_t TL; /* total level :TL << 8 */
13 int32_t TLL; /* adjusted now TL */
15 int32_t *AR; /* attack rate :&AR_TABLE[AR<<2] */
16 int32_t *DR; /* decay rate :&DR_TALBE[DR<<2] */
17 int32_t SL; /* sustin level :SL_TALBE[SL] */
18 int32_t *RR; /* release rate :&DR_TABLE[RR<<2] */
27 int32_t evc; /* envelope counter */
28 int32_t eve; /* envelope counter end point */
29 int32_t evs; /* envelope counter step */
30 int32_t evsa; /* envelope step for AR :AR[ksr] */
[all …]
/openbmc/linux/arch/mips/boot/
H A Decoff.h11 int32_t f_timdat; /* time & date stamp */
12 int32_t f_symptr; /* file pointer to symbolic header */
13 int32_t f_nsyms; /* sizeof(symbolic hdr) */
24 int32_t s_paddr; /* physical address, aliased s_nlib */
25 int32_t s_vaddr; /* virtual address */
26 int32_t s_size; /* section size */
27 int32_t s_scnptr; /* file ptr to raw data for section */
28 int32_t s_relptr; /* file ptr to relocation */
29 int32_t s_lnnoptr; /* file ptr to gp histogram */
32 int32_t s_flags; /* flags */
[all …]
/openbmc/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_ipi.h66 int32_t status;
84 int32_t x;
85 int32_t y;
86 int32_t w;
87 int32_t h;
88 int32_t w_stride;
89 int32_t h_stride;
90 int32_t crop_x;
91 int32_t crop_y;
92 int32_t crop_w;
[all …]
/openbmc/qemu/target/mips/
H A Dinternal.h34 int32_t CP0_PRid;
35 int32_t CP0_Config0;
36 int32_t CP0_Config1;
37 int32_t CP0_Config2;
38 int32_t CP0_Config3;
39 int32_t CP0_Config4;
40 int32_t CP0_Config4_rw_bitmask;
41 int32_t CP0_Config5;
42 int32_t CP0_Config5_rw_bitmask;
43 int32_t CP0_Config6;
[all …]
H A Dcpu.h22 int32_t w[MSA_WRLEN / 32];
105 int32_t CP0_MVPControl;
110 int32_t CP0_MVPConf0;
119 int32_t CP0_MVPConf1;
476 int32_t CP0_TCStatus;
490 int32_t CP0_TCBind;
498 int32_t CP0_Debug_tcstatus;
501 int32_t msacsr;
545 int32_t msair;
552 int32_t CP0_Index;
[all …]
/openbmc/qemu/tests/tcg/hexagon/
H A Dmulti_result.c26 static int32_t sfrecipa(int32_t Rs, int32_t Rt, bool *pred_result) in sfrecipa()
28 int32_t result; in sfrecipa()
40 static int32_t sfinvsqrta(int32_t Rs, int32_t *pred_result) in sfinvsqrta()
42 int32_t result; in sfinvsqrta()
43 int32_t predval; in sfinvsqrta()
79 static int64_t vminub(int64_t Rtt, int64_t Rss, int32_t *pred_result) in vminub()
82 int32_t predval; in vminub()
94 int32_t pred_in, int32_t *pred_result) in add_carry()
97 int32_t predval = pred_in; in add_carry()
110 int32_t pred_in, int32_t *pred_result) in sub_carry()
[all …]
H A Dmisc.c187 static int32_t L2_ploadrifnew_pi(void *p, bool pred) in L2_ploadrifnew_pi()
189 int32_t result; in L2_ploadrifnew_pi()
206 static inline int32_t cmpnd_cmp_jump(void) in cmpnd_cmp_jump()
208 int32_t retval; in cmpnd_cmp_jump()
225 static inline int32_t test_clrtnew(int32_t arg1, int32_t old_val) in test_clrtnew()
227 int32_t ret; in test_clrtnew()
263 static int64_t creg_pair(int32_t x, int32_t y) in creg_pair()
303 int32_t result; in test_lsbnew()
323 static inline int32_t ct0(uint32_t x) in ct0()
325 int32_t res; in ct0()
[all …]
H A Dmem_noshuf.c66 MEM_NOSHUF32(mem_noshuf_sb_lw, int8_t, int32_t, memb, memw) in MEM_NOSHUF32()
74 MEM_NOSHUF32(mem_noshuf_sh_lw, int16_t, int32_t, memh, memw) in MEM_NOSHUF32()
78 MEM_NOSHUF32(mem_noshuf_sw_lb, int32_t, int8_t, memw, memb) in MEM_NOSHUF32()
79 MEM_NOSHUF32(mem_noshuf_sw_lub, int32_t, uint8_t, memw, memub) in MEM_NOSHUF32()
80 MEM_NOSHUF32(mem_noshuf_sw_lh, int32_t, int16_t, memw, memh) in MEM_NOSHUF32()
81 MEM_NOSHUF32(mem_noshuf_sw_luh, int32_t, uint16_t, memw, memuh) in MEM_NOSHUF32()
82 MEM_NOSHUF32(mem_noshuf_sw_lw, int32_t, int32_t, memw, memw) in MEM_NOSHUF32()
83 MEM_NOSHUF64(mem_noshuf_sw_ld, int32_t, int64_t, memw, memd) in MEM_NOSHUF32()
90 MEM_NOSHUF32(mem_noshuf_sd_lw, int64_t, int32_t, memd, memw) in MEM_NOSHUF32()
93 static inline int pred_lw_sw(bool pred, int32_t *p, int32_t *q, in MEM_NOSHUF32()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0013-adb-Support-riscv64.patch88 +int32_t android_atomic_acquire_load(volatile const int32_t *ptr)
90 + int32_t value = *ptr;
96 +int32_t android_atomic_release_load(volatile const int32_t *ptr)
103 +void android_atomic_acquire_store(int32_t value, volatile int32_t *ptr)
110 +void android_atomic_release_store(int32_t value, volatile int32_t *ptr)
117 +int android_atomic_cas(int32_t old_value, int32_t new_value,
118 + volatile int32_t *ptr)
124 +int android_atomic_acquire_cas(int32_t old_value, int32_t new_value,
125 + volatile int32_t *ptr)
133 +int android_atomic_release_cas(int32_t old_value, int32_t new_value,
[all …]
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_biquad.h16 int32_t gain;
17 int32_t a1;
18 int32_t a2;
19 int32_t b1;
20 int32_t b2;
22 int32_t z1;
23 int32_t z2;
27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init()
41 int32_t y; in biquad2()
42 int32_t z0; in biquad2()
/openbmc/qemu/hw/9pfs/
H A Dtrace-events6 v9fs_version(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d version…
7 v9fs_version_return(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d …
8 v9fs_attach(uint16_t tag, uint8_t id, int32_t fid, int32_t afid, char* uname, char* aname) "tag %u …
10 v9fs_stat(uint16_t tag, uint8_t id, int32_t fid) "tag %d id %d fid %d"
11 v9fs_stat_return(uint16_t tag, uint8_t id, int32_t mode, int32_t atime, int32_t mtime, int64_t leng…
12 v9fs_getattr(uint16_t tag, uint8_t id, int32_t fid, uint64_t request_mask) "tag %d id %d fid %d req…
14 v9fs_walk(uint16_t tag, uint8_t id, int32_t fid, int32_t newfid, uint16_t nwnames) "tag %d id %d fi…
16 v9fs_open(uint16_t tag, uint8_t id, int32_t fid, int32_t mode) "tag %d id %d fid %d mode %d"
18 v9fs_lcreate(uint16_t tag, uint8_t id, int32_t dfid, int32_t flags, int32_t mode, uint32_t gid) "ta…
19 …uint16_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path, int32_t iounit) "tag %u i…
[all …]
/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A Dtest_r5900_div1.c9 struct quotient_remainder { int32_t quotient, remainder; };
11 static struct quotient_remainder div1(int32_t rs, int32_t rt) in div1()
13 int32_t lo, hi; in div1()
28 static void verify_div1(int32_t rs, int32_t rt, in verify_div1()
29 int32_t expected_quotient, in verify_div1()
30 int32_t expected_remainder) in verify_div1()
38 static void verify_div1_negations(int32_t rs, int32_t rt, in verify_div1_negations()
39 int32_t expected_quotient, in verify_div1_negations()
40 int32_t expected_remainder) in verify_div1_negations()
H A Dtest_r5900_madd.c9 int64_t madd(int64_t a, int32_t rs, int32_t rt) in madd()
11 int32_t lo = a; in madd()
12 int32_t hi = a >> 32; in madd()
13 int32_t rd; in madd()
32 int64_t madd1(int64_t a, int32_t rs, int32_t rt) in madd1()
34 int32_t lo = a; in madd1()
35 int32_t hi = a >> 32; in madd1()
36 int32_t rd; in madd1()
55 static int64_t madd_variants(int64_t a, int32_t rs, int32_t rt) in madd_variants()
65 static void verify_madd(int64_t a, int32_t rs, int32_t rt, int64_t expected) in verify_madd()
H A Dtest_r5900_mult.c9 static int64_t mult(int32_t rs, int32_t rt) in mult()
11 int32_t rd, lo, hi; in mult()
28 static int64_t mult1(int32_t rs, int32_t rt) in mult1()
30 int32_t rd, lo, hi; in mult1()
47 static int64_t mult_variants(int32_t rs, int32_t rt) in mult_variants()
57 static void verify_mult_negations(int32_t rs, int32_t rt, int64_t expected) in verify_mult_negations()
/openbmc/qemu/target/mips/tcg/
H A Dvr54xx_helper.c35 env->active_tc.LO[0] = (int32_t)(HILO & 0xFFFFFFFF); in set_HIT0_LO()
36 return env->active_tc.HI[0] = (int32_t)(HILO >> 32); in set_HIT0_LO()
41 target_ulong tmp = env->active_tc.LO[0] = (int32_t)(HILO & 0xFFFFFFFF); in set_HI_LOT0()
42 env->active_tc.HI[0] = (int32_t)(HILO >> 32); in set_HI_LOT0()
50 return set_HI_LOT0(env, 0 - ((int64_t)(int32_t)arg1 * in helper_muls()
51 (int64_t)(int32_t)arg2)); in helper_muls()
64 return set_HI_LOT0(env, (int64_t)get_HILO(env) + (int64_t)(int32_t)arg1 * in helper_macc()
65 (int64_t)(int32_t)arg2); in helper_macc()
71 return set_HIT0_LO(env, (int64_t)get_HILO(env) + (int64_t)(int32_t)arg1 * in helper_macchi()
72 (int64_t)(int32_t)arg2); in helper_macchi()
[all …]
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_siginfo.h21 int32_t sa_flags;
32 int32_t _signo;
33 int32_t _code;
34 int32_t _errno;
36 int32_t _pad;
40 int32_t _pid;
41 int32_t _uid;
46 int32_t _pid;
47 int32_t _uid;
48 int32_t _struct;
[all …]
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_siginfo.h21 int32_t sa_flags;
32 int32_t _signo;
33 int32_t _code;
34 int32_t _errno;
36 int32_t _pad;
40 int32_t _pid;
41 int32_t _uid;
46 int32_t _pid;
47 int32_t _uid;
48 int32_t _struct;
[all …]
/openbmc/linux/include/xen/interface/io/
H A Dfbif.h29 int32_t x; /* source x */
30 int32_t y; /* source y */
31 int32_t width; /* rect width */
32 int32_t height; /* rect height */
43 int32_t width; /* width in pixels */
44 int32_t height; /* height in pixels */
45 int32_t stride; /* stride in bytes */
46 int32_t depth; /* depth in bits */
47 int32_t offset; /* start offset within framebuffer */
95 int32_t width; /* width of the framebuffer (in pixels) */
[all …]
/openbmc/qemu/include/hw/xen/interface/io/
H A Dfbif.h30 int32_t x; /* source x */
31 int32_t y; /* source y */
32 int32_t width; /* rect width */
33 int32_t height; /* rect height */
45 int32_t width; /* width in pixels */
46 int32_t height; /* height in pixels */
47 int32_t stride; /* stride in bytes */
48 int32_t depth; /* depth in bits */
49 int32_t offset; /* offset of the framebuffer in bytes */
119 int32_t width; /* the width of the framebuffer (in pixels) */
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu9_driver_if.h89 int32_t a0;
90 int32_t a1;
91 int32_t a2;
100 int32_t m1;
101 int32_t m2;
102 int32_t b;
390 int32_t VFT0_m1; /* Q8.24 */
391 int32_t VFT0_m2; /* Q12.12 */
392 int32_t VFT0_b; /* Q32 */
394 int32_t VFT1_m1; /* Q8.16 */
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.h113 int32_t init_phase_x[DPU_MAX_PLANES];
114 int32_t phase_step_x[DPU_MAX_PLANES];
115 int32_t init_phase_y[DPU_MAX_PLANES];
116 int32_t phase_step_y[DPU_MAX_PLANES];
171 int32_t num_ext_pxls_lr[DPU_MAX_PLANES];
172 int32_t num_ext_pxls_tb[DPU_MAX_PLANES];
178 int32_t left_ftch[DPU_MAX_PLANES];
179 int32_t right_ftch[DPU_MAX_PLANES];
180 int32_t top_ftch[DPU_MAX_PLANES];
181 int32_t btm_ftch[DPU_MAX_PLANES];
[all …]
/openbmc/qemu/fsdev/
H A D9p-marshal.h21 int32_t dev;
23 int32_t mode;
24 int32_t atime;
25 int32_t mtime;
33 int32_t n_uid;
34 int32_t n_gid;
35 int32_t n_muid;
39 int32_t valid;
40 int32_t mode;
41 int32_t uid;
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h79 static inline int32_t do_sqrshl_bhs(int32_t src, int32_t shift, int bits, in do_sqrshl_bhs()
95 int32_t val = src << shift; in do_sqrshl_bhs()
101 int32_t extval = sextract32(val, 0, bits); in do_sqrshl_bhs()
114 static inline uint32_t do_uqrshl_bhs(uint32_t src, int32_t shift, int bits, in do_uqrshl_bhs()
145 static inline int32_t do_suqrshl_bhs(int32_t src, int32_t shift, int bits, in do_suqrshl_bhs()
219 int32_t do_sqrdmlah_s(int32_t, int32_t, int32_t, bool, bool, uint32_t *);

12345678910>>...51