Searched refs:extension (Results 126 - 150 of 168) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_synth.c213 inst.name, inst.extension,
246 * ext is the extension data of 7 bytes long (stored in name of SBI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsmbldap.c1749 BOOL smbldap_has_extension(LDAP *ld, const char *extension) argument
1752 return smbldap_check_root_dse(ld, attrs, extension);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvideodsp.asm26 ; slow vertical extension loop function. Works with variable-width, and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dartprov.tex86 name (without extension and directory components). Icon themes recognized
H A Dtreebook.tex14 This class is an extension of the Notebook class that allows a tree structured
H A Dhthelpct.tex104 top-level directory. This ZIP archive must have .zip or .htb extension
H A Dhthlpfrm.tex242 (uses extension to MS format, <param name="ID" value=id>)
H A Drichtextbuffer.tex464 \func{wxRichTextFileHandler*}{FindHandler}{\param{const wxString\& }{extension}, \param{int }{imageType}}
466 Finds a handler by extension and type.
H A Dtxrc.tex68 or a \helpref{zip-compressed file}{binaryresourcefiles} (extension ZIP or XRS) containing other XRC.
H A Drichtextctrl.tex981 is wxRICHTEXT\_TYPE\_ANY, the type is deduced from the filename extension.
1273 is wxRICHTEXT\_TYPE\_ANY, the type is deduced from the filename extension.
H A Dwxmsw.tex16 Unicode mode (for Windows 95 through the MSLU extension
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dpfpsp.S382 set EXC_EXTWORD, LV+2 # saved extension word
383 set EXC_CMDREG, LV+2 # saved extension word
670 # bit five of the fp extension word separates the monadic and dyadic operations
700 andi.w &0x007f,%d1 # extract extension
943 andi.w &0x007f,%d1 # extract extension
1279 # bit five of the fp extension word separates the monadic and dyadic operations
1300 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
1327 mov.b 1+EXC_CMDREG(%a6),%d0 # fetch extension
1824 # bit five of the fp extension word separates the monadic and dyadic operations
1845 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
[all...]
H A Dfpsp.S383 set EXC_EXTWORD, LV+2 # saved extension word
384 set EXC_CMDREG, LV+2 # saved extension word
671 # bit five of the fp extension word separates the monadic and dyadic operations
701 andi.w &0x007f,%d1 # extract extension
944 andi.w &0x007f,%d1 # extract extension
1280 # bit five of the fp extension word separates the monadic and dyadic operations
1301 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
1328 mov.b 1+EXC_CMDREG(%a6),%d0 # fetch extension
1825 # bit five of the fp extension word separates the monadic and dyadic operations
1846 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbdbread.mak44 MODULE = mod # Downloadable module extension
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilename.cpp491 _T("the path shouldn't contain file name nor extension") );
530 // nor any extension
736 wxFileName::SplitPath(prefix, &dir, &name, NULL /* extension */);
1796 // now just add the file name and extension to it
2047 // extension in this case
2056 // the dot is part of the path, not the start of the extension
2114 // finally deal with the extension here: we have an added complication that
2115 // extension may be empty (but present) as in "foo." where trailing dot
2116 // indicates the empty extension at the end -- and hence we must remember
2120 // no extension
[all...]
H A Dimage.cpp2076 wxLogError(_("Can't save image to file '%s': unknown extension."), filename.c_str());
2362 wxImageHandler *wxImage::FindHandler( const wxString& extension, long bitmapType ) argument
2368 if ( (handler->GetExtension().Cmp(extension) == 0) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dinode.c318 static int is_exec(unsigned char *extension) argument
323 if (!strncmp(extension, walk, 3))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dadssearch.pl567 print "\t--fastbind\n\t\tDo LDAP fast bind using LDAP_SERVER_FAST_BIND_OID extension\n";
1696 my $mesg = $hd->extension(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_fax3.c194 #define extension(a0) Fax3Extension(module, tif, a0) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h1554 // Gets the extension for the block's type
1934 /// Finds a handler by extension and type
1935 static wxRichTextFileHandler *FindHandler(const wxString& extension, int imageType);
2182 /// Can we handle this filename (if using files)? By default, checks the extension.
2199 /// The default extension to recognise
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html760 # The extension is set appropriately, if necessary.
767 # extension is set appropriately, if necessary.
835 # If this is set, then all HTML files will have extension ".htm" instead of
1011 # extension for nodes files when NODE_FILES is true
1014 # extension
5116 my $extension = shift;
5119 push @files,"$base.$extension" if (defined($extension) and ($extension ne ''));
5138 # extension
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex1149 Tex2RTF recognises standard \LaTeX\ bibliography files (usually with {\tt .bib} extension)
2377 In RTF mode, the second argument is tried with first a BMP extension and
2378 then a WMF extension to find a suitable Windows bitmap file, placeable
2739 extension to optimize two-column lists for different
2746 extension to optimize two-column lists for different
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule-remote-gui.cpp1937 params.typeText, params.extension, params.availability,
H A DExternalConn.cpp1080 params.extension = search_request->SearchExt();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...

Completed in 568 milliseconds

1234567