Searched refs:int32 (Results 1 – 21 of 21) sorted by relevance
/linux-6.12.1/include/net/ |
D | slhc_vj.h | 120 typedef __u32 int32; typedef 157 int32 sls_o_nontcp; /* outbound non-TCP packets */ 158 int32 sls_o_tcp; /* outbound TCP packets */ 159 int32 sls_o_uncompressed; /* outbound uncompressed packets */ 160 int32 sls_o_compressed; /* outbound compressed packets */ 161 int32 sls_o_searches; /* searches for connection state */ 162 int32 sls_o_misses; /* times couldn't find conn. state */ 164 int32 sls_i_uncompressed; /* inbound uncompressed packets */ 165 int32 sls_i_compressed; /* inbound compressed packets */ 166 int32 sls_i_error; /* inbound error packets */ [all …]
|
/linux-6.12.1/drivers/firmware/arm_scmi/vendors/imx/ |
D | imx95.rst | 75 |int32 status | See ARM SCMI Specification for status code definitions. | 92 |int32 status | See ARM SCMI Specification for status code definitions. | 109 |int32 status |SUCCESS: in case the message is implemented and available | 138 |int32 status |SUCCESS: if the GPR was successfully written. | 161 |int32 status |SUCCESS: if the GPR was successfully read. | 186 |int32 status |SUCCESS: returned the attributes. | 222 |int32 status |SUCCESS: RTC time was successfully set. | 251 |int32 status |SUCCESS: RTC time was successfully get. | 283 |int32 status |SUCCESS: RTC time was successfully set. | 302 |int32 status |SUCCESS: if the button status was read. | [all …]
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga_reg.h | 381 int32 left; 382 int32 top; 383 int32 right; 384 int32 bottom; 390 int32 x; 391 int32 y; 585 int32 dstX; 586 int32 dstY; 625 int32 x; 626 int32 y;
|
D | svga3d_cmd.h | 562 int32 indexBias; 598 int32 baseVertexLocation; 933 int32 alphaOffsetX; 934 int32 alphaOffsetY; 992 int32 xRoot; 993 int32 yRoot; 1008 int32 value[4]; 1421 int32 xRoot; 1422 int32 yRoot;
|
D | svga_escape.h | 51 int32 x, y;
|
D | svga3d_types.h | 113 int32 x; 114 int32 y; 115 int32 z; 116 int32 w; 117 int32 h; 118 int32 d;
|
D | vm_basic_types.h | 34 typedef s32 int32; typedef
|
D | svga3d_dx.h | 244 int32 baseVertexLocation; 262 int32 baseVertexLocation; 1256 int32 depthBias; 1280 int32 depthBias; 1302 int32 depthBias;
|
D | svga3d_devcaps.h | 371 int32 i;
|
/linux-6.12.1/arch/arm/nwfpe/ |
D | softfloat.c | 70 static int32 roundAndPackInt32( struct roundingData *roundData, flag zSign, bits64 absZ ) in roundAndPackInt32() 75 int32 z; in roundAndPackInt32() 483 INLINE int32 extractFloatx80Exp( floatx80 a ) in extractFloatx80Exp() 512 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr ) in normalizeFloatx80Subnormal() 528 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig ) in packFloatx80() 566 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() 735 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() 762 float32 int32_to_float32(struct roundingData *roundData, int32 a) in int32_to_float32() 780 float64 int32_to_float64( int32 a ) in int32_to_float64() 806 floatx80 int32_to_floatx80( int32 a ) in int32_to_floatx80() [all …]
|
D | softfloat.h | 278 extern int32 float64_to_uint32( struct roundingData *roundData, float64 a ); 279 extern int32 float64_to_uint32_round_to_zero( float64 a );
|
D | ARM-gcc.h | 26 typedef signed int int32; typedef
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | cmntypes.h | 38 typedef signed int int32, *pint32; typedef
|
/linux-6.12.1/arch/mips/include/asm/octeon/ |
D | cvmx.h | 240 CVMX_BUILD_WRITE64(int32, "sw"); 256 CVMX_BUILD_READ64(int32, "lw");
|
/linux-6.12.1/lib/raid6/test/ |
D | Makefile | 17 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o 141 int32.c: int.uc ../unroll.awk
|
/linux-6.12.1/Documentation/virt/kvm/arm/ |
D | ptp_kvm.rst | 27 | Return Values: | (int32) | R0 | ``NOT_SUPPORTED (-1)`` on error, else |
|
/linux-6.12.1/Documentation/ |
D | dontdiff | 148 int32.c
|
/linux-6.12.1/drivers/media/test-drivers/vivid/ |
D | vivid-core.h | 326 struct v4l2_ctrl *int32; member
|
D | vivid-kthread-cap.c | 524 dev->int32->cur.val, in vivid_fillbuff()
|
D | vivid-ctrls.c | 1679 dev->int32 = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_int32, NULL); in vivid_create_controls()
|
/linux-6.12.1/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 50 typedef signed int int32; typedef
|