Searched refs:p_start (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-styled-ostream.oo.c425 char *p_start; local
435 p_start = stream->curr_classes;
436 while (p_start < p_end)
441 if (!(*p_start == ' '))
443 p_start++;
444 for (p = p_start; p < p_end && *p != ' '; p++)
449 child = xmlNewNode (NULL, (const xmlChar *) p_start);
451 xmlSetProp (child, (const xmlChar *) "class", (const xmlChar *) p_start);
459 p_start = p;
570 char *p_start; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-styled-ostream.c422 char *p_start; local
432 p_start = stream->curr_classes;
433 while (p_start < p_end)
438 if (!(*p_start == ' '))
440 p_start++;
441 for (p = p_start; p < p_end && *p != ' '; p++)
446 child = xmlNewNode (NULL, (const xmlChar *) p_start);
448 xmlSetProp (child, (const xmlChar *) "class", (const xmlChar *) p_start);
456 p_start = p;
567 char *p_start; local
[all...]
H A Dterm-styled-ostream.oo.c425 char *p_start; local
435 p_start = stream->curr_classes;
436 while (p_start < p_end)
441 if (!(*p_start == ' '))
443 p_start++;
444 for (p = p_start; p < p_end && *p != ' '; p++)
449 child = xmlNewNode (NULL, (const xmlChar *) p_start);
451 xmlSetProp (child, (const xmlChar *) "class", (const xmlChar *) p_start);
459 p_start = p;
570 char *p_start; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-elisp.c208 const char *p_start = p; local
216 if (p > p_start && *p == '.')
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c812 plc->p_start = 0 ;
840 plc->p_start = 3 ;
852 plc->p_start = 4 ;
863 plc->p_start = 7 ;
879 plc->p_start = 7 ;
897 plc->p_start = 8 ;
1775 phy->r_val[plc->p_start+i] = n & 1 ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Ducc_geth.c271 volatile u32 *p_start,
300 *(p_start++) =
309 volatile u32 *p_start,
321 if ((*p_start & ENET_INIT_PARAM_RISC_MASK) == risc) {
323 (u32) (*p_start & ENET_INIT_PARAM_SNUM_MASK) >>
329 (in_be32(p_start) &
333 *(p_start++) = 0; /* Just for cosmetics */
342 volatile u32 *p_start,
355 if ((*p_start & ENET_INIT_PARAM_RISC_MASK) == risc) {
357 (u32) (*p_start
270 fill_init_enet_entries(struct ucc_geth_private *ugeth, volatile u32 *p_start, u8 num_entries, u32 thread_size, u32 thread_alignment, enum qe_risc_allocation risc, int skip_page_for_first_entry) argument
308 return_init_enet_entries(struct ucc_geth_private *ugeth, volatile u32 *p_start, u8 num_entries, enum qe_risc_allocation risc, int skip_page_for_first_entry) argument
341 dump_init_enet_entries(struct ucc_geth_private *ugeth, volatile u32 *p_start, u8 num_entries, u32 thread_size, enum qe_risc_allocation risc, int skip_page_for_first_entry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/packet/
H A Daf_packet.c664 struct page *p_start, *p_end; local
667 p_start = virt_to_page(h);
669 while (p_start <= p_end) {
670 flush_dcache_page(p_start);
671 p_start++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c1581 long *p_start = (long *) &(sba_dev->ioc[i].res_map[idx_start]); local
1585 while (p_start < p_end)
1586 *p_start++ = -1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dcmtdef.h454 u_short p_start ; /* first bit pos */ member in struct:s_plc

Completed in 141 milliseconds