Searched refs:last (Results 276 - 300 of 922) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzran.c143 off_t last; /* totout value of last access point */ local
162 totin = totout = last = 0;
207 access point after the last block by checking bit 6 of data_type
210 (totout == 0 || totout - last > span)) {
217 last = totout;
301 else if (offset != 0) { /* last skip */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c49 obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last);
75 alloc->last = min(alloc->last, obj);
90 alloc->last = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dsjcd.h107 #define SCMD_GET_L_TRACK 0xA1 /* get the last track information */
152 unsigned char last; member in struct:sjcd_disk_info
H A Daztcd.h30 /* list of autoprobing addresses (not more than 15), last value must be 0x000
146 unsigned char last; member in struct:azt_DiskInfo
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/algos/
H A Di2c-algo-pcf.c236 int count, int last)
263 if (last) {
275 int count, int last)
306 if (last) {
414 /* Check LRB (last rcvd bit - slave ack) */
235 pcf_sendbytes(struct i2c_adapter *i2c_adap, const char *buf, int count, int last) argument
274 pcf_readbytes(struct i2c_adapter *i2c_adap, char *buf, int count, int last) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/paride/
H A Depia.c110 2048 byte reads (the last two being used in the CDrom drivers.
198 { int ph, k, last, d; local
205 ph = 0; last = 0x8000;
208 if (d != last) { last = d; w0(d); }
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strncat.S61 zapnot $1, $27, $2 # U : was last byte a null?
H A Dev6-memchr.S10 * - does binary search to find 0 byte in last
43 # below when we find the address of the last byte. Given
138 # Make $18 point to last quad to be accessed (the
139 # last quad may or may not be partial).
H A Dmemchr.S24 - does binary search to find 0 byte in last
46 # below when we find the address of the last byte. Given
120 # Make $18 point to last quad to be accessed (the
121 # last quad may or may not be partial).
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dnamei.h20 struct qstr last; member in struct:nameidata
38 * Type of the last component on LOOKUP_PARENT
H A Ddmaengine.h85 * @cookie: last cookie value returned to client
199 dma_cookie_t cookie, dma_cookie_t *last,
302 * @last: returns last completed cookie, can be NULL
303 * @used: returns last issued cookie, can be NULL
305 * If @last and @used are passed in, upon return they reflect the driver
310 dma_cookie_t cookie, dma_cookie_t *last, dma_cookie_t *used)
312 return chan->device->device_memcpy_complete(chan, cookie, last, used);
318 * @last_complete: last know completed transaction
319 * @last_used: last cooki
309 dma_async_memcpy_complete(struct dma_chan *chan, dma_cookie_t cookie, dma_cookie_t *last, dma_cookie_t *used) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_node.h81 int first, int last);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dzran.c143 off_t last; /* totout value of last access point */ local
162 totin = totout = last = 0;
207 access point after the last block by checking bit 6 of data_type
210 (totout == 0 || totout - last > span)) {
217 last = totout;
301 else if (offset != 0) { /* last skip */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dcleanfile76 last;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ax25/
H A Dax25_out.c236 int last = 1; local
277 last = (next == end);
281 * bke 960114: do not set the Poll bit on the last frame
287 ax25_send_iframe(ax25, skbn, (last) ? AX25_POLLON : AX25_POLLOFF);
304 } while (!last && (skb = skb_dequeue(&ax25->write_queue)) != NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep038.tcl181 # the first_lsn for internal init (the last log file we
184 # on subsequent iterations we'll wait for the last log
192 set init_log [get_logfile $masterenv last]
197 set init_log [get_logfile $masterenv last]
200 set last_master_log [get_logfile $masterenv last]
H A Dtest043.tcl80 set last $count
121 if { $check >= $last } {
166 for { set rec [$dbc get -last] } { [llength $rec] != 0 } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor0.c14 last mod: $Id: floor0.c 16227 2009-07-08 06:58:46Z xiphmont $
171 float last=0.f; local
181 for(k=0;k<b->dim;k++,j++)lsp[j]+=last;
182 last=lsp[j-1];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs_mcast.c291 int last = 0; local
327 /* If this was the last attached QP, remove the GID too. */
330 last = 1;
345 if (last) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/fc4/
H A Dsoc.h153 u8 last; member in struct:__anon4348
267 u8 last; member in struct:__anon4354
276 u8 last; member in struct:__anon4355
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dchecksum.S71 addq 10*4,$r11 ; compensate for last loop underflowing length
91 move.d $r12,$r13 ; do the same again, maybe we got a carry last add
120 ;; copy and checksum the last byte
H A Dchecksumcopy.S77 addq 10*4,$r12 ; compensate for last loop underflowing length
94 move.d $r13,$r9 ; do the same again, maybe we got a carry last add
126 ;; copy and checksum the last byte
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dchecksum.S59 addq 10*4,$r11 ; compensate for last loop underflowing length
79 move.d $r12,$r13 ; do the same again, maybe we got a carry last add
108 ;; copy and checksum the last byte
H A Dchecksumcopy.S65 addq 10*4,$r12 ; compensate for last loop underflowing length
82 move.d $r13,$r9 ; do the same again, maybe we got a carry last add
114 ;; copy and checksum the last byte
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_paramhlp.c44 struct getout *last = config->url_last; local
46 /* append this new node last in the list */
47 if(last)
48 last->next = node;
52 /* move the last pointer */

Completed in 232 milliseconds

<<11121314151617181920>>