Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdint.h83 typedef signed long int32_t; typedef
87 typedef signed int int32_t; typedef
91 typedef signed short int32_t; typedef
95 typedef signed char int32_t; typedef
101 typedef int32_t int_least32_t;
106 typedef int32_t int_least8_t;
112 typedef int32_t int_least16_t;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dxdr.h129 int32_t *(*x_inline) (XDR *__xdrs, u_int __len);
133 bool_t (*x_getint32) (XDR *__xdrs, int32_t *__ip);
135 bool_t (*x_putint32) (XDR *__xdrs, __const int32_t *__ip);
256 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((uint32_t)*(buf)++))
257 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)(v)))
259 #define IXDR_PUT_U_INT32(buf, v) IXDR_PUT_INT32(buf, (int32_t)(v))
302 extern bool_t xdr_int32_t (XDR *__xdrs, int32_t *__ip) __THROW;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dsignalfd.h30 int32_t ssi_errno;
31 int32_t ssi_code;
34 int32_t ssi_fd;
39 int32_t ssi_status;
40 int32_t ssi_int;
H A Dtypes.h165 typedef int int32_t; typedef
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dutmp.h41 int32_t ll_time;
74 int32_t ut_session; /* Session ID, used for windowing. */
77 int32_t tv_sec; /* Seconds. */
78 int32_t tv_usec; /* Microseconds. */
85 int32_t ut_addr_v6[4]; /* Internet address of remote host. */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dcoda.h124 typedef int int32_t; typedef
259 int32_t f_blocks;
260 int32_t f_bfree;
261 int32_t f_bavail;
262 int32_t f_files;
263 int32_t f_ffree;
H A Dcm4000_cs.h13 int32_t atr_len;
15 int32_t power_act;
H A Ddm-ioctl.h124 int32_t open_count; /* out */
144 int32_t status; /* used when reading from kernel only */
H A Dselinux_netlink.h39 int32_t val;
H A Dtypes.h87 typedef __s32 int32_t; typedef
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdlib.h351 int32_t *fptr; /* Front pointer. */
352 int32_t *rptr; /* Rear pointer. */
353 int32_t *state; /* Array of state values. */
357 int32_t *end_ptr; /* Pointer behind state table. */
361 int32_t *__restrict __result) __THROW __nonnull ((1, 2));
H A Dstdint.h39 typedef int int32_t; typedef
H A Delf.h38 typedef int32_t Elf32_Sword;
40 typedef int32_t Elf64_Sword;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/dvb/
H A Dvideo.h133 int32_t type;
158 int32_t size;
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dtypes.h150 typedef int int32_t; typedef
154 typedef int32_t register_t;
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvCMAPool.c578 if(USER_VA_VALID == (int32_t)vma_valid_Param.user_va_valid_flag) in MApi_CMA_Pool_GetKernelCMAPooLUserVA()
583 else if(NO_USER_VA == (int32_t)vma_valid_Param.user_va_valid_flag) in MApi_CMA_Pool_GetKernelCMAPooLUserVA()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/protocols/
H A Drwhod.h43 int32_t out_time; /* time on */
H A Dtalkd.h67 int32_t pid; /* caller's process id */
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A Dtee_ioc.h71 int32_t reserved;
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c133 typedef signed int int32_t; typedef
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c66 typedef int32_t flex_int32_t;
H A Dlex.zconf.c_shipped66 typedef int32_t flex_int32_t;
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped48 typedef int32_t flex_int32_t;
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped73 typedef int32_t flex_int32_t;
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1784 typedef int int32_t; typedef
1789 typedef int32_t bool_t;