Searched refs:wrap (Results 76 - 100 of 103) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep078.tcl187 set pid [exec $tclsh_path $test_path/wrap.tcl \
H A Dtxn003.tcl17 puts " (with ID wrap)"
172 set p [exec $tclsh_path $test_path/wrap.tcl txnscript.tcl \
H A Dtest.tcl72 # For testing locker id wrap around.
265 # Note that we still wrap the test in an exec so that
266 # its output goes to ALL.OUT. run_recd will wrap each test
366 .*?wrap\.tcl.*|
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.h101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dmga_drm.h164 unsigned int wrap; /* Primary DMA wrap count */ member in struct:__anon4201
H A Dmga_state.c583 sarea_priv->last_frame.wrap = dev_priv->prim.last_wrap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddca.c149 int wrap; ///< wrap for get_vlc2() member in struct:__anon507
160 return get_vlc2(gb, ba->vlc[idx].table, ba->vlc[idx].bits, ba->wrap) + ba->offset;
263 dca_bitalloc_index.wrap = 2;
269 dca_scalefactor.wrap = 2;
275 dca_tmode.wrap = 1;
285 dca_smpl_bitalloc[i+1].wrap = 1 + (j > 4);
H A Dmpegvideo.c1704 int wrap = s->b8_stride; local
1709 s->dc_val[0][xy + wrap] =
1710 s->dc_val[0][xy + 1 + wrap] = 1024;
1713 memset(s->ac_val[0][xy + wrap], 0, 32 * sizeof(int16_t));
1717 s->coded_block[xy + wrap] =
1718 s->coded_block[xy + 1 + wrap] = 0;
1721 wrap = s->mb_stride;
1722 xy = s->mb_x + s->mb_y * wrap;
H A Ddsputil.c441 static void draw_edges_c(uint8_t *buf, int wrap, int width, int height, int w) argument
446 last_line = buf + (height - 1) * wrap;
449 memcpy(buf - (i + 1) * wrap, buf, width);
450 memcpy(last_line + (i + 1) * wrap, last_line, width);
457 ptr += wrap;
461 memset(buf - (i + 1) * wrap - w, buf[0], w); /* top left */
462 memset(buf - (i + 1) * wrap + width, buf[width-1], w); /* top right */
463 memset(last_line + (i + 1) * wrap - w, last_line[0], w); /* top left */
464 memset(last_line + (i + 1) * wrap + width, last_line[width-1], w); /* top right */
H A Ddsputil.h450 void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w);
H A Dmpeg12.c1766 const int wrap = field_pic ? 2*s->b8_stride : s->b8_stride; local
1767 int xy = s->mb_x*2 + s->mb_y*2*wrap;
1770 xy += wrap/2;
1792 xy += wrap;
H A Dmotion_est.c1827 const int wrap= s->b8_stride; local
1831 int xy= y*2*wrap;
1839 int off= (block& 1) + (block>>1)*wrap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dhead.S330 ;; If the first physical flash memory is exceeded wrap to the second one.
351 3: move.d MEM_CSE1_START, $r1 ; wrap to second flash
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlog.c238 int wrap = (new_tail < old_tail); local
246 rm = (wrap) ? (a || b) : (a && b);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl192 add $h1=$h1,$a };; // wrap up
198 add $h3=$h3,$c };; // wrap up
201 { .mib; add $h2=$h2,$b // wrap up
202 add $h4=$h4,$d };; // wrap up
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha1-ia64.pl192 add $h1=$h1,$a };; // wrap up
198 add $h3=$h3,$c };; // wrap up
201 { .mib; add $h2=$h2,$b // wrap up
202 add $h4=$h4,$d };; // wrap up
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Dmarb_defs.h394 unsigned int wrap : 1; member in struct:__anon8584
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dsesssetup.c318 /* wrap that up in a nice GSS-API wrapping */
346 BOOL wrap)
402 if (wrap) {
408 if (wrap)
343 reply_spnego_ntlmssp(connection_struct *conn, char *inbuf, char *outbuf, AUTH_NTLMSSP_STATE **auth_ntlmssp_state, DATA_BLOB *ntlmssp_blob, NTSTATUS nt_status, BOOL wrap) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dcfq-iosched.c274 * We need to wrap this check in cfq_cfqq_slice_new(), since ->slice_end
300 unsigned wrap = 0; /* bit mask: requests behind the disk head? */ local
336 wrap |= CFQ_RQ1_WRAP;
343 wrap |= CFQ_RQ2_WRAP;
348 * By doing switch() on the bit mask "wrap" we avoid having to
351 switch (wrap) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-mode.el1596 (defun po-next-entry-with-regexp (regexp wrap)
1598 If WRAP is not nil, the search may wrap around the buffer."
1606 (if (and wrap
1617 (defun po-previous-entry-with-regexp (regexp wrap)
1619 If WRAP is not nil, the search may wrap around the buffer."
1625 (if (and wrap
1760 If none, wrap from the beginning of the buffer with another type,
1771 ;; wrap around if there is none.
1781 ;; Find an untranslated entry, or wrap up for a fuzzy entry.
1790 ;; Find a fuzzy entry, or wrap u
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DWLAN_Common.mk124 # This is a useful macro to wrap around a compiler command line,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c2428 port_id_t wrap, nxt_d_id; local
2478 wrap.b24 = new_fcport->d_id.b24;
2511 /* If wrap on switch device list, exit. */
2513 wrap.b24 = new_fcport->d_id.b24;
2515 } else if (new_fcport->d_id.b24 == wrap.b24) {
2516 DEBUG2(printk("scsi(%ld): device wrap (%02x%02x%02x)\n",
2680 /* If wrap around. No free ID to use. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwavelan_cs.c2799 int wrap) /* start of buffer */
2833 if(len > ((wrap - (rfp - len) + RX_SIZE) % RX_SIZE)) /* magic formula ! */
2836 printk(KERN_INFO "%s: wv_start_of_frame: wrap around buffer, wrap %d rfp %d len 0x%x\n",
2837 dev->name, wrap, rfp, len);
2797 wv_start_of_frame(struct net_device * dev, int rfp, int wrap) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c9838 /* Make sure we wrap around the log correctly! */
9839 #define wrap(journal, var) \ macro
9955 wrap(journal, next_log_block);
9990 wrap(journal, next_log_block);
10008 wrap(journal, next_log_block);

Completed in 405 milliseconds

12345