Searched defs:SCALE (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Daci.h54 #define SCALE(xmax,ymax,x) (((x)*(ymax)+(xmax)/2)/(xmax)) macro
H A Dvidc.c99 #define SCALE(lev,master) ((lev) * (master) * 65536 / 10000) macro
115 #undef SCALE macro
H A Dwaveartist.c928 #define SCALE(lev,max) ((lev) * (max) / 100) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfaandct.c33 # define SCALE(x) postscale[x] macro
35 # define SCALE(x) 1 macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dadm9240.c83 static inline int SCALE(long val, int mul, int div) function
H A Dsmsc47m192.c62 static inline int SCALE(long val, int mul, int div) function
H A Dadm1026.c195 #define SCALE(val,from,to) (((val)*(to) + ((from)/2))/(from)) macro
H A Dlm85.c153 #define SCALE(val,from,to) (((val)*(to) + ((from)/2))/(from)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnt_printing.h30 #define SCALE 0x00000010L macro

Completed in 203 milliseconds