Searched refs:source (Results 451 - 475 of 1136) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dfeature-tests.mak114 # Usage: option = $(call try-cc, source-to-build, cc-options)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Ddo_func.S105 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand
117 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand
125 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand
133 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source
141 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source
149 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source
158 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source
177 btstb #sign_bit,LOCAL_EX(%a0) |check sign of source
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Ddma.c973 * DISRCC -> source of the DMA (AHB,APB)
974 * DISRC -> source address of the DMA
1059 * configure the dma source/destination hardware type and address
1061 * source: S3C2410_DMASRC_HW: source is hardware
1062 * S3C2410_DMASRC_MEM: source is memory
1064 * devaddr: physical address of the source
1068 enum s3c2410_dmasrc source,
1077 pr_debug("%s: source=%d, devaddr=%08lx\n",
1078 __func__, (int)source, devadd
1067 s3c2410_dma_devconfig(unsigned int channel, enum s3c2410_dmasrc source, unsigned long devaddr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.in.h222 gchar* g_strcompress (const gchar *source) G_GNUC_MALLOC;
228 * Deprecated API: gchar* g_strescape (const gchar *source);
232 gchar* g_strescape (const gchar *source,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.pl55 * Redistribution and use in source and binary forms, with or without
58 * 1. Redistributions of source code must retain the copyright
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_prime.pl55 * Redistribution and use in source and binary forms, with or without
58 * 1. Redistributions of source code must retain the copyright
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dcommon_utils.c47 strncpy_n(char *destination, const char *source, size_t num) argument
49 char *ret = strncpy(destination, source, num - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmpic.c331 static inline int mpic_is_ht_interrupt(struct mpic *mpic, unsigned int source) argument
333 if (source >= 128 || !mpic->fixups)
335 return mpic->fixups[source].base != NULL;
339 static inline void mpic_ht_end_irq(struct mpic *mpic, unsigned int source) argument
341 struct mpic_irq_fixup *fixup = &mpic->fixups[source];
355 static void mpic_startup_ht_interrupt(struct mpic *mpic, unsigned int source, argument
358 struct mpic_irq_fixup *fixup = &mpic->fixups[source];
366 source, irqflags, fixup->index);
380 mpic->save_data[source].fixup_data = tmp | 1;
384 static void mpic_shutdown_ht_interrupt(struct mpic *mpic, unsigned int source, argument
556 mpic_is_ht_interrupt(struct mpic *mpic, unsigned int source) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_vty.c98 str2distribute_source (char *str, int *source)
105 *source = ZEBRA_ROUTE_KERNEL;
107 *source = ZEBRA_ROUTE_CONNECT;
109 *source = ZEBRA_ROUTE_STATIC;
111 *source = ZEBRA_ROUTE_RIP;
113 *source = ZEBRA_ROUTE_BGP;
5278 int source;
5282 /* Get distribute source. */
5283 if (!str2distribute_source (argv[0], &source))
5297 ospf_routemap_set (source, arg
95 str2distribute_source(char *str, int *source) argument
5259 int source; variable
5280 ospf_routemap_unset (source); variable
5329 int source; variable
5350 ospf_routemap_unset (source); variable
5407 int source; variable
5422 ospf_routemap_unset (source); variable
5442 int source; variable
5457 ospf_routemap_unset (source); variable
5474 int source; variable
5483 ospf_routemap_unset (source); variable
5499 int source; variable
5520 int source; variable
5542 int source; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp415 Rect source = { 0, 0, h, w }; local
426 &source, &source, &dest, mode, NULL
435 &source, &dest, mode, NULL ) ;
1179 wxDC *source, wxCoord xsrc, wxCoord ysrc, int logical_func , bool useMask,
1183 wxCHECK_MSG(source->Ok(), false, wxT("wxDC::DoBlit - invalid source DC"));
1195 if ( useMask && !source->m_macMask )
1199 srcrect.top = source->YLOG2DEVMAC(ysrc) ;
1200 srcrect.left = source
1178 DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC *source, wxCoord xsrc, wxCoord ysrc, int logical_func , bool useMask, wxCoord xsrcMask, wxCoord ysrcMask ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp406 Rect source = { 0, 0, h, w }; local
417 &source, &source, &dest, mode, NULL
425 &source, &dest, mode, NULL ) ;
1087 wxDC *source, wxCoord xsrc, wxCoord ysrc, int logical_func , bool useMask,
1091 wxCHECK_MSG(source->Ok(), false, wxT("wxDC::DoBlit Illegal source DC"));
1099 if ( useMask && !source->m_macMask )
1102 srcrect.top = source->YLOG2DEVMAC(ysrc) ;
1103 srcrect.left = source
1086 DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC *source, wxCoord xsrc, wxCoord ysrc, int logical_func , bool useMask, wxCoord xsrcMask, wxCoord ysrcMask ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_queue.c671 sev.source.client = SNDRV_SEQ_CLIENT_SYSTEM;
672 sev.source.port = SNDRV_SEQ_PORT_SYSTEM_TIMER;
687 snd_seq_prioq_leave(q->tickq, ev->source.client, 1);
688 snd_seq_prioq_leave(q->timeq, ev->source.client, 1);
745 if (! queue_access_lock(q, ev->source.client)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvideodsp.asm27 ; does per-line reading/writing of source data
50 ; | | <- top is copied from first line in body of source
52 ; | | <- body is copied verbatim (line-by-line) from source
54 ; | | <- bottom is copied from last line in body of source
140 %assign %%off 0 ; offset in source buffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtparser.tex127 Returns pointer to the source being parsed.
132 \func{virtual void}{InitParser}{\param{const wxString\& }{source}}
134 Setups the parser for parsing the {\it source} string. (Should be overridden
174 \func{wxObject*}{Parse}{\param{const wxString\& }{source}}
182 \item calls \helpref{InitParser(source)}{wxhtmlparserinitparser}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dncplib_kernel.c65 static void ncp_add_mem(struct ncp_server *server, const void *source, int size) argument
68 memcpy(&(server->packet[server->current_size]), source, size);
908 /* source Handle Path */
912 ncp_add_byte(server, 1); /* 1 source component */
920 /* source path string */
961 char *source; local
974 source = ncp_reply_data(server, 2 + (offset & 1));
976 memcpy(target, source, *bytes_read);
1012 char* source; local
1014 source
1027 ncp_write_kernel(struct ncp_server *server, const char *file_id, __u32 offset, __u16 to_write, const char *source, int *bytes_written) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc106 D source 32767 const options(*varsize) Source buffer
112 D source 32767 const options(*varsize) Source buffer
122 D source 32767 const options(*varsize) Source buffer
242 D source like(z_stream) Source stream
278 D source like(z_stream) Source stream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/as400/
H A Dzlib.inc106 D source 32767 const options(*varsize) Source buffer
112 D source 32767 const options(*varsize) Source buffer
122 D source 32767 const options(*varsize) Source buffer
242 D source like(z_stream) Source stream
278 D source like(z_stream) Source stream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault-rsync.lua213 config.source,
248 config.source,
259 config.source,
271 config.source,
286 config.source,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Drx.c6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions of source code must retain the above copyright
1251 u8 source, cmd_id; local
1257 source = GET_VAL32(wifi_hdr->hw_hdr.cmd, UMAC_HDI_IN_CMD_SOURCE);
1258 if (source >= IWM_SRC_NUM) {
1259 IWM_CRIT(iwm, "invalid source %d\n", source);
1266 (source == UMAC_HDI_IN_SOURCE_FW))
1281 IWM_DBG_RX(iwm, DBG, "CMD:0x%x, source: 0x%x, seqnum: %d\n",
1282 cmd_id, source, seq_nu
1314 u8 source, cmd_id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/src/
H A Dlexer.c231 /* Whether this is an "interactive" input source; if so, and
258 * shouldn't try reading from the input source any more. We might
1308 /* We're scanning a new file or input source. It's
1310 * just pointed cfg_yyin at a new source and called
1315 * back-up) that will match for the new input source.
1436 register char *source = (yytext_ptr); local
1469 *(dest++) = *(source++);
1637 register char *source = local
1640 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1641 *--dest = *--source;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/src/
H A Dbitwise.c176 void *source,
182 unsigned char *ptr=(unsigned char *)source;
207 memmove(b->ptr,source,bytes);
221 void oggpack_writecopy(oggpack_buffer *b,void *source,long bits){ argument
222 oggpack_writecopy_helper(b,source,bits,oggpack_write,0);
225 void oggpackB_writecopy(oggpack_buffer *b,void *source,long bits){ argument
226 oggpack_writecopy_helper(b,source,bits,oggpackB_write,1);
175 oggpack_writecopy_helper(oggpack_buffer *b, void *source, long bits, void (*w)(oggpack_buffer *, unsigned long, int), int msb) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/MVS/
H A Dinitscan-mvs.c179 * Redistribution and use in source and binary forms with or without
180 * modification are permitted provided that: (1) source distributions retain
2244 register YY_CHAR *source = yytext - 1; /* copy prev. char, too */ local
2258 *(dest++) = *(source++);
2405 register YY_CHAR *source = local
2408 while ( source > yy_current_buffer->yy_ch_buf )
2409 *--dest = *--source;
2411 yy_cp += dest - source;
2412 yy_bp += dest - source;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIPFilterScanner.cpp231 /* Whether this is an "interactive" input source; if so, and
258 * shouldn't try reading from the input source any more. We might
1028 /* We're scanning a new file or input source. It's
1030 * just pointed yyipin at a new source and called
1035 * back-up) that will match for the new input source.
1156 register char *source = (yytext_ptr); local
1189 *(dest++) = *(source++);
1358 register char *source = local
1361 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1362 *--dest = *--source;
[all...]
H A DScanner.cpp216 /* Whether this is an "interactive" input source; if so, and
243 * shouldn't try reading from the input source any more. We might
993 /* We're scanning a new file or input source. It's
995 * just pointed yyin at a new source and called
1000 * back-up) that will match for the new input source.
1121 register char *source = (yytext_ptr); local
1154 *(dest++) = *(source++);
1314 register char *source = local
1317 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1318 *--dest = *--source;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_lexer.c229 /* Whether this is an "interactive" input source; if so, and
256 * shouldn't try reading from the input source any more. We might
1462 /* We're scanning a new file or input source. It's
1464 * just pointed phpin at a new source and called
1469 * back-up) that will match for the new input source.
1590 register char *source = (yytext_ptr); local
1623 *(dest++) = *(source++);
1783 register char *source = local
1786 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1787 *--dest = *--source;
[all...]

Completed in 509 milliseconds

<<11121314151617181920>>