Searched refs:int16 (Results 1 - 25 of 46) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmddihost.h165 int16 src_width,
166 int16 src_starting_row,
167 int16 src_starting_column,
168 int16 num_of_rows,
169 int16 num_of_columns, int16 dst_starting_row, int16 dst_starting_column);
175 int16 src_width,
176 int16 src_starting_row,
177 int16 src_starting_colum
[all...]
H A Dmdp_ppp_v31.c54 static int16 mdp_scale_pixel_repeat_C0[MDP_SCALE_COEFF_NUM] = {
61 static int16 mdp_scale_pixel_repeat_C1[MDP_SCALE_COEFF_NUM] = {
68 static int16 mdp_scale_pixel_repeat_C2[MDP_SCALE_COEFF_NUM] = {
75 static int16 mdp_scale_pixel_repeat_C3[MDP_SCALE_COEFF_NUM] = {
85 static int16 mdp_scale_0p8_to_8p0_C0[MDP_SCALE_COEFF_NUM] = {
92 static int16 mdp_scale_0p8_to_8p0_C1[MDP_SCALE_COEFF_NUM] = {
99 static int16 mdp_scale_0p8_to_8p0_C2[MDP_SCALE_COEFF_NUM] = {
106 static int16 mdp_scale_0p8_to_8p0_C3[MDP_SCALE_COEFF_NUM] = {
115 static int16 mdp_scale_0p6_to_0p8_C0[MDP_SCALE_COEFF_NUM] = {
122 static int16 mdp_scale_0p6_to_0p8_C
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/access_control/
H A DAccessControl.h21 #ifndef int16
22 #define int16 short macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/multissidcontrol/
H A DMultiSsidControl.h21 #ifndef int16
22 #define int16 short macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Daudio_convert.asm375 CONV int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N
376 CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N
377 CONV int16, int32, u, 1, 2, INT32_TO_INT16_N, NOP_N
378 CONV int16, int32, a, 1, 2, INT32_TO_INT16_N, NOP_N
384 CONV int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N
385 CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N
386 CONV int16, int32, u, 1, 2, INT32_TO_INT16_N, NOP_N
387 CONV int16, int32, a, 1, 2, INT32_TO_INT16_N, NOP_N
389 PACK_2CH int16, int16,
[all...]
H A Dresample_init.c37 RESAMPLE_FUNCS(int16, mmxext);
38 RESAMPLE_FUNCS(int16, sse2);
39 RESAMPLE_FUNCS(int16, xop);
H A Drematrix_init.c30 D(int16, mmx)
31 D(int16, sse2)
H A Dresample.asm58 %macro RESAMPLE_FNS 3-5 ; format [float or int16], bps, log2_bps, float op suffix [s or d], 1.0 constant
169 %ifidn %1, int16
178 %ifidn %1, int16
191 %ifidn %1, int16
308 %ifidn %1, int16
361 %ifidn %1, int16
410 %ifidn %1, int16
421 %ifidn %1, int16
445 %ifidn %1, int16
589 RESAMPLE_FNS int16,
[all...]
H A Daudio_convert_init.c26 #define PROTO2(pre, out, cap) PROTO(pre, int16, out, cap) PROTO(pre, int32, out, cap) PROTO(pre, float, out, cap)
27 #define PROTO3(pre, cap) PROTO2(pre, int16, cap) PROTO2(pre, int32, cap) PROTO2(pre, float, cap)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientUDPSocket.h41 void ProcessPacket(byte* packet, int16 size, int8 opcode, uint32 host, uint16 port);
H A DTypes.h100 typedef uint16_t int16; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutypes.h9 typedef signed short int16; typedef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c48 typedef int int16; typedef
73 int16 extractFloat64Exp(float64 a);
74 int16 extractFloat32Exp(float32 a);
77 float64 packFloat64(flag zSign, int16 zExp, bits64 zSig);
78 void shift64RightJamming(bits64 a, int16 count, bits64 * zPtr);
79 float32 packFloat32(flag zSign, int16 zExp, bits32 zSig);
80 void shift32RightJamming(bits32 a, int16 count, bits32 * zPtr);
98 static float64 normalizeRoundAndPackFloat64(flag zSign, int16 zExp,
102 static float32 roundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig);
103 static float32 normalizeRoundAndPackFloat32(flag zSign, int16 zEx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_config.c529 if (sizeof(int16) != 2)
531 printf ("***** ERROR scalar data type `int16' is broken.\n");
532 printf ("\t`sizeof(int16)' is %d; it should be 2.\n", sizeof(int16));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dbyteorder.h120 #define SVALS(buf,pos) ((int16)SVAL(buf,pos))
124 #define SSVALS(buf,pos,val) SSVALX((buf),(pos),((int16)(val)))
132 WARNING: This section is dependent on the length of int16 and int32
141 #define SVALS(buf,pos) (*(const int16 *)((const char *)(buf) + (pos)))
142 #define SVALS_NC(buf,pos) (*(int16 *)((char *)(buf) + (pos))) /* Non const version of above. */
149 #define SSVALS(buf,pos,val) SVALS_NC(buf,pos)=((int16)(val))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_luv.c189 int16* tp;
190 int16 b;
199 tp = (int16*) op;
202 tp = (int16*) sp->tbuf;
213 b = (int16)(*bp++ << shft);
220 tp[i++] |= (int16)*bp++ << shft;
378 int16* tp;
379 int16 b;
387 tp = (int16*) bp;
389 tp = (int16*) s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/raid6/
H A DMakefile4 int8.o int16.o int32.o altivec1.o altivec2.o altivec4.o \
36 targets += int16.c
37 $(obj)/int16.c: UNROLL := 16
38 $(obj)/int16.c: $(src)/int.uc $(src)/unroll.awk FORCE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A DARM-gcc.h23 typedef int int16; typedef
H A Dsoftfloat.c125 INLINE int16 extractFloat32Exp( float32 a )
147 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr )
169 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
197 static float32 roundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig )
260 normalizeRoundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig )
286 INLINE int16 extractFloat64Exp( float64 a )
308 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr )
330 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig )
360 static float64 roundAndPackFloat64( struct roundingData *roundData, flag zSign, int16 zExp, bits64 zSig )
364 int16 roundIncremen
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dbyteorder.h123 #define SVALS(buf,pos) ((int16)SVAL(buf,pos))
127 #define SSVALS(buf,pos,val) SSVALX((buf),(pos),((int16)(val)))
136 #define SVALS(buf,pos) ((int16)SVAL(buf,pos))
140 #define SSVALS(buf,pos,val) SSVALX((buf),(pos),((int16)(val)))
150 WARNING: This section is dependent on the length of int16 and int32
160 #define SVALS_NC(buf,pos) (*(int16 *)((char *)(buf) + (pos))) /* Non const version of above. */
167 #define SSVALS(buf,pos,val) SVALS_NC(buf,pos)=((int16)(val))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/raid6/test/
H A DMakefile25 raid6.a: int1.o int2.o int4.o int8.o int16.o int32.o mmx.o sse1.o sse2.o \
59 int16.c: int.uc ../unroll.awk
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h189 int16 RSSI; /* receive signal strength (in dBm) */
222 int16 RSSI; /* receive signal strength (in dBm) */
264 int16 RSSI; /* receive signal strength (in dBm) */
280 int16 SNR; /* average SNR of during frame reception */
1386 /* version for unpacked sample data, int16 {(I,Q),Core(0..N)} */
1497 int16 cur_test_cnt; /* test phase */
2642 int16 RSSI; /* receive signal strength (in dBm) */
2649 int16 RSSI; /* receive signal strength (in dBm) */
2702 int16 flags; /* Bit field to control features
2706 int16 rssi_margi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libaddns/
H A Ddns.h56 #ifndef int16
57 #define int16 int16_t macro
112 Type definitions for int16, int32, uint16 and uint32. Needed
120 #if !defined(int16) && !defined(HAVE_INT16_FROM_RPC_RPC_H)
122 # define int16 __ERROR___CANNOT_DETERMINE_TYPE_FOR_INT16; macro
124 # define int16 short macro
132 * case as int16 may be a typedef from rpc/rpc.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dalsa-audio-common.c123 REORDER_OUT_50(int16, int16_t)
124 REORDER_OUT_51(int16, int16_t)
125 REORDER_OUT_71(int16, int16_t)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmb_pass.c106 len = strlen_w(wpwd) * sizeof(int16);

Completed in 213 milliseconds

12