Searched refs:last (Results 251 - 275 of 922) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/adfs/
H A Ddir_f.c100 int last = 5 - 26; local
104 * Accumulate each word up to the last whole
105 * word of the last directory entry. This
109 last += 26;
114 } while (i < (last & ~3));
115 } while (dir_u8(last) != 0);
118 * Accumulate the last few bytes. These
121 if (i != last) {
123 end.ptr8 = ptr.ptr8 + last - i;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/ss/
H A Dconditional.c394 struct cond_expr *expr = NULL, *last = NULL; local
431 last->next = expr;
433 last = expr;
448 struct cond_node *node, *last = NULL; local
470 last->next = node;
472 last = node;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dvideo-buf.c130 unsigned long first,last; local
141 last = ((data+size-1) & PAGE_MASK) >> PAGE_SHIFT;
143 dma->nr_pages = last-first+1;
531 if (V4L2_FIELD_TOP == q->last) {
533 q->last = V4L2_FIELD_BOTTOM;
536 q->last = V4L2_FIELD_TOP;
1085 * within the last four bytes of each vbi data block.
1302 unsigned int first,last,size,i; local
1331 /* look for last buffer to map */
1332 for (size = 0, last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hpfs/
H A Ddnode.c138 hpfs_error(s, "set_last_pointer: dnode %08x has already last pointer %08x",
143 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", d->self);
168 int c = hpfs_compare_names(s, name, namelen, de->name, de->namelen, de->last);
195 if (de->last) {
196 hpfs_error(s, "attempt to delete last dirent in dnode %08x", d->self);
388 if (!(c = hpfs_compare_names(i->i_sb, name, namelen, de->name, de->namelen, de->last))) {
445 hpfs_error(i->i_sb, "move_to_top: dnode %08x has no last de", dno);
588 if (!de->last) {
702 if (de->first || de->last) {
703 hpfs_error(i->i_sb, "hpfs_remove_dirent: attempt to delete first or last diren
[all...]
H A Dname.c107 unsigned char *n2, unsigned l2, int last)
111 if (last) return -1;
106 hpfs_compare_names(struct super_block *s, unsigned char *n1, unsigned l1, unsigned char *n2, unsigned l2, int last) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-1014 // (Qt) The 2-argument tr function has the context last.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlog001.tcl102 for { set grec [$logc get -last] } { [llength $grec] != 0 } {
128 puts "\tLog001.f: Retrieving first/current, last/current log record"
134 set grec [$logc get -last]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h235 void *last; member in struct:mthca_srq
253 void *last; member in struct:mthca_wq
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/skas/
H A Dtlb.c19 static int do_ops(union mm_context *mmu, struct host_vm_op *ops, int last, argument
25 for(i = 0; i <= last && !ret; i++){
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/lib-32/
H A Ddump_tlb.c51 void dump_tlb(int first, int last) argument
61 for (i = first; i <= last; i++) {
H A Dr3k_dump_tlb.c22 void dump_tlb(int first, int last) argument
30 for (i = first; i <= last; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/lib-64/
H A Ddump_tlb.c42 void dump_tlb(int first, int last) argument
51 for (i = first; i <= last; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dsleep.S78 @@ turned on, this restores the last bits from the
146 nop @ second-to-last before mmu
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dsystem.h130 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/
H A Dsystem.h18 #define switch_to(prev, next, last) do { \
60 last = __last; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dsystem.h115 #define switch_to(prev, next, last) do { \
148 : "=&r" (last) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dsystem.h120 * the output value of 'last'. 'next' is not referenced again
126 #define switch_to(prev, next, last) \
166 : "=&r" (last) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/iop/
H A Diop_fifo_in_defs.h8 * last modfied: Mon Apr 11 16:10:07 2005
111 unsigned int last : 8; member in struct:__anon8242
179 unsigned int last : 2; member in struct:__anon8251
H A Diop_fifo_in_extra_defs.h8 * last modfied: Mon Apr 11 16:10:08 2005
95 unsigned int last : 8; member in struct:__anon8257
104 unsigned int last : 2; member in struct:__anon8258
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m32r/
H A Dsystem.h33 #define switch_to(prev, next, last) do { \
48 : "=r" (last) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68knommu/
H A Dsystem.h35 #define switch_to(prev,next,last) \
46 (last) = _last; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Disdn_ppp.h162 unsigned int seq; /* last processed packet seq #: any packets
175 struct ippp_buf_queue *last; member in struct:ippp_buf_queue
216 struct ippp_buf_queue *last; /* pointer to (current) last used packet in queue */ member in struct:ippp_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/macos/src/
H A Dlibxml2_GUSIConfig.cp3 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Wed Oct 31 17:07:45 2001 * * This section will be overwritten by the next run of Confi (…)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_ccmp.c223 int data_len, i, blocks, last, len; local
245 last = data_len % AES_BLOCK_LEN;
248 len = (i == blocks && last) ? last : AES_BLOCK_LEN;
296 int i, blocks, last, len; local
355 last = data_len % AES_BLOCK_LEN;
358 len = (i == blocks && last) ? last : AES_BLOCK_LEN;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Daztcd.c454 inb(DATA_PORT); /* if status left from last command, read and */
459 inb(DATA_PORT); /* if data left from last command, read and */
870 DiskInfo.last = qInfo.diskTime.min;
871 DiskInfo.last = azt_bcd2bin(DiskInfo.last);
892 ("Disk Info: first %d last %d length %02X:%02X.%02X dez first %02X:%02X.%02X dez\n",
893 DiskInfo.first, DiskInfo.last, DiskInfo.diskLength.min,
918 azt_Play.start.min = Toc[DiskInfo.last + 1].diskTime.min;
919 azt_Play.start.sec = Toc[DiskInfo.last + 1].diskTime.sec;
921 Toc[DiskInfo.last
[all...]

Completed in 272 milliseconds

<<11121314151617181920>>