Searched refs:last (Results 201 - 225 of 922) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-frv/
H A Dsystem.h30 #define switch_to(prev, next, last) \
34 (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dsystem.h18 #define switch_to(prev,next,last) do { \
31 "=a" (last),"=S" (esi),"=D" (edi) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68k/
H A Dsystem.h37 #define switch_to(prev,next,last) do { \
45 (last) = _last; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dconsole.h68 int register_con_driver(const struct consw *csw, int first, int last);
70 int take_over_console(const struct consw *sw, int first, int last, int deflt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzappend.c52 block boundary to facilitate locating and modifying the last block bit at
55 number of unusued bits in the last input byte used. gzappend will not work
59 the last 32K of uncompressed data, and noting the location of the last block
60 bit and the number of unused bits in the last byte of the compressed data.
64 Then the last block bit is cleared by seeking back in the file and rewriting
65 the byte that contains it. Seeking forward, the last byte of the compressed
68 A deflate process is initialized, using the last 32K of the uncompressed
72 last bits from the original deflate stream. From here on, the data to
125 unsigned char *start, *last, *t local
386 gztack(char *name, int gd, z_stream *strm, int last) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_mem.c68 if (alloc->last == NULL) {
70 alloc->first = alloc->last = nblock;
72 nblock->prev = alloc->last;
73 alloc->last->next = nblock;
74 alloc->last = nblock;
95 if (alloc->last == block) {
96 alloc->last = block->prev;
247 alloc->first = alloc->last = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/power/
H A Dpm.c136 static void pm_undo_all(struct pm_dev *last) argument
138 struct list_head *entry = last->entry.prev;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dsystem.h92 #define switch_to(prev,next,last) \
94 last = __switch_to(prev,task_thread_info(prev),task_thread_info(next)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dsystem.h44 * switch_to(prev, next, last) should switch from task `prev' to task
57 #define switch_to(prev, next, last) \
59 last = __switch_to(prev, &prev->thread.cpu_context + 1, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/
H A Dsystem.h240 #define switch_to(prev,next,last) \
246 (last) = resume (prev, next); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Djoin.tcl373 set last 1
379 if { $last == $n } {
383 if { [expr $last % $n] == 0 || [expr $n % $last] == 0 } {
384 if { $n > $last } {
385 set last $n
386 set expected [expr 50 / $last]
389 set last [expr $n * $last / [gcd $n $last]]
[all...]
H A Drep066.tcl126 set last_client_log [get_logfile $env1 last]
134 set last_master_log [get_logfile $masterenv last]
191 # Set this to the last log file the old master had.
194 set last_master_log [get_logfile $masterenv last]
202 set last_master_log [get_logfile $masterenv last]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dprints.c390 static int print_internal(struct buffer_head *bh, int first, int last) argument
407 to = last < B_NR_ITEMS(bh) ? last : B_NR_ITEMS(bh);
426 int last)
457 if (last < 0 || last > nr)
460 to = last;
557 void print_block(struct buffer_head *bh, ...) //int print_mode, int first, int last)
560 int mode, first, last; local
571 last
425 print_leaf(struct buffer_head *bh, int print_mode, int first, int last) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.c46 * - Unroll last copy for window match in inflate_fast()
114 state->last = 0;
310 Update the window with the last wsize (normally 32K) bytes written before
318 advantage, since only the last 32K of output is copied to the sliding window
538 When there is a window, goto inf_leave will update the window with the last
568 code last; /* parent table entry */ local
776 if (state->last) {
782 state->last = BITS(1);
787 state->last ? " (last)"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/block/
H A Das-iosched.c75 ANTIC_WAIT_REQ, /* The last read has not yet completed */
77 last read (which has completed) */
96 sector_t last_sector[2]; /* last REQ_SYNC & REQ_ASYNC sectors */
284 sector_t last, s1, s2, d1, d2; local
295 last = ad->last_sector[data_dir];
306 if (s1 >= last)
307 d1 = s1 - last;
308 else if (s1+maxback >= last)
309 d1 = (last - s1)*BACK_PENALTY;
315 if (s2 >= last)
356 as_find_next_rq(struct as_data *ad, struct request *last) argument
573 sector_t last = ad->last_sector[ad->batch_data_dir]; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.c46 * - Unroll last copy for window match in inflate_fast()
114 state->last = 0;
310 Update the window with the last wsize (normally 32K) bytes written before
318 advantage, since only the last 32K of output is copied to the sliding window
538 When there is a window, goto inf_leave will update the window with the last
568 code last; /* parent table entry */ local
776 if (state->last) {
782 state->last = BITS(1);
787 state->last ? " (last)"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dxattr.c530 struct ext3_xattr_entry *last; local
533 /* Compute min_offs and last. */
534 last = s->first;
535 for (; !IS_LAST_ENTRY(last); last = EXT3_XATTR_NEXT(last)) {
536 if (!last->e_value_block && last->e_value_size) {
537 size_t offs = le16_to_cpu(last->e_value_offs);
542 free = min_offs - ((void *)last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dxattr.c529 struct ext4_xattr_entry *last; local
532 /* Compute min_offs and last. */
533 last = s->first;
534 for (; !IS_LAST_ENTRY(last); last = EXT4_XATTR_NEXT(last)) {
535 if (!last->e_value_block && last->e_value_size) {
536 size_t offs = le16_to_cpu(last->e_value_offs);
541 free = min_offs - ((void *)last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredSortedEntrySet.java71 * Returns the last (highest) element currently in this sorted set.
72 * This method conforms to the {@link SortedSet#last} interface.
74 * @return the last element.
79 public Object last() { method in class:StoredSortedEntrySet
H A DStoredSortedKeySet.java96 * Returns the last (highest) element currently in this sorted set.
97 * This method conforms to the {@link SortedSet#last} interface.
99 * @return the last element.
104 public Object last() { method in class:StoredSortedKeySet
H A DStoredSortedValueSet.java109 * Returns the last (highest) element currently in this sorted set.
110 * This method conforms to the {@link SortedSet#last} interface.
112 * @return the last element.
117 public Object last() { method in class:StoredSortedValueSet
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Dopt.h151 const AVOption *av_next_option(void *obj, const AVOption *last);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/contrib/macusers/
H A Dmacusers98 last;
100 last;
H A Dmacusers.in98 last;
100 last;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/lib/
H A Dpage_copy.S62 bge/u r3, r7, tr3 ! skip alloco for last 2 lines

Completed in 259 milliseconds

1234567891011>>