Searched refs:rep (Results 26 - 50 of 237) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dminizip.c346 char rep=0; local
357 rep = answer[0] ;
358 if ((rep>='a') && (rep<='z'))
359 rep -= 0x20;
361 while ((rep!='Y') && (rep!='N') && (rep!='A'));
362 if (rep=='N')
364 if (rep
[all...]
H A Dminiunz.c378 char rep=0; local
395 rep = answer[0] ;
396 if ((rep>='a') && (rep<='z'))
397 rep -= 0x20;
399 while ((rep!='Y') && (rep!='N') && (rep!='A'));
402 if (rep == 'N')
405 if (rep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dminizip.c277 char rep=0; local
288 rep = answer[0] ;
289 if ((rep>='a') && (rep<='z'))
290 rep -= 0x20;
292 while ((rep!='Y') && (rep!='N') && (rep!='A'));
293 if (rep=='N')
295 if (rep
[all...]
H A Dminiunz.c307 char rep=0; local
324 rep = answer[0] ;
325 if ((rep>='a') && (rep<='z'))
326 rep -= 0x20;
328 while ((rep!='Y') && (rep!='N') && (rep!='A'));
331 if (rep == 'N')
334 if (rep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dminizip.c277 char rep=0; local
288 rep = answer[0] ;
289 if ((rep>='a') && (rep<='z'))
290 rep -= 0x20;
292 while ((rep!='Y') && (rep!='N') && (rep!='A'));
293 if (rep=='N')
295 if (rep
[all...]
H A Dminiunz.c307 char rep=0; local
324 rep = answer[0] ;
325 if ((rep>='a') && (rep<='z'))
326 rep -= 0x20;
328 while ((rep!='Y') && (rep!='N') && (rep!='A'));
331 if (rep == 'N')
334 if (rep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dminizip.c346 char rep=0; local
357 rep = answer[0] ;
358 if ((rep>='a') && (rep<='z'))
359 rep -= 0x20;
361 while ((rep!='Y') && (rep!='N') && (rep!='A'));
362 if (rep=='N')
364 if (rep
[all...]
H A Dminiunz.c378 char rep=0; local
395 rep = answer[0] ;
396 if ((rep>='a') && (rep<='z'))
397 rep -= 0x20;
399 while ((rep!='Y') && (rep!='N') && (rep!='A'));
402 if (rep == 'N')
405 if (rep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dkeyboard.c140 static char rep; /* flag telling character repeat */ variable
270 struct kbd_repeat *rep = data; local
274 if (rep[0].delay > 0)
276 EV_REP, REP_DELAY, rep[0].delay);
277 if (rep[0].period > 0)
279 EV_REP, REP_PERIOD, rep[0].period);
281 rep[1].delay = dev->rep[REP_DELAY];
282 rep[1].period = dev->rep[REP_PERIO
288 kbd_rate(struct kbd_repeat *rep) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Drpc_rdma.c563 rpcrdma_count_chunks(struct rpcrdma_rep *rep, unsigned int max, int wrchunk, __be32 **iptrp) argument
594 if ((char *) cur_wchunk > rep->rr_base + rep->rr_len)
716 rpcrdma_unbind_func(struct rpcrdma_rep *rep) argument
718 wake_up(&rep->rr_unbind);
727 rpcrdma_reply_handler(struct rpcrdma_rep *rep) argument
732 struct rpc_xprt *xprt = rep->rr_xprt;
737 /* Check status. If bad, signal disconnect and return rep to pool */
738 if (rep->rr_len == ~0U) {
739 rpcrdma_recv_buffer_put(rep);
[all...]
H A Dverbs.c79 struct rpcrdma_rep *rep; local
86 rep = list_entry(rpcrdma_tasklets_g.next,
88 list_del(&rep->rr_list);
89 func = rep->rr_func;
90 rep->rr_func = NULL;
94 func(rep);
96 rpcrdma_recv_buffer_put(rep);
106 rpcrdma_schedule_tasklet(struct rpcrdma_rep *rep) argument
111 list_add_tail(&rep->rr_list, &rpcrdma_tasklets_g);
147 struct rpcrdma_rep *rep local
1099 struct rpcrdma_rep *rep; local
1354 rpcrdma_recv_buffer_put(struct rpcrdma_rep *rep) argument
1828 struct rpcrdma_rep *rep = r; local
1847 struct rpcrdma_rep *rep = req->rl_reply; local
1892 rpcrdma_ep_post_recv(struct rpcrdma_ia *ia, struct rpcrdma_ep *ep, struct rpcrdma_rep *rep) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Dvmwgfx_drm.h124 * @rep - Reply as defined above. //Out
131 struct drm_vmw_extension_rep rep; member in union:drm_vmw_extension_arg
239 * @rep: Output data as described above.
246 struct drm_vmw_surface_arg rep; member in union:drm_vmw_surface_create_arg
267 * @rep: Output data as described above.
274 struct drm_vmw_surface_create_req rep; member in union:drm_vmw_surface_reference_arg
405 * @rep: Output data as described above.
412 struct drm_vmw_dmabuf_rep rep; member in union:drm_vmw_alloc_dmabuf_arg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dsemaphore_32.S43 1: rep; nop
59 1: rep; nop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_msg.c65 REP *rep; local
111 rep = db_rep->region;
114 rep->priority == 0))
345 REP *rep; local
348 rep = db_rep->region;
350 db_rep->generation = rep->gen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/asm/i386/src/
H A Dlzo_asm.h264 #define REP_MOVSB(x) rep ; movsb
265 #define REP_MOVSL(x) shrl $2,%ecx ; rep ; movsl
270 #define REP_MOVSB(x) rep ; movsb
274 rep ; movsl ; movl x,%ecx ; rep ; movsb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep011.tcl122 -create -auto_commit -btree -env $masterenv rep$tnum-upg.db]
134 -create -auto_commit -btree -env $clientenv rep$tnum-upg.db]
169 [berkdb_open_noerr -env $newclientenv rep$tnum-upg.db]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Deeprom.c1612 struct ath5k_edge_power *rep; local
1636 rep = ee->ee_ctl_pwr;
1652 rep += AR5K_EEPROM_N_EDGES;
1658 rep[j].freq = (val >> 8) & fmask;
1659 rep[j + 1].freq = val & fmask;
1663 rep[j].edge = (val >> 8) & pmask;
1664 rep[j].flag = (val >> 14) & 1;
1665 rep[j + 1].edge = val & pmask;
1666 rep[j + 1].flag = (val >> 6) & 1;
1670 rep[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/inflate86/
H A Dinffas86.c11 * slightly quicker on x86 systems because, instead of using rep movsb to copy
12 * data, it uses rep movsw, which moves data in 2-byte chunks instead of single
294 " rep movsw\n"
303 " rep movsw\n"
324 " rep stosw\n"
377 " rep movsb\n"
399 " rep movsb\n"
406 " rep movsb\n"
422 " rep movsb\n"
430 " rep movs
[all...]
H A Dinffast.S329 rep movsb /* memcpy( buf, in, avail_in ) */
332 rep stosb /* memset( &buf[ avail_in ], 0, 12 - avail_in ) */
643 rep movsb
664 rep stosb
752 rep movsb
761 rep movsb
806 rep movsb
813 rep movsb
843 rep movsb
861 rep movs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c11 * slightly quicker on x86 systems because, instead of using rep movsb to copy
12 * data, it uses rep movsw, which moves data in 2-byte chunks instead of single
294 " rep movsw\n"
303 " rep movsw\n"
324 " rep stosw\n"
377 " rep movsb\n"
399 " rep movsb\n"
406 " rep movsb\n"
422 " rep movsb\n"
430 " rep movs
[all...]
H A Dinffast.S329 rep movsb /* memcpy( buf, in, avail_in ) */
332 rep stosb /* memset( &buf[ avail_in ], 0, 12 - avail_in ) */
643 rep movsb
664 rep stosb
752 rep movsb
761 rep movsb
806 rep movsb
813 rep movsb
843 rep movsb
861 rep movs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Dhead_32.S102 rep movsl
124 rep stosl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c11 * slightly quicker on x86 systems because, instead of using rep movsb to copy
12 * data, it uses rep movsw, which moves data in 2-byte chunks instead of single
294 " rep movsw\n"
303 " rep movsw\n"
324 " rep stosw\n"
377 " rep movsb\n"
399 " rep movsb\n"
406 " rep movsb\n"
422 " rep movsb\n"
430 " rep movs
[all...]
H A Dinffast.S329 rep movsb /* memcpy( buf, in, avail_in ) */
332 rep stosb /* memset( &buf[ avail_in ], 0, 12 - avail_in ) */
643 rep movsb
664 rep stosb
752 rep movsb
761 rep movsb
806 rep movsb
813 rep movsb
843 rep movsb
861 rep movs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/inflate86/
H A Dinffas86.c11 * slightly quicker on x86 systems because, instead of using rep movsb to copy
12 * data, it uses rep movsw, which moves data in 2-byte chunks instead of single
294 " rep movsw\n"
303 " rep movsw\n"
324 " rep stosw\n"
377 " rep movsb\n"
399 " rep movsb\n"
406 " rep movsb\n"
422 " rep movsb\n"
430 " rep movs
[all...]

Completed in 290 milliseconds

12345678910