Searched refs:int32_t (Results 1 - 25 of 315) sorted by path

1234567891011>>

/linux-master/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_flag
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-fau.h72 int32_t value:31;
185 static inline int32_t cvmx_fau_fetch_and_add32(cvmx_fau_reg_32_t reg,
186 int32_t value)
257 cvmx_fau_tagwait_fetch_and_add32(cvmx_fau_reg_32_t reg, int32_t value)
385 int32_t value)
468 int32_t value)
538 static inline void cvmx_fau_atomic_add32(cvmx_fau_reg_32_t reg, int32_t value)
588 static inline void cvmx_fau_atomic_write32(cvmx_fau_reg_32_t reg, int32_t value)
H A Dcvmx-address.h279 (((int32_t)segment << 31) | (int32_t)(add))
H A Dcvmx.h45 (((int32_t)segment << 31) | (int32_t)(add))
/linux-master/arch/powerpc/boot/
H A Dtypes.h25 typedef s32 int32_t; typedef
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h80 static inline int32_t bw_fixed_to_int(struct bw_fixed value)
H A Dcompressor.h43 int32_t high_part;
/linux-master/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 a
[all...]
H A Ddsp_ecdis.h39 (int32_t)(-0.7600000 * 32768.0),
40 (int32_t)(-0.1183852 * 32768.0),
41 (int32_t)(-0.5104039 * 32768.0),
42 (int32_t)(0.1567596 * 32768.0),
43 (int32_t)(1.0000000 * 32768.0));
/linux-master/drivers/message/fusion/lsi/
H A Dmpi_type.h53 typedef int32_t S32;
/linux-master/drivers/misc/echo/
H A Decho.h130 int32_t pstates;
132 int32_t factor;
161 int32_t xvtx[5];
162 int32_t yvtx[5];
163 int32_t xvrx[5];
164 int32_t yvrx[5];
H A Dfir.h56 const int32_t *coeffs;
93 int32_t y;
114 const int32_t *coeffs, int taps)
136 int32_t y;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcalib.h105 int32_t prev_offset; /* Previous value of PA offset value */
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h126 int32_t status;
/linux-master/include/uapi/linux/
H A Dcoda.h115 typedef int int32_t; typedef
231 int32_t f_blocks;
232 int32_t f_bfree;
233 int32_t f_bavail;
234 int32_t f_files;
235 int32_t f_ffree;
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_common.h142 const char *usbip_status_string(int32_t status);
H A Dusbip_host_common.h48 int32_t status;
/linux-master/arch/arm64/kvm/
H A Dva_layout.c91 int32_t *rel;
92 int32_t *begin = (int32_t *)__hyp_reloc_begin;
93 int32_t *end = (int32_t *)__hyp_reloc_end;
/linux-master/arch/mips/sibyte/common/
H A Dcfe.c229 if ((int32_t)(long)prom_vec < 0) {
236 cfe_ept = (uint64_t)((int32_t)0x9fc00500);
244 cfe_handle = (uint64_t)((int32_t *)prom_vec)[0];
245 cfe_ept = (uint64_t)((int32_t *)prom_vec)[2];
/linux-master/arch/mips/tools/
H A Delf-entry.c78 entry = (int64_t)(int32_t)entry;
/linux-master/arch/nios2/kernel/
H A Dmodule.c78 if ((int32_t)v > 0x7fff ||
79 (int32_t)v < -(int32_t)0x8000) {
/linux-master/arch/parisc/kernel/
H A Dperf.c709 int32_t i;
823 int32_t i;
/linux-master/arch/powerpc/kvm/
H A Dmpic.c180 int32_t ctpr; /* CPU current task priority */
/linux-master/arch/powerpc/platforms/44x/
H A Dfsp2.c204 int32_t rc;
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h161 int32_t pad; /* reserved */

Completed in 412 milliseconds

1234567891011>>