Searched refs:PARAM (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsetup.h10 #define PARAM ((unsigned char *)empty_zero_page) macro
12 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
13 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004))
14 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008))
15 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c))
16 #define INITRD_START (*(unsigned long *) (PARAM+0x010))
17 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014))
19 #define COMMAND_LINE ((char *) (PARAM+0x100))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dsetup.h12 #define PARAM ((unsigned char *)empty_zero_page) macro
14 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
15 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004))
16 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008))
17 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c))
18 #define INITRD_START (*(unsigned long *) (PARAM+0x010))
19 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014))
21 #define M32R_CPUCLK (*(unsigned long *) (PARAM+0x018))
22 #define M32R_BUSCLK (*(unsigned long *) (PARAM+0x01c))
23 #define M32R_TIMER_DIVIDE (*(unsigned long *) (PARAM
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Doptions.c36 #define PARAM AV_OPT_FLAG_AUDIO_PARAM macro
39 { "in_channel_layout", "Input Channel Layout", OFFSET(in_channel_layout), AV_OPT_TYPE_INT64, { .i64 = 0 }, INT64_MIN, INT64_MAX, PARAM },
40 { "in_sample_fmt", "Input Sample Format", OFFSET(in_sample_fmt), AV_OPT_TYPE_INT, { .i64 = AV_SAMPLE_FMT_S16 }, AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_NB-1, PARAM },
41 { "in_sample_rate", "Input Sample Rate", OFFSET(in_sample_rate), AV_OPT_TYPE_INT, { .i64 = 48000 }, 1, INT_MAX, PARAM },
42 { "out_channel_layout", "Output Channel Layout", OFFSET(out_channel_layout), AV_OPT_TYPE_INT64, { .i64 = 0 }, INT64_MIN, INT64_MAX, PARAM },
43 { "out_sample_fmt", "Output Sample Format", OFFSET(out_sample_fmt), AV_OPT_TYPE_INT, { .i64 = AV_SAMPLE_FMT_S16 }, AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_NB-1, PARAM },
44 { "out_sample_rate", "Output Sample Rate", OFFSET(out_sample_rate), AV_OPT_TYPE_INT, { .i64 = 48000 }, 1, INT_MAX, PARAM },
45 { "internal_sample_fmt", "Internal Sample Format", OFFSET(internal_sample_fmt), AV_OPT_TYPE_INT, { .i64 = AV_SAMPLE_FMT_NONE }, AV_SAMPLE_FMT_NONE, AV_SAMPLE_FMT_NB-1, PARAM, "internal_sample_fmt" },
46 {"u8" , "8-bit unsigned integer", 0, AV_OPT_TYPE_CONST, {.i64 = AV_SAMPLE_FMT_U8 }, INT_MIN, INT_MAX, PARAM, "internal_sample_fmt"},
47 {"s16", "16-bit signed integer", 0, AV_OPT_TYPE_CONST, {.i64 = AV_SAMPLE_FMT_S16 }, INT_MIN, INT_MAX, PARAM, "internal_sample_fm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Doptions.c35 #define PARAM AV_OPT_FLAG_AUDIO_PARAM macro
38 {"ich" , "set input channel count" , OFFSET( in.ch_count ), AV_OPT_TYPE_INT , {.i64=0 }, 0 , SWR_CH_MAX, PARAM},
39 {"in_channel_count" , "set input channel count" , OFFSET( in.ch_count ), AV_OPT_TYPE_INT , {.i64=0 }, 0 , SWR_CH_MAX, PARAM},
40 {"och" , "set output channel count" , OFFSET(out.ch_count ), AV_OPT_TYPE_INT , {.i64=0 }, 0 , SWR_CH_MAX, PARAM},
41 {"out_channel_count" , "set output channel count" , OFFSET(out.ch_count ), AV_OPT_TYPE_INT , {.i64=0 }, 0 , SWR_CH_MAX, PARAM},
42 {"uch" , "set used channel count" , OFFSET(used_ch_count ), AV_OPT_TYPE_INT , {.i64=0 }, 0 , SWR_CH_MAX, PARAM},
43 {"used_channel_count" , "set used channel count" , OFFSET(used_ch_count ), AV_OPT_TYPE_INT , {.i64=0 }, 0 , SWR_CH_MAX, PARAM},
44 {"isr" , "set input sample rate" , OFFSET( in_sample_rate), AV_OPT_TYPE_INT , {.i64=0 }, 0 , INT_MAX , PARAM},
45 {"in_sample_rate" , "set input sample rate" , OFFSET( in_sample_rate), AV_OPT_TYPE_INT , {.i64=0 }, 0 , INT_MAX , PARAM},
46 {"osr" , "set output sample rate" , OFFSET(out_sample_rate), AV_OPT_TYPE_INT , {.i64=0 }, 0 , INT_MAX , PARAM},
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A DLindent2 PARAM="-npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1"
8 PARAM="$PARAM -il0"
11 PARAM="$PARAM -il0";
14 PARAM="$PARAM -il0"
18 indent $PARAM "$@"
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dzconf.l3 %x COMMAND HELP STRING PARAM
91 "mainmenu" BEGIN(PARAM); return T_MAINMENU;
92 "menu" BEGIN(PARAM); return T_MENU;
93 "endmenu" BEGIN(PARAM); return T_ENDMENU;
94 "source" BEGIN(PARAM); return T_SOURCE;
95 "choice" BEGIN(PARAM); return T_CHOICE;
96 "endchoice" BEGIN(PARAM); return T_ENDCHOICE;
97 "comment" BEGIN(PARAM); return T_COMMENT;
98 "config" BEGIN(PARAM); return T_CONFIG;
99 "help" BEGIN(PARAM); retur
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.l4 %x COMMAND HELP STRING PARAM
100 BEGIN(PARAM);
119 <PARAM>{
171 BEGIN(PARAM);
H A Dlex.zconf.c846 #define PARAM 4 macro
1104 BEGIN(PARAM); variable
1201 case YY_STATE_EOF(PARAM):
1247 BEGIN(PARAM); variable
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l3 %x COMMAND HELP STRING PARAM
99 BEGIN(PARAM);
118 <PARAM>{
170 BEGIN(PARAM);
H A Dlex.zconf.c809 #define PARAM 4 macro
1031 BEGIN(PARAM); variable
1128 case YY_STATE_EOF(PARAM):
1174 BEGIN(PARAM); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dsystem.h44 #define PARAM ZERO_PGE macro
45 #define COMMAND_LINE ((char*)(PARAM + 0x0000))
46 #define INITRD_START (*(unsigned long *) (PARAM+0x100))
47 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x108))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/jsm/
H A Djsm_neo.c55 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting CTSFLOW\n");
86 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting RTSFLOW\n");
126 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting IXON FLOW\n");
163 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting IXOFF FLOW\n");
201 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Unsetting Input FLOW\n");
240 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Unsetting Output FLOW\n");
279 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "start\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c25 #define PARAM(inarg) (((char *)(inarg)) + sizeof(*(inarg))) macro
501 req->f->op.mknod(req, nodeid, PARAM(arg), arg->mode, arg->rdev);
511 req->f->op.mkdir(req, nodeid, PARAM(arg), arg->mode);
550 char *oldname = PARAM(arg);
564 req->f->op.link(req, arg->oldnodeid, nodeid, PARAM(arg));
579 req->f->op.create(req, nodeid, PARAM(arg), arg->mode, &fi);
624 req->f->op.write(req, nodeid, PARAM(arg), arg->size, arg->offset, &fi);
761 char *name = PARAM(arg);
775 req->f->op.getxattr(req, nodeid, PARAM(arg), arg->size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2.h186 typedef enum Level { INTERNAL, GLOBAL, PARAM, LOCAL } Level; enumerator in enum:Level
H A Dsoapcpp2_yacc.y668 arg : /* empty */ { if (sp->table->level != PARAM)
1259 sp->table->level = PARAM;
H A Dsoapcpp2_yacc.tab.c1948 { if (sp->table->level != PARAM)
2688 sp->table->level = PARAM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsoapcpp2.h186 typedef enum Level { INTERNAL, GLOBAL, PARAM, LOCAL } Level; enumerator in enum:Level
H A Dsoapcpp2_yacc.y668 arg : /* empty */ { if (sp->table->level != PARAM)
1259 sp->table->level = PARAM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2.h186 typedef enum Level { INTERNAL, GLOBAL, PARAM, LOCAL } Level; enumerator in enum:Level
H A Dsoapcpp2_yacc.y668 arg : /* empty */ { if (sp->table->level != PARAM)
1259 sp->table->level = PARAM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsoapcpp2.h186 typedef enum Level { INTERNAL, GLOBAL, PARAM, LOCAL } Level; enumerator in enum:Level
H A Dsoapcpp2_yacc.y668 arg : /* empty */ { if (sp->table->level != PARAM)
1259 sp->table->level = PARAM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doggenc.c77 #define PARAM AV_OPT_FLAG_ENCODING_PARAM macro
83 OFFSET(pref_size), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, MAX_PAGE_SIZE, PARAM },
85 OFFSET(pref_duration), AV_OPT_TYPE_INT64, { .i64 = 1000000 }, 0, INT64_MAX, PARAM },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTextClient.cpp963 #define DEPRECATED(OLDCMD, ID, NEWCMD, PARAM) \
965 CFormat(wxTRANSLATE("This is a deprecated command, and may be removed in the future.\nUse '%s' instead.\n")) % wxT(NEWCMD), CMD_PARAM_##PARAM)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtparser.tex232 m_Parser -> PushTagHandler(this, "PARAM");

Completed in 187 milliseconds

12