Searched refs:last (Results 126 - 150 of 922) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/tools/
H A Dc_rehash.in25 last;
83 last if($is_crl);
86 last if($is_cert);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/cnid/
H A Dcnid2_create69 last;
108 last if $key eq "DATA=END";
111 last unless defined($key) and defined($val);
116 last;
154 last;
160 last unless defined($key) and defined($val);
H A Dcnid2_create.in69 last;
108 last if $key eq "DATA=END";
111 last unless defined($key) and defined($val);
116 last;
154 last;
160 last unless defined($key) and defined($val);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsmacker.c71 int *last; member in struct:DBCtx
143 ctx->last[0] = hc->current;
146 ctx->last[1] = hc->current;
149 ctx->last[2] = hc->current;
172 static int smacker_decode_header_tree(SmackVContext *smk, GetBitContext *gb, int **recodes, int *last, int size) argument
237 last[0] = last[1] = last[2] = -1;
246 ctx.last = last;
322 last_reset(int *recode, int *last) argument
327 smk_get_code(GetBitContext *gb, int *recode, int *last) argument
[all...]
H A Dmsmpeg4.c67 static int get_size_of_code(MpegEncContext * s, RLTable *rl, int last, int run, int level, int intra);
190 int last; local
191 for(last=0; last<2; last++){
192 rl_length[i][level][run][last]= get_size_of_code(s, &rl_table[ i], last, run, level, 0);
200 static int get_size_of_code(MpegEncContext * s, RLTable *rl, int last, int run, int level, int intra){ argument
205 code = get_rl_index(rl, last, run, level);
210 level1 = level - rl->max_level[last][ru
259 int last; local
863 int level, run, last, i, j, last_index; local
1611 int level, i, last, run, run_diff; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dprio_tree.c65 *heap = node->last;
97 struct prio_tree_node *first = NULL, *prev, *last = NULL; local
112 last = first;
114 prev = last;
115 last = root->prio_tree_node;
117 INIT_PRIO_TREE_NODE(last);
118 prev->left = last;
119 last->parent = prev;
129 last = node;
132 last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dxattr.c369 struct ext2_xattr_entry *here, *last; local
379 * last -- Points right after the last named entry within the block
436 last = here;
437 /* We still need to compute min_offs and last. */
438 while (!IS_LAST_ENTRY(last)) {
439 struct ext2_xattr_entry *next = EXT2_XATTR_NEXT(last);
442 if (!last->e_value_block && last->e_value_size) {
443 size_t offs = le16_to_cpu(last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drsrc004.tcl41 # Read the last record
45 set rec [$dbc get -last]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */
79 int last; /* true if processing last block */ member in struct:inflate_state
H A Dinffast.c73 unsigned char FAR *last; /* while in < last, enough input available */ local
100 last = in + (strm->avail_in - 5);
285 } while (in < last && out < end);
296 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dc2p.c172 u32 d[8], first, last, w; local
179 last = ~(~0UL >> ((dst_idx+width) % 32));
186 first &= last;
222 store_planar_masked(p, dst_nextplane, bpp, d, last);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/
H A Dsmttimer.c125 struct smt_timer **last ; local
129 last = &smc->t.st_queue ;
135 last = &tm->tm_next ;
144 *last = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrlen.S9 * - does binary search to find 0 byte in last
34 nop # helps dual issue last two insns
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_itable.h56 xfs_ino_t *lastino, /* last inode returned */
92 xfs_ino_t *last, /* last inode returned */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */
79 int last; /* true if processing last block */ member in struct:inflate_state
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.h24 TYPE, /* i: waiting for type bits, including last-flag bit */
71 int last; /* true if processing last block */ member in struct:inflate_state
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityCursor.java90 * last value respectively for an uninitialized cursor. This allows the loop
155 * the {@link #last} cursor value is the last existing value in the range. For
299 * Moves the cursor to the last value and returns it, or returns null if
304 * @return the last value, or null if the cursor range is empty.
306 V last() method in interface:EntityCursor
310 * Moves the cursor to the last value and returns it, or returns null if
316 * @return the last value, or null if the cursor range is empty.
318 V last(LockMode lockMode) method in interface:EntityCursor
411 * uninitialized, this method is equivalent to {@link #last}
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/mm/
H A Dtlb.c32 cpu_data->dtlb.last = DTLB_FIXED |
42 cpu_data->itlb.last = ITLB_FIXED |
81 * Works like a stack, last one to allocate must be first one to free.
89 * so this approach works like a stack .. last one to be allocated
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dsystem.h16 /* frame pointer must be last for get_wchan */
24 #define switch_to(prev,next,last) \
37 : "=a" (last) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-h8300/
H A Dsystem.h36 #define switch_to(prev,next,last) { \
49 (last) = _last; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dpid.c101 int i, offset, max_scan, pid, last = pid_ns->last_pid; local
104 pid = last + 1;
137 * is in-bounds, and if we fell back to the last
142 (i != max_scan || pid < last ||
143 !((last+1) & BITS_PER_PAGE_MASK)));
151 if (unlikely(last == offset))
159 static int next_pidmap(struct pid_namespace *pid_ns, int last) argument
164 offset = (last + 1) & BITS_PER_PAGE_MASK;
165 map = &pid_ns->pidmap[(last + 1)/BITS_PER_PAGE];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-kde.c282 unsigned int last; local
292 last = 1;
299 if (number < last)
301 for (; last < number; last++)
303 last = number + 1;
H A Dformat-librep.c379 unsigned int last; local
389 last = 1;
396 if (number < last)
398 for (; last < number; last++)
417 last = number + 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A Dc_rehash25 last;
83 last if($is_crl);
86 last if($is_cert);
H A Dc_rehash.in25 last;
83 last if($is_crl);
86 last if($is_cert);

Completed in 119 milliseconds

1234567891011>>