Searched refs:function (Results 1 - 25 of 1927) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dwarn-on-use.h1 /* A C macro for emitting warnings if a function is used.
17 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration
19 the text of "literal string" anywhere that function is called, if
23 This macro is useful for marking a function as a potential
25 instructions on the replacement function that should be used
26 instead. However, one of the reasons that a function is a
32 function. But this implies that _GL_WARN_ON_USE is only safe to
53 possible to write a wrapper accessor function, and poison that
68 # define _GL_WARN_ON_USE(function, message) \
69 extern __typeof__ (function) functio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfatal-signal.h35 /* Register a cleanup function to be executed when a catchable fatal signal
38 Restrictions for the cleanup function:
39 - The cleanup function can do all kinds of system calls.
48 - Also, the cleanup function must not block the catchable fatal signals
51 The cleanup function is executed asynchronously. It is unspecified
54 extern void at_fatal_signal (void (*function) (void));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_fw_defs.h15 #define CSTORM_DEF_SB_HC_DISABLE_C_OFFSET(function, index) \
16 (IS_E1H_OFFSET ? (0x8622 + ((function>>1) * 0x40) + \
17 ((function&1) * 0x100) + (index * 0x4)) : (0x3562 + (function * \
19 #define CSTORM_DEF_SB_HC_DISABLE_U_OFFSET(function, index) \
20 (IS_E1H_OFFSET ? (0x8822 + ((function>>1) * 0x80) + \
21 ((function&1) * 0x200) + (index * 0x4)) : (0x35e2 + (function * \
23 #define CSTORM_DEF_SB_HOST_SB_ADDR_C_OFFSET(function) \
24 (IS_E1H_OFFSET ? (0x8600 + ((function>>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmd4.cpp47 #define function(a,b,c,d,k,s) a=rotlFixed(a+F(b,c,d)+in[k],s); macro
48 function(A,B,C,D, 0, 3);
49 function(D,A,B,C, 1, 7);
50 function(C,D,A,B, 2,11);
51 function(B,C,D,A, 3,19);
52 function(A,B,C,D, 4, 3);
53 function(D,A,B,C, 5, 7);
54 function(C,D,A,B, 6,11);
55 function(B,C,D,A, 7,19);
56 function(
65 #undef function macro
66 #define function macro
84 #undef function macro
85 #define function macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpimsginit.h29 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function,
33 struct hpi_response *phr, u16 object, u16 function);
36 u16 object, u16 function);
40 u16 function);
H A Dhpimsginit.c53 u16 function)
66 phm->function = function;
74 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, argument
84 phr->function = function;
91 struct hpi_response *phr, u16 object, u16 function)
93 hpi_init_message(phm, object, function);
96 hpi_init_response(phr, object, function,
101 u16 object, u16 function)
52 hpi_init_message(struct hpi_message *phm, u16 object, u16 function) argument
90 hpi_init_message_response(struct hpi_message *phm, struct hpi_response *phr, u16 object, u16 function) argument
100 hpi_init_messageV1(struct hpi_message_header *phm, u16 size, u16 object, u16 function) argument
114 hpi_init_responseV1(struct hpi_response_header *phr, u16 size, u16 object, u16 function) argument
124 hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size, struct hpi_response_header *phr, u16 res_size, u16 object, u16 function) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtypecheck.h16 * Check at compile time that 'function' is a certain type, or is a pointer
17 * to that type (needs to use typedef for the function type.)
19 #define typecheck_fn(type,function) \
20 ({ typeof(type) __tmp = function; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
22 in_func = function(opaque: Pointer; var buf: PByte): Integer;
24 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
105 function zlibVersion: PChar;
106 function deflateInit(var strm: z_stream; level: Integer): Integer;
107 function deflate(var strm: z_stream; flush: Integer): Integer;
108 function deflateEnd(var strm: z_stream): Integer;
109 function inflateInit(var strm: z_stream): Integer;
110 function inflate(var strm: z_stream; flush: Integer): Integer;
111 function inflateEn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
22 in_func = function(opaque: Pointer; var buf: PByte): Integer;
24 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
105 function zlibVersion: PChar;
106 function deflateInit(var strm: z_stream; level: Integer): Integer;
107 function deflate(var strm: z_stream; flush: Integer): Integer;
108 function deflateEnd(var strm: z_stream): Integer;
109 function inflateInit(var strm: z_stream): Integer;
110 function inflate(var strm: z_stream; flush: Integer): Integer;
111 function inflateEn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dmd4.c117 #define function(a,b,c,d,k,s) a=rol(a+F(b,c,d)+in[k],s); macro
118 function(A,B,C,D, 0, 3);
119 function(D,A,B,C, 1, 7);
120 function(C,D,A,B, 2,11);
121 function(B,C,D,A, 3,19);
122 function(A,B,C,D, 4, 3);
123 function(D,A,B,C, 5, 7);
124 function(C,D,A,B, 6,11);
125 function(B,C,D,A, 7,19);
126 function(
135 #undef function macro
138 #define function macro
157 #undef function macro
160 #define function macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dmd4.c117 #define function(a,b,c,d,k,s) a=rol(a+F(b,c,d)+in[k],s); macro
118 function(A,B,C,D, 0, 3);
119 function(D,A,B,C, 1, 7);
120 function(C,D,A,B, 2,11);
121 function(B,C,D,A, 3,19);
122 function(A,B,C,D, 4, 3);
123 function(D,A,B,C, 5, 7);
124 function(C,D,A,B, 6,11);
125 function(B,C,D,A, 7,19);
126 function(
135 #undef function macro
138 #define function macro
157 #undef function macro
160 #define function macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/common/cs5536/
H A Dcs5536_pci.c19 * directly as a normal multi-function PCI device which follows
58 void cs5536_pci_conf_write4(int function, int reg, u32 value) argument
60 if ((function <= CS5536_FUNC_START) || (function >= CS5536_FUNC_END))
65 if (vsm_conf_write[function] != NULL)
66 vsm_conf_write[function](reg, value);
72 u32 cs5536_pci_conf_read4(int function, int reg) argument
76 if ((function <= CS5536_FUNC_START) || (function >= CS5536_FUNC_END))
83 if (vsm_conf_read[function] !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dkthread.S1 /* MN10300 Kernel thread trampoline function
18 # A2 = address of function to call
19 # D2 = function argument
23 .type kernel_thread_helper,@function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dsrvstr.c27 size_t srvstr_push_fn(const char *function, unsigned int line, argument
37 return push_string_fn(function, line, base_ptr, dest, src, -1, flags);
39 return push_string_fn(function, line, base_ptr, dest, src, max_send - buf_used, flags);
43 return push_string_fn(function, line, base_ptr, dest, src, dest_len, flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
21 in_func = function(opaque: Pointer; var buf: PByte): Integer;
23 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
83 function zlibVersion: PChar;
84 function deflateInit(var strm: z_stream; level: Integer): Integer;
85 function deflate(var strm: z_stream; flush: Integer): Integer;
86 function deflateEnd(var strm: z_stream): Integer;
87 function inflateInit(var strm: z_stream): Integer;
88 function inflate(var strm: z_stream; flush: Integer): Integer;
89 function inflateEn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
21 in_func = function(opaque: Pointer; var buf: PByte): Integer;
23 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
83 function zlibVersion: PChar;
84 function deflateInit(var strm: z_stream; level: Integer): Integer;
85 function deflate(var strm: z_stream; flush: Integer): Integer;
86 function deflateEnd(var strm: z_stream): Integer;
87 function inflateInit(var strm: z_stream): Integer;
88 function inflate(var strm: z_stream; flush: Integer): Integer;
89 function inflateEn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dlinkage.h8 .type name, %function; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dblockdsp_neon.S24 function ff_clear_block_neon, export=1 label
32 function ff_clear_blocks_neon, export=1 label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Ddebug.c33 * @function: name of function outputting the warning
44 * @function is the name of the function from which __ntfs_warning is being
48 * as this provides the @function parameter automatically.
50 void __ntfs_warning(const char *function, const struct super_block *sb, argument
60 if (function)
61 flen = strlen(function);
68 sb->s_id, flen ? function : "", err_buf);
71 flen ? function
94 __ntfs_error(const char *function, const struct super_block *sb, const char *fmt, ...) argument
124 __ntfs_debug(const char *file, int line, const char *function, const char *fmt, ...) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dsyscall-stubs.S18 .type __sys_rt_sigsuspend,@function
24 .type __sys_sigaltstack,@function
30 .type __sys_rt_sigreturn,@function
36 .type __sys_fork,@function
42 .type __sys_clone,@function
48 .type __sys_vfork,@function
54 .type __sys_execve,@function
60 .type __sys_mmap2,@function
69 .type __sys_sendto,@function
78 .type __sys_recvfrom,@function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dwarn.h28 void avahi_warn_unsupported(const char *function);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dwarn.h28 void avahi_warn_unsupported(const char *function);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dcommands_admin.h14 void (*function)(char *); member in struct:admin_command
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/compat/
H A Dgetpid.c28 # error No replacement function for getpid known
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/compat/
H A Dgetpid.c28 # error No replacement function for getpid known

Completed in 455 milliseconds

1234567891011>>