Searched refs:Line (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ks8695/include/mach/
H A Ddebug-macro.S29 1001: ldr \rd, [\rx, #KS8695_URLS] @ Read Line Status Register
35 1001: ldr \rd, [\rx, #KS8695_URLS] @ Read Line Status Register
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/penguin/
H A Ddxfrenderer.h24 enum Type { Line, Face } type; enumerator in enum:DXFEntity::Type
30 DXFLine() { type = Line; }
H A Ddxfrenderer.cpp586 if (p->type == DXFEntity::Line)
621 if (p->type == DXFEntity::Line)
655 if (p->type == DXFEntity::Line)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexVHDL.cxx249 //Platform::DebugPrintf("Line[%04d] Prev[%20s] ************************* Level[%x]\n", lineCurrent+1, prevWord, levelCurrent);
381 //Platform::DebugPrintf("Line[%04d] Prev[%20s] Cur[%20s] Level[%x]\n", lineCurrent+1, prevWord, s, levelCurrent);
404 //Platform::DebugPrintf("Line[%04d] ---------------------------------------------------- Level[%x]\n", lineCurrent+1, levelCurrent);
417 // Platform::DebugPrintf("Line[%04d] ---------------------------------------------------- Level[%x]\n", lineCurrent+1, levelCurrent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-perl-436 Line 1\nLine 2
38 Line 1\nStill line 1
94 "Line 1\n"
95 "Line 2\n"
98 msgid "Line 1\\nStill line 1\n"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_hqdn3d.c33 unsigned int *Line; member in struct:__anon2081
259 av_freep(&hqdn3d->Line);
283 hqdn3d->Line = av_malloc(inlink->w * sizeof(*hqdn3d->Line));
284 if (!hqdn3d->Line)
302 hqdn3d->Line, &hqdn3d->Frame[0], inpic->video->w, inpic->video->h,
308 hqdn3d->Line, &hqdn3d->Frame[1], cw, ch,
314 hqdn3d->Line, &hqdn3d->Frame[2], cw, ch,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dregs-lcd.h88 #define LCCR1_PPL Fld (10, 0) /* Pixels Per Line - 1 */
94 #define LCCR1_ELW Fld (8, 16) /* End-of-Line pixel clock Wait - 1 */
97 #define LCCR1_BLW Fld (8, 24) /* Beginning-of-Line pixel clock */
100 #define LCCR2_LPP Fld (10, 0) /* Line Per Panel - 1 */
101 #define LCCR2_DisHght(Line) (((Line) - 1) << FShft (LCCR2_LPP))
164 #define OVLxC1_PPL(x) ((((x) - 1) & 0x3ff) << 0) /* Pixels Per Line */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dfskeleton.S205 | This is the exit point for the 060FPSP when an F-Line Illegal exception is
206 | encountered. Three different types of exceptions can enter the F-Line exception
208 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
209 | _fpsp_fline() distinguishes between the three and acts appropriately. F-Line
220 | encountered. Three different types of exceptions can enter the F-Line exception
222 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/doshift/
H A Dlcdoshift.c1029 int Line=0, Len=0, Pos=0; local
1038 Line++;
1054 fprintf(stderr, "Error reading parameter file %s line %d - Missing end quote.\n", FileName, Line);
1064 fprintf(stderr, "Error reading parameter file %s line %d - Missing variable name.\n", FileName, Line);
1075 fprintf(stderr, "Error reading parameter file %s line %d - Missing value.\n", FileName, Line);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dset_env.bat35 rem set METROWERKS_PATH=%TOOLS%\codewar\PDK_40\Other Metrowerks Tools\Command Line Tools
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dkst_ifc.h182 char Line[DIVA_TRACE_LINE_TYPE_LEN]; member in struct:_diva_trace_line_state
H A Ddebug.c1446 if (channel->Line[0] == 'I' && channel->Line[1] == 'd' &&
1447 channel->Line[2] == 'l' && channel->Line[3] == 'e') {
1479 diva_mnt_internal_dprintf (pC->hDbg->id, DLI_STAT, "L Status = <%s>", &channel->Line[0]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/
H A Dsanity36 class Line class
101 # name of the file and the argument "lines" being an array of Line objects for
695 lines.push( Line.new( aFile.lineno, line ) )
735 # Sort the results by the following sequence of variables: Path -> File -> Filter -> Line
753 # Create a tree of results: [ Path, [ File, [ Filter, [ Line ] ] ] ]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex8 Vorbis floor type zero uses Line Spectral Pair (LSP, also alternately
9 known as Line Spectral Frequency or LSF) representation to encode a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbuild_vms.com147 $! * 3 spaces after $ for second level. Line start + 4.
148 $! * 7 spaces after $ for third level. Line start + 8.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Driva_hw.h486 RivaLine __iomem *Line; member in struct:_riva_hw_inst
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex127 Line arrows can be added (pointing in the direction in which
321 \twocolitem{\image{1cm;0cm}{linearrow.bmp}}{{\bf Line arrow} Toggles an arrow on or off for the selected objects.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp174 int Line() const { return m_nLine; } function in class:wxFileConfigEntry
726 buffer.GetName(), n + 1, strKey.c_str(), pEntry->Line());
1224 _T(" ** Adding Line '%s'"),
1264 _T(" ** Inserting Line '%s' after '%s'"),
1308 _T(" ** Removing Line '%s'"),
1447 _T(" Getting Line item pointer") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dmakevms.com96 $! Check To Make Sure We Have Valid Command Line Parameters.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dmakeapps.com76 $! Check To Make Sure We Have Valid Command Line Parameters.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1318 #define PPC_L_LCLK 0x00000200 /* LCD Line CLocK */
1955 #define LCCR1_PPL Fld (6, 4) /* Pixels Per Line/16 - 1 */
1963 #define LCCR1_ELW Fld (8, 16) /* End-of-Line pixel clock Wait */
1965 #define LCCR1_EndLnDel(Tpix) /* End-of-Line Delay */ \
1968 #define LCCR1_BLW Fld (8, 24) /* Beginning-of-Line pixel clock */
1970 #define LCCR1_BegLnDel(Tpix) /* Beginning-of-Line Delay */ \
1974 #define LCCR2_LPP Fld (10, 0) /* Line Per Panel - 1 */
1975 #define LCCR2_DisHght(Line) /* Display Height [1..1024 lines] */ \
1976 (((Line) - 1) << FShft (LCCR2_LPP))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcrypto-lib.com122 $! Check To Make Sure We Have Valid Command Line Parameters.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcrypto-lib.com122 $! Check To Make Sure We Have Valid Command Line Parameters.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dmakeapps.com103 $! Check To Make Sure We Have Valid Command Line Parameters.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dmakeapps.com103 $! Check To Make Sure We Have Valid Command Line Parameters.

Completed in 397 milliseconds

12