Searched refs:template (Results 51 - 75 of 289) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Drawbmp.h77 template class from a DLL. Besides, as all the methods are inline it's not
86 wxPixelFormat is a template class describing the bitmap data format. It
108 template <class Channel,
183 // used as default value for the pixel format in wxPixelIterator template
184 template <class T> struct wxPixelFormatFor;
190 template <>
260 template specialization support in VC (both 6 and 7): instead of partly
271 // we need to define this skeleton template to mollify VC++
272 template <class Image>
275 template <clas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dkprobes.c87 brl->quad0.template = 0x05; /* [MLX](stop) */
100 static void __kprobes update_kprobe_inst_flag(uint template, uint slot, argument
120 if (bundle_encoding[template][slot] == B) {
136 } else if (bundle_encoding[template][slot] == X) {
153 static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot, argument
160 if (!((bundle_encoding[template][slot] == I) ||
161 (bundle_encoding[template][slot] == M)))
189 static int __kprobes unsupported_inst(uint template, uint slot, argument
197 if (is_cmp_ctype_unc_inst(template, slot, major_opcode, kprobe_inst)) {
207 else if (bundle_encoding[template][slo
300 prepare_break_inst(uint template, uint slot, uint major_opcode, unsigned long kprobe_inst, struct kprobe *p, int qp) argument
340 unsigned int template; local
369 valid_kprobe_addr(int template, int slot, unsigned long addr) argument
515 unsigned int template = bundle->quad0.template; local
546 unsigned int template = bundle->quad0.template; local
587 unsigned int slot = addr & 0xf, template, major_opcode = 0; local
691 unsigned long template; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgparam.h24 template <class T> ConstByteArrayParameter(const T &string, bool deepCopy = false)
82 template <class T, class BASE>
117 template <class R>
154 template <class BASE, class T>
160 template <class T>
168 template <class R>
174 template <class R>
180 template <class T, class BASE>
193 template <class R>
206 template <clas
[all...]
H A Dsimple.h15 template <class DERIVED, class BASE>
23 template <class BASE, class ALGORITHM_INFO=BASE>
48 template <class T>
56 template <class T>
80 template <class T>
99 template <class T>
110 template <class T>
121 template <class T>
151 template <class T>
H A Dpolynomi.h17 template <class T> class PolynomialOver
64 template <typename Iterator> PolynomialOver(Iterator begin, Iterator end)
159 template <class T, int instance> class PolynomialOverFixedRing : private PolynomialOver<T>
184 template <typename Iterator> PolynomialOverFixedRing(Iterator first, Iterator last)
310 template <class T> class RingOfPolynomialsOver : public AbstractEuclideanDomain<PolynomialOver<T> >
392 template <class Ring, class Element>
394 template <class Ring, class Element>
396 template <class Ring, class Element>
400 template <class T, int instance>
404 template <clas
[all...]
H A Dpubkey.h42 // VC60 workaround: this macro is defined in shlobj.h and conflicts with a template parameter used in this file
122 template <class TFI, class MEI>
138 template <class BASE>
152 template <class INTERFACE, class BASE>
239 template <class H> struct HashIdentifierLookup2
301 template <class HASH_ALGORITHM>
309 template <class INTERFACE, class BASE>
354 template <class T1, class T2, class T3>
365 template <class T1, class T2, class T3, class T4>
372 template <clas
[all...]
H A Deprecomp.h10 template <class T>
24 template <class T>
40 template <class T>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DScopedPtr.h39 template <typename TYPE>
93 template <typename TYPE>
148 template <typename STL_CONTAINER>
H A DOtherFunctions.h52 template <class TYPE>
92 template <typename LIST, typename ITEM>
116 template <typename LIST, typename ITEM>
139 template <typename TYPE>
145 template <typename FIRST, typename SECOND>
153 template <typename STL_CONTAINER>
168 template <class InputIterator, class OutputIterator>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dtemplates.h34 template <typename T> static inline T min(T a, T b) { if (a < b) return a; return b; }
35 template <typename T> static inline T max(T a, T b) { if (a > b) return a; return b; }
37 template <typename T> static inline T min(T a, T b, T c) { return min(min(a,b),c); }
38 template <typename T> static inline T max(T a, T b, T c) { return max(max(a,b),c); }
39 template <typename T> static inline T clamp(T v, T mi, T ma)
62 template <class T>
81 template<typename T> static inline void zeromem(T *a, size_t count = 1) { memset(a, 0, count * sizeof(T)); }
85 template<typename T> static FORCEINLINE void QuickSortT(T *base, size_t num, int (*comp)(const T *, const T *)) { qsort(base, num, sizeof(T), (SortCompareProc*)comp); }
88 // WARNING: The template parameter MUST be a POD type!
89 template <typenam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddoctempl.tex30 A short description of this template.
48 The named type of the document associated with this template.
54 A pointer to the document manager for which this template was created.
78 The named type of the view associated with this template.
90 {\it manager} is the document manager object which manages this template.
92 {\it descr} is a short description of what the template is for. This string will be displayed in the
119 \item wxTEMPLATE\_VISIBLE The template may be displayed to the user in dialogs.
120 \item wxTEMPLATE\_INVISIBLE The template may not be displayed to the user in dialogs.
154 a wxClassInfo parameter to the template constructor, you will need to override this
165 a wxClassInfo parameter to the template constructo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_solaris.h33 #undef template macro
47 #define template #error DONT_USE_CPLUSPLUS_RESERVED_NAMES macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dautogen.sh8 rm po/Makevars.template
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c-gnome/
H A Dautogen.sh8 rm po/Makevars.template
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnome/
H A Dautogen.sh8 rm po/Makevars.template
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/
H A Ddefine_trace.h35 #define DEFINE_EVENT(template, name, proto, args) \
39 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dxalloc.h248 template <typename T> inline T *
254 template <typename T> inline T *
260 template <typename T> inline T *
266 template <typename T> inline T *
272 template <typename T> inline T *
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dxalloc.h248 template <typename T> inline T *
254 template <typename T> inline T *
260 template <typename T> inline T *
266 template <typename T> inline T *
272 template <typename T> inline T *
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_bp.c280 kdb_bp_t template = {0}; local
297 diag = kdbgetaddrarg(argc, argv, &nextarg, &template.bp_addr,
301 if (!template.bp_addr)
316 template.bp_type = BP_HARDWARE_BREAKPOINT;
317 diag = kdb_parsebp(argc, argv, &nextarg, &template);
321 template.bp_type = BP_BREAKPOINT;
333 bp_check->bp_addr == template.bp_addr) {
335 kdb_bfd_vma_fmt0 "\n", template.bp_addr);
340 template.bp_enabled = 1;
345 *bp = template;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dprivate.h217 template<typename T> EventParamType wxMacGetEventParamType() { wxFAIL_MSG( wxT("Unknown Param Type") ); return 0; }
218 template<> inline EventParamType wxMacGetEventParamType<RgnHandle>() { return typeQDRgnHandle; }
219 template<> inline EventParamType wxMacGetEventParamType<ControlRef>() { return typeControlRef; }
220 template<> inline EventParamType wxMacGetEventParamType<WindowRef>() { return typeWindowRef; }
221 template<> inline EventParamType wxMacGetEventParamType<MenuRef>() { return typeMenuRef; }
222 template<> inline EventParamType wxMacGetEventParamType<EventRef>() { return typeEventRef; }
223 template<> inline EventParamType wxMacGetEventParamType<Point>() { return typeQDPoint; }
224 template<> inline EventParamType wxMacGetEventParamType<Rect>() { return typeQDRectangle; }
225 template<> inline EventParamType wxMacGetEventParamType<Boolean>() { return typeBoolean; }
226 template<> inlin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-integrity.c313 * @template: optional integrity profile to register
317 * register the capability with the block layer. The template is a
319 * hardware. If template is NULL the new profile is allocated but
322 int blk_integrity_register(struct gendisk *disk, struct blk_integrity *template) argument
349 /* Use the provided profile as template */
350 if (template != NULL) {
351 bi->name = template->name;
352 bi->generate_fn = template->generate_fn;
353 bi->verify_fn = template->verify_fn;
354 bi->tuple_size = template
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/iostream3/
H A Dzfstream.h412 template<typename T1, typename T2>
417 template <typename Ta, typename Tb>
447 template<typename T1, typename T2>
456 template<typename T1, typename T2>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.h412 template<typename T1, typename T2>
417 template <typename Ta, typename Tb>
447 template<typename T1, typename T2>
456 template<typename T1, typename T2>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.h412 template<typename T1, typename T2>
417 template <typename Ta, typename Tb>
447 template<typename T1, typename T2>
456 template<typename T1, typename T2>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/iostream3/
H A Dzfstream.h412 template<typename T1, typename T2>
417 template <typename Ta, typename Tb>
447 template<typename T1, typename T2>
456 template<typename T1, typename T2>

Completed in 499 milliseconds

1234567891011>>