Searched refs:before (Results 76 - 100 of 234) sorted by relevance

12345678910

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest052.tcl90 puts "\tTest052.a: Get data with SET, then delete before cursor."
98 # delete by key before current
100 error_check_good db_del:before [eval {$db del} $txn {$keys($i)}] 0
195 puts "\tTest052.g: Insert before (DB_BEFORE)."
204 set ret [$dbc put -before $darray($i)]
206 error_check_good dbc_put:before $ret $keys($i)
210 error_check_good dbc_put:before:keys \
212 error_check_good dbc_put:before:data \
H A Dtest089.tcl226 # Test with -after and -before. Skip for -dupsort.
229 # Do a put -before of new string with original cursor,
232 error_check_good put_before [$dbcw put -before $newdata] 0
H A Dtest046.tcl107 puts "\t\tTest046.a.1: Get data with SET, then delete before cursor."
114 # delete before cursor(n-1), make sure it is gone
231 puts "\tTest046.c: Inserts (before/after), by key then cursor."
232 puts "\t\tTest046.c.1: Insert by key before the cursor."
236 error_check_good db_put:before $ret 0
270 error_check_good catch:put:before 1 \
271 [catch {$dbc put -before $data_set($i)} ret]
272 error_check_good dbc_put:deleted:before \
283 Insert by cursor before/after existent cursor."
284 # can't use before afte
[all...]
H A Drecd013.tcl123 [$curs put -before ADDITIONAL.$i] 1
H A Dtest087.tcl20 # TEST c. Ditto, but before the first one.
191 # Which datum to insert this guy before.
197 [$curs put -before $datum] 0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm144 ; deflate_state structure during the function's setup (before
299 ; * strings match each other, and they can be safely passed over before
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dedd.S172 # kept just before that
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbindec.S40 | ICTR is a flag used in A13. It must be set before the
55 | in the output before conversion to bcd. LAMBDA is the
270 | ICTR is a flag used in A13. It must be set before the
331 | in the output before conversion to bcd. LAMBDA is the sign
H A Dx_store.S142 | ; before continuing
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm144 ; deflate_state structure during the function's setup (before
299 ; * strings match each other, and they can be safely passed over before
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_demux.c312 const u8 *before = &buf[p + 1]; local
314 const u8 *after = &before[before_len];
317 dvb_dmx_swfilter_section_copy_dump(feed, before,
319 /* before start of new section, set pusi_seen = 1 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S105 * Check for cramfs in flash before RAM instead of RAM before flash.
360 ;; We need to initialze DRAM registers before we start using the DRAM
541 ;; disable ATA before enabling it in genconfig below
549 ;; configure external DMA channel 0 before enabling it in genconfig
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-armv.S173 @ IRQs off again before pulling preserved data off the stack
256 @ IRQs off again before pulling preserved data off the stack
290 @ IRQs off again before pulling preserved data off the stack
769 * We set the Z flag before loading oldval. If ever an exception
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.c588 * we have to calculate each entries' hashvalue and sort them before
928 node->btree[0].before = cpu_to_be32(blkno);
1697 int before, after, smallest, entsize; local
1725 before = after = -1;
1739 before = i;
1753 if ((before >= 0) || (after >= 0)) {
1754 if ((before >= 0) && (after >= 0)) {
1755 map = &hdr->freemap[before];
1761 } else if (before >= 0) {
1762 map = &hdr->freemap[before];
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_output.c83 if (!before(tp->snd_una+tp->snd_wnd, tp->snd_nxt))
367 * (always 18). The actual MD5 hash is added just before the
409 * take such a timestamp before we potentially clone/copy.
660 * skbs, which it never sent before. --ANK
674 if (!before(tp->snd_nxt, TCP_SKB_CB(buff)->end_seq)) {
1101 * packet has never been sent out before (and thus is not cloned).
1771 if (before(TCP_SKB_CB(skb)->seq, tp->snd_una)) {
1772 if (before(TCP_SKB_CB(skb)->end_seq, tp->snd_una))
1783 if (!before(TCP_SKB_CB(skb)->seq, tp->snd_una+tp->snd_wnd)
2450 before(TCP_SKB_C
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex62 end before or after packet decode expects.
81 improvement before running out of room within the codec specification.
312 later before overlap/add with the next frame. This optimization
392 use. All floors are decoded before residue decode begins.
487 window (such as the Vorbis window) before the MDCT can be considered
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A D3w-xxxx.c103 unsigned long before; local
107 before = jiffies;
118 if (time_after(jiffies, before + HZ * seconds))
132 unsigned long before; local
136 before = jiffies;
147 if (time_after(jiffies, before + HZ * seconds))
2100 /* Clear all interrupts just before exit */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/lib/
H A Dcopy_user_memcpy.S31 ! a fast memcpy and the amount subtracted from r7 before L_2l_loop be 2,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A Dhead.S95 ;; before unpacking). It is at _edata, but in flash.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-stxcpy.S166 or t6, t2, t2 # E : already extracted before (stall)
H A Dstxcpy.S143 or t6, t2, t2 # e1 : already extracted before
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dsleep.S152 @ need 6 13-MHz cycles before changing PWRMODE
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_helper.c53 DEBUGP("nf_nat_resize_packet: Seq_offset before: ");
63 before(this_way->correction_pos, seq)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dxattr.c48 * If xd need to call do_verify_xattr_datum() at first, it's called before calling
101 uint32_t target, before; local
108 before = c->xdatum_mem_usage;
124 before, c->xdatum_mem_usage, before - c->xdatum_mem_usage);
1193 * is used to call do_verify_xattr_datum() before garbage collecting.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex29 % Please try the latest version of texinfo.tex before submitting bug
291 % marks for the sectioning macros, one before the section break, and
349 % before the \shipout runs.
487 % just before passing the control to \argtorun.
538 % It's the responsibility of \envdef to insert \begingroup before the
763 % \baselineskip glue before it, and (when the next line of text is done)
1181 % This is done with @novalidate (before @setfilename).
1919 % before you read in texinfo.tex.
2773 % First the title page. Must do @settitle before @titlepage.
2814 % It is important to do the page break before endin
[all...]

Completed in 136 milliseconds

12345678910