Searched refs:flat (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dvia-pmu-backlight.c25 int i, flat, count, range = (max - min); local
29 for (flat = 1; flat < (FB_BACKLIGHT_LEVELS / 16); ++flat)
30 bl_curve[flat] = min;
34 bl_curve[flat + i] = min + (range * (i + 1) / count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dflat.h7 * support uClinux flat-format executables.
14 #include <asm/flat.h>
93 # error "Unknown bitfield order for flat files."
H A Dinput.h55 __s32 flat; member in struct:input_absinfo
1109 * about absolute axes (current value, min, max, flat, fuzz,
1457 int min, int max, int fuzz, int flat);
1478 INPUT_GENERATE_ABS_ACCESSORS(flat, flat)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dffprobe.mak18 fate-ffprobe_flat: CMD = run $(FFPROBE_COMMAND) -of flat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A DMakefile9 sys_bfin.o traps.o irqchip.o dma-mapping.o flat.o \
H A Dflat.c9 #include <linux/flat.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfbsysfs.c555 unsigned int i, flat, count, range = (max - min); local
561 for (flat = 1; flat < (FB_BACKLIGHT_LEVELS / 16); ++flat)
562 fb_info->bl_curve[flat] = min;
566 fb_info->bl_curve[flat + i] = min + (range * (i + 1) / count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/watcom/
H A Dwatcom_f.mak2 # OpenWatcom flat model
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dpmjump.S52 # Set up data segments for flat 32-bit mode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/watcom/
H A Dwatcom_f.mak2 # OpenWatcom flat model
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlis3lv02d.c452 int max_val, fuzz, flat; local
477 flat = (LIS3_DEFAULT_FLAT * lis3_dev.scale) / LIS3_ACCURACY;
478 input_set_abs_params(input_dev, ABS_X, -max_val, max_val, fuzz, flat);
479 input_set_abs_params(input_dev, ABS_Y, -max_val, max_val, fuzz, flat);
480 input_set_abs_params(input_dev, ABS_Z, -max_val, max_val, fuzz, flat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dstdrend.cpp860 wxRect flat = GetBorderDimensions(wxBORDER_STATIC); local
862 flat.x == flat.width && flat.y == flat.height,
865 // take the larger of flat/raised values:
866 wxSize border(wxMax(raised.x, flat.x), wxMax(raised.y, flat.y));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dgf2k.c338 int flat = i < 2 ? 24 : 0; local
341 32, max - 32, 8, flat);
H A Dsidewinder.c764 int min, max, fuzz, flat; local
770 flat = code == ABS_THROTTLE || bits < 5 ?
774 min, max, fuzz, flat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dlm32_lcc.asm12 ; To be used only with 32 bit flat model. To simplify the code, the option
H A Dcrc_i386.asm43 ; by defining NO_ALIGN, thus allowing to use .model flat. There is no need
77 .model flat
H A Dmatch32.asm13 ; To be used only with 32 bit flat model. To simplify the code, the option
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstatusbr.tex239 Sets the styles of the fields in the status line which can make fields appear flat
254 \twocolitem{\windowstyle{wxSB\_FLAT}}{No border is painted around the field so that it appears flat.}
H A Dbutton.tex28 \twocolitem{\windowstyle{wxNO\_BORDER}}{Creates a flat button. Windows and GTK+ only.}
H A Dpropdlg.tex4 for showing settings. It is optimized to show flat tabs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dcrc_i386.asm43 ; by defining NO_ALIGN, thus allowing to use .model flat. There is no need
77 .model flat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffprobe.c1052 DEFINE_WRITER_CLASS(flat); variable
1056 FlatContext *flat = wctx->priv; local
1058 if (strlen(flat->sep_str) != 1) {
1060 flat->sep_str);
1063 flat->sep = flat->sep_str[0];
1103 FlatContext *flat = wctx->priv; local
1115 if (flat->hierarchical ||
1117 av_bprintf(buf, "%s%s", wctx->section[wctx->level]->name, flat->sep_str);
1122 av_bprintf(buf, "%d%s", n, flat
1134 FlatContext *flat = wctx->priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-object-tree.c1375 char *flat; local
1379 flat = flatten_path (path);
1380 if (flat == NULL)
1384 flat,
1387 dbus_free (flat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/asm/i386/src_masm/all/
H A Dasm_all.asm46 .model flat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dmatch32.asm13 ; To be used only with 32 bit flat model. To simplify the code, the option

Completed in 291 milliseconds

12