tag | line | file | source code |
n | 234 | drivers/FPU-emu/errors.c | void exception(int n) |
n | 239 | drivers/FPU-emu/errors.c | if ( n & EX_INTERNAL ) |
n | 241 | drivers/FPU-emu/errors.c | int_type = n - EX_INTERNAL; |
n | 242 | drivers/FPU-emu/errors.c | n = EX_INTERNAL; |
n | 249 | drivers/FPU-emu/errors.c | n &= (SW_Exc_Mask); |
n | 251 | drivers/FPU-emu/errors.c | partial_status |= n; |
n | 255 | drivers/FPU-emu/errors.c | if ( n & (SW_Stack_Fault | EX_Precision) ) |
n | 257 | drivers/FPU-emu/errors.c | if ( !(n & SW_C1) ) |
n | 265 | drivers/FPU-emu/errors.c | if ( (~control_word & n & CW_Exceptions) || (n == EX_INTERNAL) ) |
n | 274 | drivers/FPU-emu/errors.c | if ( (exception_names[i].type & n) == exception_names[i].type ) |
n | 284 | drivers/FPU-emu/errors.c | printk("FP emulator: Unknown Exception: 0x%04x!\n", n); |
n | 286 | drivers/FPU-emu/errors.c | if ( n == EX_INTERNAL ) |
n | 126 | drivers/FPU-emu/fpu_emu.h | unsigned short const terms[][4], int const n); |
n | 139 | drivers/FPU-emu/fpu_emu.h | asmlinkage int wm_sqrt(FPU_REG *n, unsigned int control_w); |
n | 9 | drivers/FPU-emu/fpu_proto.h | asmlinkage void exception(int n); |
n | 23 | drivers/FPU-emu/fpu_trig.c | unsigned long long q, int n); |
n | 741 | drivers/FPU-emu/fpu_trig.c | unsigned long long q, int n) |
n | 745 | drivers/FPU-emu/fpu_trig.c | x = st0 << n; |
n | 77 | drivers/block/ll_rw_blk.c | static inline struct request * get_request(int n, int dev) |
n | 82 | drivers/block/ll_rw_blk.c | if (n <= 0) |
n | 83 | drivers/block/ll_rw_blk.c | panic("get_request(%d): impossible!\n", n); |
n | 85 | drivers/block/ll_rw_blk.c | limit = all_requests + n; |
n | 108 | drivers/block/ll_rw_blk.c | static inline struct request * get_request_wait(int n, int dev) |
n | 112 | drivers/block/ll_rw_blk.c | while ((req = get_request(n, dev)) == NULL) |
n | 680 | drivers/char/console.c | static void respond_num(unsigned int n, int currcons, struct tty_struct * tty) |
n | 686 | drivers/char/console.c | buff[i++] = (n%10)+'0'; |
n | 687 | drivers/char/console.c | n /= 10; |
n | 688 | drivers/char/console.c | } while(n && i < 3); /* We'll take no chances */ |
n | 407 | drivers/char/tpqic02.c | static void report_exception(unsigned n) |
n | 409 | drivers/char/tpqic02.c | if (n >= NR_OF_EXC) { tpqputs("Oops -- report_exception"); n = 0; } |
n | 410 | drivers/char/tpqic02.c | printk(TPQIC_NAME ": sense: %s\n", exception_list[n].msg); |
n | 442 | drivers/char/tpqic02.c | short n = -1; |
n | 446 | drivers/char/tpqic02.c | n = 12; |
n | 448 | drivers/char/tpqic02.c | n = 13; |
n | 452 | drivers/char/tpqic02.c | n = 15; |
n | 456 | drivers/char/tpqic02.c | n = 4; |
n | 458 | drivers/char/tpqic02.c | n = 2; |
n | 460 | drivers/char/tpqic02.c | n = 1; |
n | 469 | drivers/char/tpqic02.c | n = 9; |
n | 471 | drivers/char/tpqic02.c | n = 10; |
n | 473 | drivers/char/tpqic02.c | n = 8; |
n | 476 | drivers/char/tpqic02.c | n = 7; |
n | 481 | drivers/char/tpqic02.c | n = 5; |
n | 488 | drivers/char/tpqic02.c | n = 6; |
n | 495 | drivers/char/tpqic02.c | n = 14; |
n | 497 | drivers/char/tpqic02.c | n = 11; |
n | 500 | drivers/char/tpqic02.c | n = 3; |
n | 502 | drivers/char/tpqic02.c | if (n >= 0) |
n | 503 | drivers/char/tpqic02.c | sensemsg(n); |
n | 767 | drivers/char/tpqic02.c | int s, n; |
n | 777 | drivers/char/tpqic02.c | n = 1000; /* 500 is not enough on a 486/33 */ |
n | 778 | drivers/char/tpqic02.c | while ((n>0) && ((inb_p(QIC_STAT_PORT) & QIC_STAT_MASK) == QIC_STAT_MASK)) |
n | 779 | drivers/char/tpqic02.c | n--; /* wait for ready or exception or timeout */ |
n | 780 | drivers/char/tpqic02.c | if (n==0) { |
n | 117 | drivers/char/tty_ioctl.c | int i, n = 0; |
n | 122 | drivers/char/tty_ioctl.c | for (p = &FIRST_TASK ; p <= &LAST_TASK ; p++, n++) |
n | 126 | drivers/char/tty_ioctl.c | d = (char *)(ts->tasks+n); |
n | 129 | drivers/char/tty_ioctl.c | put_fs_long(1, (unsigned long *)(ts->present+n)); |
n | 132 | drivers/char/tty_ioctl.c | put_fs_long(0, (unsigned long *)(ts->present+n)); |
n | 70 | drivers/net/slhc.c | static unsigned char *encode(unsigned char *cp,int n); |
n | 169 | drivers/net/slhc.c | encode(unsigned char *cp, int n) |
n | 171 | drivers/net/slhc.c | if(n >= 256 || n == 0){ |
n | 173 | drivers/net/slhc.c | cp = put16(cp,n); |
n | 175 | drivers/net/slhc.c | *cp++ = n; |
n | 101 | drivers/sound/audio.c | translate_bytes (const unsigned char *table, unsigned char *buff, unsigned long n) |
n | 105 | drivers/sound/audio.c | for (i = 0; i < n; ++i) |
n | 111 | drivers/sound/audio.c | translate_bytes (const void *table, void *buff, unsigned long n) |
n | 118 | drivers/sound/audio.c | :"b" ((long) table), "c" (n), "D" ((long) buff), "S" ((long) buff) |
n | 38 | drivers/sound/dev_table.c | int i, n = sizeof (supported_drivers) / sizeof (struct card_info); |
n | 40 | drivers/sound/dev_table.c | for (i = 0; i < (n - 1); i++) |
n | 65 | drivers/sound/dev_table.c | int i, n = sizeof (supported_drivers) / sizeof (struct card_info); |
n | 70 | drivers/sound/dev_table.c | for (i = 0; i < (n - 1); i++) |
n | 87 | drivers/sound/dev_table.c | int i, n = sizeof (supported_drivers) / sizeof (struct card_info); |
n | 96 | drivers/sound/dev_table.c | for (i = 0; i < (n - 1); i++) |
n | 120 | drivers/sound/dev_table.c | int i, n = sizeof (supported_drivers) / sizeof (struct card_info); |
n | 126 | drivers/sound/dev_table.c | for (i=0;i<n;i++) |
n | 154 | drivers/sound/dev_table.c | for (j=0;j<n && ptr == -1;j++) |
n | 172 | drivers/sound/dev_table.c | int i, n = sizeof (supported_drivers) / sizeof (struct card_info); |
n | 177 | drivers/sound/dev_table.c | for (j=0;j<n && ptr == -1;j++) |
n | 194 | drivers/sound/dev_table.c | int n = sizeof (supported_drivers) / sizeof (struct card_info); |
n | 197 | drivers/sound/dev_table.c | for (j=0;j<n && ptr == -1;j++) |
n | 106 | drivers/sound/dmabuf.c | unsigned i, p, n; |
n | 148 | drivers/sound/dmabuf.c | n = 0; |
n | 160 | drivers/sound/dmabuf.c | dev_buf[dev][n] = snd_raw_buf[dev][i] + p; |
n | 161 | drivers/sound/dmabuf.c | dev_buf_phys[dev][n] = snd_raw_buf_phys[dev][i] + p; |
n | 163 | drivers/sound/dmabuf.c | n++; |
n | 167 | drivers/sound/dmabuf.c | dev_nbufs[dev] = n; |
n | 31 | drivers/sound/gus_vol.c | int i, m, n, x; |
n | 66 | drivers/sound/gus_vol.c | n = x; |
n | 68 | drivers/sound/gus_vol.c | if (n < 128) |
n | 70 | drivers/sound/gus_vol.c | while (i > 0 && n < (1 << i)) |
n | 74 | drivers/sound/gus_vol.c | while (n > 255) |
n | 76 | drivers/sound/gus_vol.c | n >>= 1; |
n | 2150 | drivers/sound/gus_wave.c | int i, n; |
n | 2186 | drivers/sound/gus_wave.c | n = 0; |
n | 2190 | drivers/sound/gus_wave.c | rec->data.data32[n++] = ptr; |
n | 2194 | drivers/sound/gus_wave.c | rec->parm1 = n; |
n | 2244 | drivers/sound/gus_wave.c | int n; |
n | 2254 | drivers/sound/gus_wave.c | n = samples[sample].len - offs; /* Nr of bytes left */ |
n | 2256 | drivers/sound/gus_wave.c | if (l > n) |
n | 2257 | drivers/sound/gus_wave.c | l = n; |
n | 2267 | drivers/sound/gus_wave.c | for (n = 0; n < l; n++) |
n | 2268 | drivers/sound/gus_wave.c | rec->data.data8[n] = gus_peek (offs++); |
n | 2269 | drivers/sound/gus_wave.c | rec->parm1 = n; /* Nr of bytes copied */ |
n | 2277 | drivers/sound/gus_wave.c | int n; |
n | 2287 | drivers/sound/gus_wave.c | n = samples[sample].len - offs; /* Nr of bytes left */ |
n | 2289 | drivers/sound/gus_wave.c | if (l > n) |
n | 2290 | drivers/sound/gus_wave.c | l = n; |
n | 2300 | drivers/sound/gus_wave.c | for (n = 0; n < l; n++) |
n | 2301 | drivers/sound/gus_wave.c | gus_poke (offs++, rec->data.data8[n]); |
n | 2302 | drivers/sound/gus_wave.c | rec->parm1 = n; /* Nr of bytes copied */ |
n | 265 | drivers/sound/mpu401.c | int ok, timeout, n; |
n | 275 | drivers/sound/mpu401.c | for (n = 0; n < 2 && !ok; n++) |
n | 259 | drivers/sound/sb16_midi.c | int ok, timeout, n; |
n | 269 | drivers/sound/sb16_midi.c | for (n = 0; n < 2 && !ok; n++) |
n | 551 | drivers/sound/sequencer.c | int i, n; |
n | 557 | drivers/sound/sequencer.c | n = 1; |
n | 559 | drivers/sound/sequencer.c | while (!PROCESS_ABORTING (midi_sleeper, midi_sleep_flag) && n) |
n | 561 | drivers/sound/sequencer.c | n = 0; |
n | 567 | drivers/sound/sequencer.c | n++; |
n | 572 | drivers/sound/sequencer.c | if (n) |
n | 650 | drivers/sound/sequencer.c | int n; |
n | 656 | drivers/sound/sequencer.c | n = 300; /* Timeout in jiffies */ |
n | 658 | drivers/sound/sequencer.c | while (n && !midi_devs[dev]->putc (dev, data)) |
n | 661 | drivers/sound/sequencer.c | n--; |
n | 250 | fs/hpfs/hpfs_fs.c | int n, |
n | 801 | fs/hpfs/hpfs_fs.c | unsigned n, count, n_bands; |
n | 823 | fs/hpfs/hpfs_fs.c | for (n = 0; n < n_bands; n++) |
n | 824 | fs/hpfs/hpfs_fs.c | if (bitmaps[n] == 0) |
n | 827 | fs/hpfs/hpfs_fs.c | count += count_one_bitmap(s->s_dev, bitmaps[n]); |
n | 865 | fs/hpfs/hpfs_fs.c | unsigned q, r, n, n0; |
n | 887 | fs/hpfs/hpfs_fs.c | n = 512 - r; |
n | 892 | fs/hpfs/hpfs_fs.c | if (n > count) |
n | 893 | fs/hpfs/hpfs_fs.c | n = count; |
n | 907 | fs/hpfs/hpfs_fs.c | inode->i_hpfs_conv = choose_conv(block + r, n); |
n | 914 | fs/hpfs/hpfs_fs.c | memcpy_tofs(buf, block + r, n); |
n | 915 | fs/hpfs/hpfs_fs.c | n0 = n; |
n | 921 | fs/hpfs/hpfs_fs.c | n0 = convcpy_tofs(buf, block + r, n); |
n | 922 | fs/hpfs/hpfs_fs.c | if (count > inode->i_size - filp->f_pos - n + n0) |
n | 923 | fs/hpfs/hpfs_fs.c | count = inode->i_size - filp->f_pos - n + n0; |
n | 931 | fs/hpfs/hpfs_fs.c | filp->f_pos += n; |
n | 995 | fs/hpfs/hpfs_fs.c | unsigned n, disk_secno; |
n | 1004 | fs/hpfs/hpfs_fs.c | n = file_secno - inode->i_hpfs_file_sec; |
n | 1005 | fs/hpfs/hpfs_fs.c | if (n < inode->i_hpfs_n_secs) |
n | 1006 | fs/hpfs/hpfs_fs.c | return inode->i_hpfs_disk_sec + n; |
n | 1042 | fs/hpfs/hpfs_fs.c | struct bplus_leaf_node *n = b->u.external; |
n | 1044 | fs/hpfs/hpfs_fs.c | unsigned t = file_secno - n[i].file_secno; |
n | 1045 | fs/hpfs/hpfs_fs.c | if (t < n[i].length) { |
n | 1046 | fs/hpfs/hpfs_fs.c | inode->i_hpfs_file_sec = n[i].file_secno; |
n | 1047 | fs/hpfs/hpfs_fs.c | inode->i_hpfs_disk_sec = n[i].disk_secno; |
n | 1048 | fs/hpfs/hpfs_fs.c | inode->i_hpfs_n_secs = n[i].length; |
n | 1049 | fs/hpfs/hpfs_fs.c | return n[i].disk_secno + t; |
n | 1060 | fs/hpfs/hpfs_fs.c | struct bplus_internal_node *n = b->u.internal; |
n | 1062 | fs/hpfs/hpfs_fs.c | if (file_secno < n[i].file_secno) { |
n | 1064 | fs/hpfs/hpfs_fs.c | anode_secno ano = n[i].down; |
n | 1202 | fs/hpfs/hpfs_fs.c | unsigned n) |
n | 1206 | fs/hpfs/hpfs_fs.c | if (n != 0) |
n | 1216 | fs/hpfs/hpfs_fs.c | } while (--n != 0); |
n | 1388 | fs/hpfs/hpfs_fs.c | unsigned n; |
n | 1394 | fs/hpfs/hpfs_fs.c | for (n = namelen; n != 0;) { |
n | 1395 | fs/hpfs/hpfs_fs.c | unsigned t = name[--n]; |
n | 1398 | fs/hpfs/hpfs_fs.c | put_fs_byte(t, &dirent->d_name[n]); |
n | 1539 | fs/hpfs/hpfs_fs.c | int n, |
n | 1550 | fs/hpfs/hpfs_fs.c | if (i == n) |
n | 189 | fs/msdos/inode.c | #define ROUND_TO_MULTIPLE(n,m) ((n) && (m) ? (n)+(m)-1-((n)-1)%(m) : 0) |
n | 68 | fs/nfs/file.c | int n; |
n | 87 | fs/nfs/file.c | n = NFS_SERVER(inode)->rsize; |
n | 88 | fs/nfs/file.c | data = (char *) kmalloc(n, GFP_KERNEL); |
n | 89 | fs/nfs/file.c | for (i = 0; i < count; i += n) { |
n | 91 | fs/nfs/file.c | if (hunk > n) |
n | 92 | fs/nfs/file.c | hunk = n; |
n | 96 | fs/nfs/file.c | kfree_s(data, n); |
n | 102 | fs/nfs/file.c | if (result < n) { |
n | 108 | fs/nfs/file.c | kfree_s(data, n); |
n | 119 | fs/nfs/file.c | int n; |
n | 138 | fs/nfs/file.c | n = NFS_SERVER(inode)->wsize; |
n | 139 | fs/nfs/file.c | data = (char *) kmalloc(n, GFP_KERNEL); |
n | 140 | fs/nfs/file.c | for (i = 0; i < count; i += n) { |
n | 142 | fs/nfs/file.c | if (hunk >= n) |
n | 143 | fs/nfs/file.c | hunk = n; |
n | 148 | fs/nfs/file.c | kfree_s(data, n); |
n | 153 | fs/nfs/file.c | if (hunk < n) { |
n | 159 | fs/nfs/file.c | kfree_s(data, n); |
n | 94 | fs/nfs/mmap.c | int n; |
n | 120 | fs/nfs/mmap.c | n = NFS_SERVER(inode)->rsize; /* what we can read in one go */ |
n | 122 | fs/nfs/mmap.c | for (i = 0; i < (PAGE_SIZE - clear); i += n) { |
n | 126 | fs/nfs/mmap.c | if (hunk > n) |
n | 127 | fs/nfs/mmap.c | hunk = n; |
n | 133 | fs/nfs/mmap.c | if (result < n) { |
n | 690 | fs/nfs/proc.c | unsigned int n; |
n | 693 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_REPLY) { |
n | 694 | fs/nfs/proc.c | printk("nfs_rpc_verify: not an RPC reply: %d\n", n); |
n | 697 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_MSG_ACCEPTED) { |
n | 698 | fs/nfs/proc.c | printk("nfs_rpc_verify: RPC call rejected: %d\n", n); |
n | 701 | fs/nfs/proc.c | switch (n = ntohl(*p++)) { |
n | 705 | fs/nfs/proc.c | printk("nfs_rpc_verify: bad RPC authentication type: %d\n", n); |
n | 708 | fs/nfs/proc.c | if ((n = ntohl(*p++)) > 400) { |
n | 712 | fs/nfs/proc.c | p += (n + 3) >> 2; |
n | 713 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_SUCCESS) { |
n | 714 | fs/nfs/proc.c | printk("nfs_rpc_verify: RPC call failed: %d\n", n); |
n | 51 | fs/nfs/sock.c | int n; |
n | 83 | fs/nfs/sock.c | for (n = 0, timeout = init_timeout; ; n++, timeout <<= 1) { |
n | 107 | fs/nfs/sock.c | if (n < retrans) |
n | 115 | fs/nfs/sock.c | n = 0; |
n | 78 | fs/select.c | int do_select(int n, fd_set *in, fd_set *out, fd_set *ex, |
n | 90 | fs/select.c | if (i >= n) |
n | 94 | fs/select.c | if (i >= n) |
n | 106 | fs/select.c | n = max + 1; |
n | 118 | fs/select.c | for (i = 0 ; i < n ; i++) { |
n | 202 | fs/select.c | int n; |
n | 209 | fs/select.c | n = get_fs_long(buffer++); |
n | 210 | fs/select.c | if (n < 0) |
n | 212 | fs/select.c | if (n > NR_OPEN) |
n | 213 | fs/select.c | n = NR_OPEN; |
n | 218 | fs/select.c | if ((i = get_fd_set(n, inp, &in)) || |
n | 219 | fs/select.c | (i = get_fd_set(n, outp, &out)) || |
n | 220 | fs/select.c | (i = get_fd_set(n, exp, &ex))) return i; |
n | 233 | fs/select.c | i = do_select(n, &in, &out, &ex, &res_in, &res_out, &res_ex); |
n | 249 | fs/select.c | set_fd_set(n, inp, &res_in); |
n | 250 | fs/select.c | set_fd_set(n, outp, &res_out); |
n | 251 | fs/select.c | set_fd_set(n, exp, &res_ex); |
n | 55 | include/asm/segment.h | static inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n) |
n | 71 | include/asm/segment.h | :"c" (n),"D" ((long) to),"S" ((long) from) |
n | 75 | include/asm/segment.h | static inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n) |
n | 77 | include/asm/segment.h | switch (n) { |
n | 103 | include/asm/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
n | 106 | include/asm/segment.h | switch (n % 4) { |
n | 123 | include/asm/segment.h | static inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n) |
n | 135 | include/asm/segment.h | :"c" (n),"D" ((long) to),"S" ((long) from) |
n | 139 | include/asm/segment.h | static inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n) |
n | 141 | include/asm/segment.h | switch (n) { |
n | 163 | include/asm/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
n | 166 | include/asm/segment.h | switch (n % 4) { |
n | 183 | include/asm/segment.h | #define memcpy_fromfs(to, from, n) \ |
n | 184 | include/asm/segment.h | (__builtin_constant_p(n) ? \ |
n | 185 | include/asm/segment.h | __constant_memcpy_fromfs((to),(from),(n)) : \ |
n | 186 | include/asm/segment.h | __generic_memcpy_fromfs((to),(from),(n))) |
n | 188 | include/asm/segment.h | #define memcpy_tofs(to, from, n) \ |
n | 189 | include/asm/segment.h | (__builtin_constant_p(n) ? \ |
n | 190 | include/asm/segment.h | __constant_memcpy_tofs((to),(from),(n)) : \ |
n | 191 | include/asm/segment.h | __generic_memcpy_tofs((to),(from),(n))) |
n | 66 | include/asm/system.h | #define set_intr_gate(n,addr) \ |
n | 67 | include/asm/system.h | _set_gate(&idt[n],14,0,addr) |
n | 69 | include/asm/system.h | #define set_trap_gate(n,addr) \ |
n | 70 | include/asm/system.h | _set_gate(&idt[n],15,0,addr) |
n | 72 | include/asm/system.h | #define set_system_gate(n,addr) \ |
n | 73 | include/asm/system.h | _set_gate(&idt[n],15,3,addr) |
n | 88 | include/asm/system.h | #define _set_tssldt_desc(n,addr,limit,type) \ |
n | 98 | include/asm/system.h | :"a" (addr+0xc0000000), "m" (*(n)), "m" (*(n+2)), "m" (*(n+4)), \ |
n | 99 | include/asm/system.h | "m" (*(n+5)), "m" (*(n+6)), "m" (*(n+7)) \ |
n | 102 | include/asm/system.h | #define set_tss_desc(n,addr) _set_tssldt_desc(((char *) (n)),((int)(addr)),235,"0x89") |
n | 103 | include/asm/system.h | #define set_ldt_desc(n,addr,size) \ |
n | 104 | include/asm/system.h | _set_tssldt_desc(((char *) (n)),((int)(addr)),((size << 3) - 1),"0x82") |
n | 37 | include/linux/msdos_fs.h | #define IS_FREE(n) (!*(n) || *(unsigned char *) (n) == DELETED_FLAG || \ |
n | 38 | include/linux/msdos_fs.h | *(unsigned char *) (n) == FD_FILL_BYTE) |
n | 49 | include/linux/sched.h | #define CALC_LOAD(load,exp,n) \ |
n | 51 | include/linux/sched.h | load += n*(FIXED_1-exp); \ |
n | 338 | include/linux/sched.h | #define _TSS(n) ((((unsigned long) n)<<4)+(FIRST_TSS_ENTRY<<3)) |
n | 339 | include/linux/sched.h | #define _LDT(n) ((((unsigned long) n)<<4)+(FIRST_LDT_ENTRY<<3)) |
n | 340 | include/linux/sched.h | #define load_TR(n) __asm__("ltr %%ax": /* no output */ :"a" (_TSS(n))) |
n | 341 | include/linux/sched.h | #define load_ldt(n) __asm__("lldt %%ax": /* no output */ :"a" (_LDT(n))) |
n | 342 | include/linux/sched.h | #define store_TR(n) \ |
n | 346 | include/linux/sched.h | :"=a" (n) \ |
n | 335 | include/linux/string.h | extern inline void * memcpy(void * to, const void * from, size_t n) |
n | 349 | include/linux/string.h | :"d" (n),"D" ((long) to),"S" ((long) from) |
n | 354 | include/linux/string.h | extern inline void * memmove(void * dest,const void * src, size_t n) |
n | 361 | include/linux/string.h | :"c" (n),"S" (src),"D" (dest) |
n | 369 | include/linux/string.h | :"c" (n), |
n | 370 | include/linux/string.h | "S" (n-1+(const char *)src), |
n | 371 | include/linux/string.h | "D" (n-1+(char *)dest) |
n | 210 | init/main.c | int n = strlen(bootsetups[i].str); |
n | 211 | init/main.c | if (!strncmp(line,bootsetups[i].str,n)) { |
n | 212 | init/main.c | bootsetups[i].setup_func(get_options(line+n,ints), ints); |
n | 278 | init/main.c | int n; |
n | 285 | init/main.c | for (n = 0 ; devnames[n] ; n++) { |
n | 286 | init/main.c | int len = strlen(devnames[n]); |
n | 287 | init/main.c | if (!strncmp(line,devnames[n],len)) { |
n | 288 | init/main.c | ROOT_DEV = devnums[n]+simple_strtoul(line+len,NULL,16); |
n | 62 | kernel/vsprintf.c | #define do_div(n,base) ({ \ |
n | 64 | kernel/vsprintf.c | __asm__("divl %4":"=a" (n),"=d" (__res):"0" (n),"1" (0),"r" (base)); \ |
n | 179 | mm/vmalloc.c | int n; |
n | 188 | mm/vmalloc.c | n = tmp->size - PAGE_SIZE; |
n | 190 | mm/vmalloc.c | n -= addr - vaddr; |
n | 191 | mm/vmalloc.c | while (--n >= 0) { |
n | 1491 | net/inet/ip.c | int backoff(int n) |
n | 1498 | net/inet/ip.c | if(n<0) |
n | 1504 | net/inet/ip.c | if(n <= 4) |
n | 1505 | net/inet/ip.c | return 1 << n; /* Binary exponential back off */ |
n | 1508 | net/inet/ip.c | if(n<255) |
n | 1509 | net/inet/ip.c | return n * n; /* Quadratic back off */ |
n | 62 | net/inet/ip.h | extern int backoff(int n); |
n | 203 | tools/build.c | int l, n; |
n | 208 | tools/build.c | if ((n=read(id, buf, l)) != l) { |
n | 209 | tools/build.c | if (n == -1) |
n | 22 | zBoot/gzip.h | # define memzero(s, n) memset ((s), 0, (n)) |
n | 27 | zBoot/gzip.h | # define memcpy(d, s, n) bcopy((s), (d), (n)) |
n | 28 | zBoot/gzip.h | # define memcmp(s1, s2, n) bcmp((s1), (s2), (n)) |
n | 29 | zBoot/gzip.h | # define memzero(s, n) bzero((s), (n)) |
n | 205 | zBoot/gzip.h | #define put_long(n) { \ |
n | 206 | zBoot/gzip.h | put_short((n) & 0xffff); \ |
n | 207 | zBoot/gzip.h | put_short(((ulg)(n)) >> 16); \ |
n | 268 | zBoot/gzip.h | extern ulg updcrc OF((uch *s, unsigned n)); |
n | 27 | zBoot/inflate.c | ush n; /* literal, length base, or distance base */ |
n | 84 | zBoot/inflate.c | #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}} |
n | 85 | zBoot/inflate.c | #define DUMPBITS(n) {b>>=(n);k-=(n);} |
n | 99 | zBoot/inflate.c | int huft_build(b, n, s, d, e, t, m) |
n | 101 | zBoot/inflate.c | unsigned n; /* number of codes (assumed <= N_MAX) */ |
n | 137 | zBoot/inflate.c | p = b; i = n; |
n | 141 | zBoot/inflate.c | if (c[0] == n) /* null input--all zero length codes */ |
n | 192 | zBoot/inflate.c | } while (++i < n); |
n | 272 | zBoot/inflate.c | if (p >= v + n) |
n | 277 | zBoot/inflate.c | r.v.n = *p++; /* simple code is just the value */ |
n | 282 | zBoot/inflate.c | r.v.n = d[*p++ - s]; |
n | 343 | zBoot/inflate.c | unsigned n, d; /* length and index for copy */ |
n | 373 | zBoot/inflate.c | slide[w++] = (uch)t->v.n; |
n | 388 | zBoot/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
n | 403 | zBoot/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
n | 408 | zBoot/inflate.c | n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e); |
n | 426 | zBoot/inflate.c | } while (n); |
n | 445 | zBoot/inflate.c | unsigned n; /* number of bytes in block */ |
n | 459 | zBoot/inflate.c | n = k & 7; |
n | 460 | zBoot/inflate.c | DUMPBITS(n); |
n | 465 | zBoot/inflate.c | n = ((unsigned)b & 0xffff); |
n | 468 | zBoot/inflate.c | if (n != (unsigned)((~b) & 0xffff)) |
n | 474 | zBoot/inflate.c | while (n--) |
n | 559 | zBoot/inflate.c | unsigned n; /* number of lengths to get */ |
n | 625 | zBoot/inflate.c | n = nl + nd; |
n | 628 | zBoot/inflate.c | while ((unsigned)i < n) |
n | 633 | zBoot/inflate.c | j = td->v.n; |
n | 641 | zBoot/inflate.c | if ((unsigned)i + j > n) |
n | 651 | zBoot/inflate.c | if ((unsigned)i + j > n) |
n | 662 | zBoot/inflate.c | if ((unsigned)i + j > n) |
n | 144 | zBoot/misc.c | __ptr_t memset(__ptr_t s, int c, size_t n) |
n | 149 | zBoot/misc.c | for (i=0;i<n;i++) ss[i] = c; |
n | 168 | zBoot/misc.c | ulg updcrc(s, n) |
n | 170 | zBoot/misc.c | unsigned n; /* number of bytes in s[] */ |
n | 180 | zBoot/misc.c | while (n--) { |
n | 18 | zBoot/piggyback.c | int c, n=0, len=0; |
n | 36 | zBoot/piggyback.c | while ((n = read(0, &tmp_buf[len], sizeof(tmp_buf)-len+1)) > 0) |
n | 37 | zBoot/piggyback.c | len += n; |
n | 39 | zBoot/piggyback.c | if (n==-1) |
n | 100 | zBoot/unzip.c | int n; |
n | 126 | zBoot/unzip.c | register ulg n = LG(inbuf + LOCLEN); |
n | 128 | zBoot/unzip.c | if (n != LG(inbuf + LOCSIZ) - (decrypt ? RAND_HEAD_LEN : 0)) { |
n | 132 | zBoot/unzip.c | while (n--) { |
n | 148 | zBoot/unzip.c | for (n = 0; n < 8; n++) { |
n | 149 | zBoot/unzip.c | buf[n] = (uch)get_byte(); /* may cause an error if EOF */ |
n | 160 | zBoot/unzip.c | for (n = 0; n < EXTHDR; n++) { |
n | 161 | zBoot/unzip.c | buf[n] = (uch)get_byte(); /* may cause an error if EOF */ |
n | 61 | zBoot/xtract.c | int l, n; |
n | 66 | zBoot/xtract.c | if ((n=read(id, buf, l)) !=l) |
n | 68 | zBoot/xtract.c | if (n == -1) |