Searched refs:construct (Results 1 - 25 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwindowdc.tex8 To draw on a window from inside {\bf OnPaint}, construct a \helpref{wxPaintDC}{wxpaintdc} object.
10 To draw on the client area of a window from outside {\bf OnPaint}, construct a \helpref{wxClientDC}{wxclientdc} object.
12 To draw on the whole window including decorations, construct a \helpref{wxWindowDC}{wxwindowdc} object
H A Dclientdc.tex8 To draw on a window from within {\bf OnPaint}, construct a \helpref{wxPaintDC}{wxpaintdc} object.
10 To draw on the whole window including decorations, construct a \helpref{wxWindowDC}{wxwindowdc} object
H A Dpaintdc.tex13 To draw on a window from outside {\bf OnPaint}, construct a \helpref{wxClientDC}{wxclientdc} object.
15 To draw on the whole window including decorations, construct a \helpref{wxWindowDC}{wxwindowdc} object
H A Dfontlist.tex29 Constructor. The application should not construct its own font list:
H A Dsnglinst.tex49 Note using \helpref{wxGetUserId()}{wxgetuserid} to construct the name: this
94 are commonly used to construct this parameter.}
H A Dtruntime.tex51 to construct a new object of a given type, by supplying a string name.
69 \item a function that can be called to construct an instance of this class.
H A Dclasinfo.tex26 Constructs a wxClassInfo object. The supplied macros implicitly construct objects of this
H A Dquantize.tex21 Constructor. You do not need to construct a wxQuantize object since its functions are static.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dkmem.h97 void (*construct)(void *))
99 return kmem_cache_create(zone_name, size, 0, flags, construct);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/puff/
H A Dpuff.c39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
310 * Huffman code for n symbols, construct the tables required to decode those
329 * fixed() and is not verified by construct().
340 local int construct(struct huffman *h, const short *length, int n) function
548 /* construct lencode and distcode */
563 construct(&lencode, lengths, FIXLCODES);
568 construct(&distcode, lengths, MAXDCODES);
655 * code length code lengths, three bits each. This is used to construct the
669 int err; /* construct() retur
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/puff/
H A Dpuff.c39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
309 * Huffman code for n symbols, construct the tables required to decode those
328 * fixed() and is not verified by construct().
339 local int construct(struct huffman *h, const short *length, int n) function
547 /* construct lencode and distcode */
562 construct(&lencode, lengths, FIXLCODES);
567 construct(&distcode, lengths, MAXDCODES);
654 * code length code lengths, three bits each. This is used to construct the
668 int err; /* construct() retur
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/blast/
H A Dblast.c175 * Huffman code for n symbols, construct the tables required to decode those
187 local int construct(struct huffman *h, const unsigned char *rep, int n) function
313 construct(&litcode, litlen, sizeof(litlen));
314 construct(&lencode, lenlen, sizeof(lenlen));
315 construct(&distcode, distlen, sizeof(distlen));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/blast/
H A Dblast.c173 * Huffman code for n symbols, construct the tables required to decode those
185 local int construct(struct huffman *h, const unsigned char *rep, int n) function
311 construct(&litcode, litlen, sizeof(litlen));
312 construct(&lencode, lenlen, sizeof(lenlen));
313 construct(&distcode, distlen, sizeof(distlen));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/blast/
H A Dblast.c173 * Huffman code for n symbols, construct the tables required to decode those
185 local int construct(struct huffman *h, const unsigned char *rep, int n) function
311 construct(&litcode, litlen, sizeof(litlen));
312 construct(&lencode, lenlen, sizeof(lenlen));
313 construct(&distcode, distlen, sizeof(distlen));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/blast/
H A Dblast.c173 * Huffman code for n symbols, construct the tables required to decode those
185 local int construct(struct huffman *h, const unsigned char *rep, int n) function
311 construct(&litcode, litlen, sizeof(litlen));
312 construct(&lencode, lenlen, sizeof(lenlen));
313 construct(&distcode, distlen, sizeof(distlen));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
289 * Huffman code for n symbols, construct the tables required to decode those
308 * fixed() and is not verified by construct().
319 local int construct(struct huffman *h, short *length, int n) function
524 construct(&lencode, lengths, FIXLCODES);
529 construct(&distcode, lengths, MAXDCODES);
616 * code length code lengths, three bits each. This is used to construct the
630 int err; /* construct() return value */
653 err = construct(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/puff/
H A Dpuff.c39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
289 * Huffman code for n symbols, construct the tables required to decode those
308 * fixed() and is not verified by construct().
319 local int construct(struct huffman *h, short *length, int n) function
524 construct(&lencode, lengths, FIXLCODES);
529 construct(&distcode, lengths, MAXDCODES);
616 * code length code lengths, three bits each. This is used to construct the
630 int err; /* construct() return value */
653 err = construct(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp481 construct(field, field_length);
487 construct(field);
493 construct(field_name, field_value, field_value_length);
499 construct(field_name, field_value);
506 construct((const char *)entry.entry_.entry, entry.entry_.length);
513 construct((const char *)entry.entry_.entry, entry.entry_.length);
692 void VorbisComment::Entry::construct(const char *field, unsigned field_length)
698 void VorbisComment::Entry::construct(const char *field)
700 construct(field, strlen(field));
703 void VorbisComment::Entry::construct(cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/debian/
H A Dinit.d4 # This file should be used to construct scripts for /etc/init.d.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex71 construct the VQ vector lookup table of size
128 "render_line(x0, y0, x1, y1, v)" to construct an integer floor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_frei0r.c65 f0r_construct_f construct; member in struct:Frei0rContext
301 !(s->construct = load_sym(ctx, "f0r_construct" )) ||
361 if (!(s->instance = s->construct(inlink->w, inlink->h))) {
478 if (!(s->instance = s->construct(outlink->w, outlink->h))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_frei0r.c55 f0r_construct_f construct; member in struct:Frei0rContext
244 !(frei0r->construct = load_sym(ctx, "f0r_construct" )) ||
309 if (!(frei0r->instance = frei0r->construct(inlink->w, inlink->h))) {
422 if (!(frei0r->instance = frei0r->construct(outlink->w, outlink->h))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h598 void construct(const char *field, unsigned field_length);
599 void construct(const char *field); // assumes \a field is NUL-terminated
600 void construct(const char *field_name, const char *field_value, unsigned field_value_length);
601 void construct(const char *field_name, const char *field_value); // assumes \a field_value is NUL-terminated
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dmul.S113 or %o5, %o0, %o0 ! construct low part of result
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.inc45 * L _l_ocale-specific construct seen
46 * M unportable (_m_achine-specific) construct seen
48 * P non-_P_OSIX construct seen

Completed in 509 milliseconds

123