Searched refs:rettype (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dc++defs.h87 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
94 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
95 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
96 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
97 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
99 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
106 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
107 _GL_EXTERN_C rettype func parameters_and_attributes
109 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
115 #define _GL_CXXALIAS_RPL(func,rettype,parameter
[all...]
H A Dwarn-on-use.h80 /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string")
88 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
89 extern rettype function parameters_and_attributes \
93 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
94 extern rettype function parameters_and_attributes
96 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dparavirt_types.h523 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \
526 rettype __ret; \
531 if (sizeof(rettype) > sizeof(unsigned long)) { \
540 __ret = (rettype)((((u64)__edx) << 32) | __eax); \
550 __ret = (rettype)__eax; \
555 #define __PVOP_CALL(rettype, op, pre, post, ...) \
556 ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \
559 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \
560 ____PVOP_CALL(rettype, op.func, CLBR_RET_REG, \
591 #define PVOP_CALL0(rettype, o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgvfs.cpp39 #define wxDL_METHOD_DEFINE( rettype, name, args, shortargs, defret ) \
40 typedef rettype (* name ## Type) args ; \
42 rettype name args \
H A Dgprint.cpp52 #define wxDL_METHOD_DEFINE( rettype, name, args, shortargs, defret ) \
53 typedef rettype (* name ## Type) args ; \
55 rettype name args \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_dir.c70 int rettype = DT_REG; local
73 rettype = DT_DIR;
75 rettype = DT_LNK;
77 return rettype;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputilsnoenv.tcl441 set rettype [lindex $res 0]
446 if { [is_substr $rettype HOLDELECTION] } {
449 if { [is_substr $rettype DUPMASTER] } {
452 if { [is_substr $rettype NOTPERM] || \
453 [is_substr $rettype ISPERM] } {
H A Dreputils.tcl854 set rettype [lindex $res 0]
859 if { [is_substr $rettype STARTUPDONE] } {
862 if { [is_substr $rettype HOLDELECTION] } {
865 if { [is_substr $rettype DUPMASTER] } {
868 if { [is_substr $rettype NOTPERM] || \
869 [is_substr $rettype ISPERM] } {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dmoopp547 rettype=`echo "$method" | sed -e "$sed_extract_method_rettype"`
555 if test "$rettype" = "void"; then
561 echo "static inline $rettype"
638 rettype=`echo "$method" | sed -e "$sed_extract_method_rettype"`
646 if test "$rettype" = "void"; then
662 echo "$rettype"
698 rettype=`echo "$method" | sed -e "$sed_extract_method_rettype"`
706 if test "$rettype" = "void"; then
711 echo "$rettype"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/build-aux/
H A Dmoopp547 rettype=`echo "$method" | sed -e "$sed_extract_method_rettype"`
555 if test "$rettype" = "void"; then
561 echo "static inline $rettype"
638 rettype=`echo "$method" | sed -e "$sed_extract_method_rettype"`
646 if test "$rettype" = "void"; then
662 echo "$rettype"
698 rettype=`echo "$method" | sed -e "$sed_extract_method_rettype"`
706 if test "$rettype" = "void"; then
711 echo "$rettype"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpat.c387 int rettype = _PAGE_CACHE_WB; local
391 return rettype;
396 rettype = get_page_memtype(page);
401 if (rettype == -1)
402 rettype = _PAGE_CACHE_WB;
404 return rettype;
411 rettype = entry->type;
413 rettype = _PAGE_CACHE_UC_MINUS;
416 return rettype;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dcjparser.cpp1617 wxString rettype = wxString( start, size_t( cur-start ) ); local
1621 while((pos = rettype.find(toerase, pos)) != wxString::npos)
1622 rettype.erase(pos, toerase.length());
1623 pOp->m_RetType = rettype;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_qt.cpp174 #define wxDL_METHOD_DEFINE( rettype, name, args, shortargs, defret ) \
175 typedef rettype (* name ## Type) args ; \
177 rettype name args \
H A Dmediactrl.cpp1668 #define wxDL_METHOD_DEFINE( rettype, name, args, shortargs, defret ) \
1669 typedef rettype (* name ## Type) args ; \
1671 rettype name args \

Completed in 126 milliseconds