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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dmemset.S32 #define ptr3 r26 define
334 add ptr3 = ptr1, cnt // prepare last store
343 add ptr3 = -1, ptr3 // last store
359 (p_y) st1 [ptr3] = value // fill last byte (using ptr3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_reg.h355 uint32 ptr3; /* pointer */ member in struct:q_reg_create_key_info
511 uint32 ptr3; /* pointer */ member in struct:q_reg_enum_value_info
531 uint32 ptr3; /* pointer */ member in struct:r_reg_enum_key_info
H A Drpc_netlogon.h905 uint32 ptr3; member in struct:__anon1621
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_reg.c243 static BOOL reg_io_hdrbuf_sec(uint32 ptr, uint32 *ptr3, BUFHDR *hdr_sec, SEC_DESC_BUF *data, prs_struct *ps, int depth) argument
253 if (ptr3 != NULL) {
254 if(!prs_uint32("ptr3", ps, depth, ptr3))
258 if (ptr3 == NULL || *ptr3 != 0) {
266 if(!prs_set_offset(ps, old_offset + data->len + sizeof(uint32) * ((ptr3 != NULL) ? 5 : 3)))
303 q_c->ptr3 = 1;
354 if(!reg_io_hdrbuf_sec(r_q->ptr2, &r_q->ptr3, &r_q->hdr_sec, r_q->data, ps, depth))
1497 q_i->ptr3
[all...]
H A Dparse_net.c2715 if(!prs_uint32("ptr3", ps, depth, &info->ptr3))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_video.c606 u32 *ptr1, *ptr2, *ptr3; local
640 ptr3 = pt3->cpu;
672 for(i = m2; i <= m3; i++,ptr3++) {
673 *ptr3 = ptr1[i];
675 fill = *(ptr3-1);
676 for(;i<1024;i++,ptr3++) {
677 *ptr3 = fill;
688 ptr3 = pt3->cpu;
696 printk("ptr3 %d: 0x%08x\n",j,ptr3[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Dp16v.c511 snd_pcm_uframes_t ptr, ptr1, ptr2,ptr3,ptr4 = 0; local
516 ptr3 = snd_emu10k1_ptr20_read(emu, PLAYBACK_LIST_PTR, channel);
519 if (ptr3 != ptr4) ptr1 = snd_emu10k1_ptr20_read(emu, PLAYBACK_POINTER, channel);
H A Demu10k1x.c516 snd_pcm_uframes_t ptr = 0, ptr1 = 0, ptr2= 0,ptr3 = 0,ptr4 = 0; local
521 ptr3 = snd_emu10k1x_ptr_read(emu, PLAYBACK_LIST_PTR, channel);
528 if (ptr3 != ptr4)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_main.c840 snd_pcm_uframes_t ptr, ptr1, ptr2,ptr3,ptr4 = 0; local
846 ptr3 = snd_ca0106_ptr_read(emu, PLAYBACK_LIST_PTR, channel);
849 if (ptr3 != ptr4) ptr1 = snd_ca0106_ptr_read(emu, PLAYBACK_POINTER, channel);

Completed in 122 milliseconds