Home
last modified time | relevance | path

Searched refs:flot (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/flot/
H A Dflot.mk11 FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\
H A DConfig.in2 bool "flot"
21 comment "flot plugins"
H A Dflot.hash2 sha256 ef9a873befe3ff5ea42ebf1c3657887265a1717744ca8ed0c2bd3dd736d16b21 flot-0.8.3.tar.gz
/OK3568_Linux_fs/kernel/drivers/atm/
H A Diphase.c317 u16 flot; in cellrate_to_float() local
327 flot = NZ | (i << M_BITS) | (cr & M_MASK); in cellrate_to_float()
329 flot = NZ | (i << M_BITS) | ((cr << (M_BITS - i)) & M_MASK); in cellrate_to_float()
331 flot = NZ | (i << M_BITS) | ((cr >> (i - M_BITS)) & M_MASK); in cellrate_to_float()
332 return flot; in cellrate_to_float()
/OK3568_Linux_fs/buildroot/
H A DCHANGES6858 firmware-imx, flann, flashrom, flite, flot, fmlib, freerdp,
8321 flex, flot, fltk, fontconfig, freerdp, freescale-imx,
8530 flac, flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
9099 fftw, firmware-imx, flot, fltk, freetype, gawk, gdk-pixbuf,
9174 dvb-apps, flot, libatomic_ops, libeXosip2, libosip2, libxml2,
9277 fb-test-app, fbset, feh, ffmpeg, file, flex, flot, foomatic,
9958 feh, flot, giblib, igh-ethercat, imlib2, jquery,
/OK3568_Linux_fs/buildroot/package/
H A DConfig.in1667 source "package/flot/Config.in"