Searched refs:last (Results 51 - 75 of 922) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dres_gdt.c128 unsigned int grp, last = 0; local
161 if (!gdt_buf[last]) {
164 expect, grp, gdt_blk, last);
166 gdt_buf[last] = expect;
169 } else if (gdt_buf[last] != expect) {
172 gdt_buf[last], expect, gdt_blk, last);
177 last++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgun.c43 encountered in an input file, it is the last stream in that file.
152 last = have ? (have--, (int)(*next++)) : -1)
199 int last; /* last byte read by NEXT(), or -1 if EOF */ local
208 unsigned end; /* last valid entry in prefix/suffix tables */
211 unsigned final; /* last character written for previous code */
222 if (last == -1)
246 final = prev = (unsigned)last; /* low 8 bits of code */
249 if (last & 1) { /* code must be < 256 */
253 rem = (unsigned)last >>
376 int ret, first, last; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dcfbcopyarea.c28 unsigned long first, last; local
33 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
40 if (last)
41 first &= last;
71 if (last)
72 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); local
84 if (last)
85 first &= last;
100 /** We must always remember the last value read, because in case
146 if (last) {
168 unsigned long first, last; local
224 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgun.c43 encountered in an input file, it is the last stream in that file.
152 last = have ? (have--, (int)(*next++)) : -1)
199 int last; /* last byte read by NEXT(), or -1 if EOF */ local
208 unsigned end; /* last valid entry in prefix/suffix tables */
211 unsigned final; /* last character written for previous code */
222 if (last == -1)
246 final = prev = (unsigned)last; /* low 8 bits of code */
249 if (last & 1) { /* code must be < 256 */
253 rem = (unsigned)last >>
376 int ret, first, last; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/mm/
H A Dextable.c58 const struct exception_table_entry *last,
65 while (first <= last) {
66 mid = &first[(last - first)/2];
74 last = mid - 1;
57 search_extable(const struct exception_table_entry *first, const struct exception_table_entry *last, unsigned long ip) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-v850/
H A Dsystem.h26 extern void *switch_thread (struct thread_struct *last,
28 #define switch_to(prev,next,last) \
31 (last) = switch_thread (&prev->thread, &next->thread); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_fs_subr.c28 xfs_off_t last,
42 xfs_off_t last,
63 xfs_off_t last,
25 fs_tosspages( bhv_desc_t *bdp, xfs_off_t first, xfs_off_t last, int fiopt) argument
39 fs_flushinval_pages( bhv_desc_t *bdp, xfs_off_t first, xfs_off_t last, int fiopt) argument
60 fs_flush_pages( bhv_desc_t *bdp, xfs_off_t first, xfs_off_t last, uint64_t flags, int fiopt) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dslist.c28 /* The last #include file should be: */
31 /* returns last node in linked list */
40 /* loop through to find the last item */
58 struct curl_slist *last; local
77 last = slist_get_last(list);
78 last->next = new_item;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfindprog.c63 bool last;
70 last = (*cp == '\0');
106 if (last)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dlist.c101 struct list_head *last = list->prev; local
107 last->next = at;
108 at->prev = last;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Dgen_uuid.c209 static struct timeval last = {0, 0}; local
216 if ((last.tv_sec == 0) && (last.tv_usec == 0)) {
219 last = tv;
220 last.tv_sec--;
222 if ((tv.tv_sec < last.tv_sec) ||
223 ((tv.tv_sec == last.tv_sec) &&
224 (tv.tv_usec < last.tv_usec))) {
227 last = tv;
228 } else if ((tv.tv_sec == last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Djpeglsenc.c115 static inline void ls_encode_line(JLSState *state, PutBitContext *pb, void *last, void *cur, int last2, int w, int stride, int comp, int bits){ argument
124 Ra = x ? R(cur, x - stride) : R(last, x);
125 Rb = R(last, x);
126 Rc = x ? R(last, x - stride) : last2;
127 Rd = (x >= w - stride) ? R(last, x) : R(last, x + stride);
146 Rb = R(last, x);
237 uint8_t *buf2, *zero, *cur, *last; local
291 last = zero;
297 ls_encode_line(state, &pb2, last, cu
[all...]
H A Dtruemotion2.c55 int *last; member in struct:TM2Context
341 int *last, *clast; \
351 last = ctx->last + bx * 4;\
366 /* recalculate last and delta values for next blocks */
367 #define TM2_RECALC_BLOCK(CHR, stride, last, CD) {\
368 CD[0] = (CHR[1] - 128) - last[1];\
370 last[0] = (int)CHR[stride + 0] - 128;\
371 last[1] = (int)CHR[stride + 1] - 128;}
374 static inline void tm2_apply_deltas(TM2Context *ctx, int* Y, int stride, int *deltas, int *last) argument
392 tm2_high_chroma(int *data, int stride, int *last, int *CD, int *deltas) argument
[all...]
H A Djpeglsdec.c157 static inline void ls_decode_line(JLSState *state, MJpegDecodeContext *s, void *last, void *dst, int last2, int w, int stride, int comp, int bits){ argument
166 Ra = x ? R(dst, x - stride) : R(last, x);
167 Rb = R(last, x);
168 Rc = x ? R(last, x - stride) : last2;
169 Rd = (x >= w - stride) ? R(last, x) : R(last, x + stride);
207 Rb = R(last, x);
261 uint8_t *zero, *last, *cur; local
266 last = zero;
295 ls_decode_line(state, s, last, cu
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlog002.tcl58 set last {0 0}
61 if { [llength $last] != 0 } {
63 log_compare [$env log_compare $l $last] 1
65 log_compare [$env log_compare $last $l] -1
69 set last $l
H A Dsdbutils.tcl143 set last 1
149 if { $last == $n } {
153 if { [expr $last % $n] == 0 || [expr $n % $last] == 0 } {
154 if { $n > $last } {
155 set last $n
156 set expected [expr 50 / $last]
159 set last [expr $n * $last / [gcd $n $last]]
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h93 struct sym_quehead *last = list->blink; local
99 last->flink = at;
100 at->blink = last;
107 struct sym_quehead *first, *last; local
113 last = orig->blink;
114 last->flink = dest;
115 dest->blink = last;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dbig5hkscs2001.h117 unsigned char last = conv->ostate; local
119 if (last) {
120 /* last is = 0x66 or = 0xa7. */
125 r[1] = last + ((wc & 24) >> 2) - 4; /* = 0x62 or 0x64 or 0xa3 or 0xa5 */
136 r[1] = last;
204 unsigned char last = conv->ostate; local
206 if (last) {
210 r[1] = last;
H A Dbig5hkscs2004.h122 unsigned char last = conv->ostate; local
124 if (last) {
125 /* last is = 0x66 or = 0xa7. */
130 r[1] = last + ((wc & 24) >> 2) - 4; /* = 0x62 or 0x64 or 0xa3 or 0xa5 */
141 r[1] = last;
220 unsigned char last = conv->ostate; local
222 if (last) {
226 r[1] = last;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/netem/
H A Dmaketable.c96 int i, index, first=DISTTABLESIZE, last=0; local
113 if (index > last)
114 last = index +1;
162 int i, j, last, lasti = -1; local
164 last = MINSHORT;
171 table[i] = last + (i-lasti)*(table[j]-last)/(j-lasti);
173 table[i] = last + (i-lasti)*(MAXSHORT-last)/(limit-lasti);
176 last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dprioq.c40 q->root = q->last = NULL;
50 while (q->last)
51 avahi_prio_queue_remove(q, q->last);
220 q->last = a;
236 q->last = b;
247 q->last = a;
255 q->last = b;
302 if (q->last) {
306 n->y = q->last->y;
307 n->x = q->last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dsystem.h217 #define __switch_to(prev,next,last) do { \
223 (last) = ia64_switch_to((next)); \
233 # define switch_to(prev,next,last) do { \
239 __switch_to(prev, next, last); \
249 # define switch_to(prev,next,last) __switch_to(prev, next, last)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dsambalp135 last if /^%!PS/;
137 last if eof(FILE);
142 while (<FILE>) { last if /def\r/; }
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dlist.h126 struct list_head *last = list->prev; local
132 last->next = at;
133 at->prev = last;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dsc-ip22.c30 static inline void indy_sc_wipe(unsigned long first, unsigned long last) argument
45 "or\t%1, $1\t\t\t# last line to flush\n\t"
55 : "=r" (first), "=r" (last), "=&r" (tmp)
56 : "0" (first), "1" (last));

Completed in 283 milliseconds

1234567891011>>