Searched refs:FUNC (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dcs_test.c34 #define FUNC(s,d,n) {s,d,#n,n} macro
81 FUNC(2, 2, rgb15to16),
82 FUNC(2, 3, rgb15to24),
83 FUNC(2, 4, rgb15to32),
84 FUNC(2, 3, rgb16to24),
85 FUNC(2, 4, rgb16to32),
86 FUNC(3, 2, rgb24to15),
87 FUNC(3, 2, rgb24to16),
88 FUNC(3, 4, rgb24to32),
89 FUNC(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dmips_ksyms.c59 extern void insert_func_to_BR_PRE_ROUTE(void *FUNC);
61 extern void insert_func_to_BR_POST_ROUTE(void *FUNC);
71 extern void insert_msc_func_to_br(void *FUNC);
95 extern void insert_acs_func_to_br(void *FUNC);
H A Dtraps.c412 #define FUNC 0x0000003f macro
569 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dstrcasestr.c44 #define FUNC strcasestr macro
47 char * FUNC ( const char *phaystack, const char *pneedle) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dstrcasestr.c44 #define FUNC strcasestr macro
47 char * FUNC ( const char *phaystack, const char *pneedle) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_aux.c56 static FUNC const finit_table[] = {
73 static FUNC const fstsw_table[] = {
84 static FUNC const fp_nop_table[] = {
H A Dfpu_emu.h126 typedef void (*FUNC)(void); typedef
H A Dfpu_entry.c58 static FUNC const st_instr_table[64] = {
71 static FUNC const st_instr_table[64] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_forward.c214 void insert_msc_func_to_br(void *FUNC) argument
216 br_insert_multissid_hook= FUNC;
228 void insert_acs_func_to_br(void *FUNC) argument
230 br_insert_accesscntl_hook= FUNC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dhil_mlc.c435 #define FUNC(funct, funct_arg, zero_rc, neg_rc, pos_rc) \ macro
457 FUNC(hilse_init_lcv, 0, HILSEN_NEXT, HILSEN_SLEEP, 0)
460 FUNC(hilse_inc_lcv, 10, HILSEN_NEXT, HILSEN_START, 0)
476 FUNC(hilse_init_lcv, 0, HILSEN_NEXT, HILSEN_SLEEP, 0)
479 FUNC(hilse_inc_lcv, 10, HILSEN_NEXT, HILSEN_START, 0)
480 FUNC(hilse_set_ddi, -1, HILSEN_NEXT, 0, 0)
496 FUNC(hilse_dec_ddi, 0, HILSEN_NEXT, HILSEN_ACF, 0)
497 FUNC(hilse_inc_ddi, 0, HILSEN_NEXT, 0, 0)
503 FUNC(hilse_dec_ddi, 0, HILSEN_HEAL, HILSEN_NEXT, 0)
506 FUNC(hilse_init_lc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Daes-x86_64-asm.S53 #define prologue(FUNC,KEY,B128,B192,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11) \
54 .global FUNC; \
55 .type FUNC,@function; \
57 FUNC: movq r1,r2; \ label
135 #define entry(FUNC,KEY,B128,B192) \
136 prologue(FUNC,KEY,B128,B192,R2,R8,R7,R9,R1,R3,R4,R6,R10,R5,R11)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_input.c489 void insert_func_to_BR_PRE_ROUTE(void *FUNC) argument
491 br_pre_insert_hook= FUNC;
H A Dip_output.c1449 void insert_func_to_BR_POST_ROUTE(void *FUNC) argument
1451 br_post_insert_hook= FUNC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dmemcpy.S12 #define FUNC(x) \ define
196 FUNC(amemmove)
197 FUNC(__memmove)
199 FUNC(memmove)
547 FUNC(__memcpy)
549 FUNC(memcpy) /* %o0=dst %o1=src %o2=len */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c627 #define FUNC(F, P) static int F(int c) { return P(c); } macro
629 #define FUNC(F, P) static int F(c) int c; { return P(c); } macro
632 FUNC(is_alpha, ISALPHA)
633 FUNC(is_upper, ISUPPER)
634 FUNC(is_lower, ISLOWER)
635 FUNC(is_digit, ISDIGIT)
636 FUNC(is_xdigit, ISXDIGIT)
637 FUNC(is_space, ISSPACE)
638 FUNC(is_punct, ISPUNCT)
639 FUNC(is_alnu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dem_meta.c103 #define META_COLLECTOR(FUNC) static void meta_##FUNC(struct sk_buff *skb, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_osl.c2059 void insert_func_to_IP_PRE_ROUTE(void *FUNC) argument
2062 ip_pre_insert_hook= FUNC;
2066 void remove_func_to_IP_PRE_ROUTE(void *FUNC) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dtlbex.c75 FUNC = 0x100, enumerator in enum:fields
264 * starting with RS and ending with FUNC or IMM.
292 if (ip->fields & FUNC) op |= build_func(va_arg(ap, u32));

Completed in 215 milliseconds