tag | line | file | source code |
left | 168 | drivers/char/mem.c | int left; |
left | 170 | drivers/char/mem.c | for (left = count; left > 0; left--) { |
left | 1270 | drivers/sound/gus_wave.c | unsigned long blk_size, blk_end, left, src_offs, target; |
left | 1389 | drivers/sound/gus_wave.c | left = patch.len; |
left | 1393 | drivers/sound/gus_wave.c | while (left) /* Not all moved */ |
left | 1396 | drivers/sound/gus_wave.c | if (blk_size > left) |
left | 1397 | drivers/sound/gus_wave.c | blk_size = left; |
left | 1491 | drivers/sound/gus_wave.c | left -= blk_size; |
left | 83 | drivers/sound/opl3.c | enable_opl3_mode (int left, int right, int both) |
left | 86 | drivers/sound/opl3.c | left_address = left; |
left | 72 | drivers/sound/pas2_mixer.c | int left = left_vol * div / 100; |
left | 85 | drivers/sound/pas2_mixer.c | left |= mixer; |
left | 92 | drivers/sound/pas2_mixer.c | pas_write (left, PARALLEL_MIXER); |
left | 98 | drivers/sound/pas2_mixer.c | pas_write (left, PARALLEL_MIXER); |
left | 118 | drivers/sound/pas2_mixer.c | int left, right, devmask, changed, i, mixer = 0; |
left | 122 | drivers/sound/pas2_mixer.c | left = level & 0x7f; |
left | 134 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 63, P_M_MV508_MASTER_A, 0); |
left | 142 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 12, P_M_MV508_BASS, 0); |
left | 145 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 12, P_M_MV508_TREBLE, 0); |
left | 149 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_FM, mixer); |
left | 152 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_PCM, mixer); |
left | 155 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_SB, mixer); |
left | 158 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_SPEAKER, mixer); |
left | 161 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_LINE, mixer); |
left | 164 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_CDROM, mixer); |
left | 167 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_MIC, mixer); |
left | 171 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_IMIXER, |
left | 175 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 15, P_M_MV508_MASTER_B, 0); |
left | 135 | drivers/sound/sb_mixer.c | int left = value & 0x000000ff; |
left | 141 | drivers/sound/sb_mixer.c | if (left > 100) left = 100; |
left | 155 | drivers/sound/sb_mixer.c | change_bits(&val, dev, LEFT_CHN, left); |
left | 157 | drivers/sound/sb_mixer.c | levels[dev] = left|(left << 8); |
left | 165 | drivers/sound/sb_mixer.c | return left|(left << 8); /* Just left channel present */ |
left | 173 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
left | 174 | drivers/sound/sb_mixer.c | return left | (right << 8); |
left | 179 | drivers/sound/sound_calls.h | void enable_opl3_mode(int left, int right, int both); |
left | 84 | fs/block_dev.c | unsigned int left; |
left | 113 | fs/block_dev.c | left = 0; |
left | 115 | fs/block_dev.c | left = size - offset; |
left | 116 | fs/block_dev.c | if (left > count) |
left | 117 | fs/block_dev.c | left = count; |
left | 118 | fs/block_dev.c | if (left <= 0) |
left | 124 | fs/block_dev.c | blocks = (left + offset + blocksize - 1) >> blocksize_bits; |
left | 175 | fs/block_dev.c | left = 0; |
left | 179 | fs/block_dev.c | if (left < blocksize - offset) |
left | 180 | fs/block_dev.c | chars = left; |
left | 184 | fs/block_dev.c | left -= chars; |
left | 197 | fs/block_dev.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
left | 198 | fs/block_dev.c | } while (left > 0); |
left | 74 | fs/ext/file.c | int read,left,chars; |
left | 93 | fs/ext/file.c | left = 0; |
left | 95 | fs/ext/file.c | left = size - offset; |
left | 96 | fs/ext/file.c | if (left > count) |
left | 97 | fs/ext/file.c | left = count; |
left | 98 | fs/ext/file.c | if (left <= 0) |
left | 104 | fs/ext/file.c | blocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; |
left | 155 | fs/ext/file.c | left = 0; |
left | 159 | fs/ext/file.c | if (left < BLOCK_SIZE - offset) |
left | 160 | fs/ext/file.c | chars = left; |
left | 164 | fs/ext/file.c | left -= chars; |
left | 177 | fs/ext/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
left | 178 | fs/ext/file.c | } while (left > 0); |
left | 76 | fs/ext2/file.c | int read, left, chars; |
left | 99 | fs/ext2/file.c | left = 0; |
left | 101 | fs/ext2/file.c | left = size - offset; |
left | 102 | fs/ext2/file.c | if (left > count) |
left | 103 | fs/ext2/file.c | left = count; |
left | 104 | fs/ext2/file.c | if (left <= 0) |
left | 110 | fs/ext2/file.c | blocks = (left + offset + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb); |
left | 163 | fs/ext2/file.c | left = 0; |
left | 167 | fs/ext2/file.c | if (left < sb->s_blocksize - offset) |
left | 168 | fs/ext2/file.c | chars = left; |
left | 172 | fs/ext2/file.c | left -= chars; |
left | 186 | fs/ext2/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
left | 187 | fs/ext2/file.c | } while (left > 0); |
left | 116 | fs/isofs/file.c | int read,left,chars; |
left | 135 | fs/isofs/file.c | left = 0; |
left | 137 | fs/isofs/file.c | left = inode->i_size - filp->f_pos; |
left | 138 | fs/isofs/file.c | if (left > count) |
left | 139 | fs/isofs/file.c | left = count; |
left | 140 | fs/isofs/file.c | if (left <= 0) |
left | 145 | fs/isofs/file.c | blocks = (left + offset + ISOFS_BUFFER_SIZE(inode) - 1) / ISOFS_BUFFER_SIZE(inode); |
left | 222 | fs/isofs/file.c | left = 0; |
left | 227 | fs/isofs/file.c | if (left < ISOFS_BUFFER_SIZE(inode) - offset) |
left | 228 | fs/isofs/file.c | chars = left; |
left | 232 | fs/isofs/file.c | left -= chars; |
left | 250 | fs/isofs/file.c | (left > 0)); |
left | 251 | fs/isofs/file.c | } while (left > 0); |
left | 275 | fs/locks.c | struct file_lock *left = 0; |
left | 342 | fs/locks.c | left = fl; |
left | 386 | fs/locks.c | if (left == right) { |
left | 392 | fs/locks.c | if (! (left = alloc_lock(before, right, fd))) { |
left | 400 | fs/locks.c | if (left) |
left | 401 | fs/locks.c | left->fl_end = caller->fl_start - 1; |
left | 68 | fs/minix/file.c | int read,left,chars; |
left | 87 | fs/minix/file.c | left = 0; |
left | 89 | fs/minix/file.c | left = size - offset; |
left | 90 | fs/minix/file.c | if (left > count) |
left | 91 | fs/minix/file.c | left = count; |
left | 92 | fs/minix/file.c | if (left <= 0) |
left | 98 | fs/minix/file.c | blocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; |
left | 149 | fs/minix/file.c | left = 0; |
left | 153 | fs/minix/file.c | if (left < BLOCK_SIZE - offset) |
left | 154 | fs/minix/file.c | chars = left; |
left | 158 | fs/minix/file.c | left -= chars; |
left | 171 | fs/minix/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
left | 172 | fs/minix/file.c | } while (left > 0); |
left | 84 | fs/msdos/file.c | int left,offset,size,sector,cnt; |
left | 100 | fs/msdos/file.c | while ((left = MIN(inode->i_size-filp->f_pos,count-(buf-start))) > 0){ |
left | 105 | fs/msdos/file.c | filp->f_pos += (size = MIN(SECTOR_SIZE-offset,left)); |
left | 138 | fs/msdos/file.c | int sector,offset,size,left,written; |
left | 178 | fs/msdos/file.c | written = left = SECTOR_SIZE-offset; |
left | 182 | fs/msdos/file.c | left--; |
left | 185 | fs/msdos/file.c | for (size = 0; size < count && left; size++) { |
left | 188 | fs/msdos/file.c | left--; |
left | 190 | fs/msdos/file.c | if (!left) carry = 1; |
left | 193 | fs/msdos/file.c | left--; |
left | 196 | fs/msdos/file.c | written -= left; |
left | 72 | fs/xiafs/file.c | int read, left, chars; |
left | 88 | fs/xiafs/file.c | left = inode->i_size - offset; |
left | 89 | fs/xiafs/file.c | if (left > count) |
left | 90 | fs/xiafs/file.c | left = count; |
left | 91 | fs/xiafs/file.c | if (left <= 0) |
left | 97 | fs/xiafs/file.c | zones = (left+offset+XIAFS_ZSIZE(inode->i_sb)-1) >> XIAFS_ZSIZE_BITS(inode->i_sb); |
left | 147 | fs/xiafs/file.c | left = 0; |
left | 151 | fs/xiafs/file.c | if (left < XIAFS_ZSIZE(inode->i_sb) - offset) |
left | 152 | fs/xiafs/file.c | chars = left; |
left | 156 | fs/xiafs/file.c | left -= chars; |
left | 169 | fs/xiafs/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
left | 170 | fs/xiafs/file.c | } while (left > 0); |
left | 93 | kernel/irq.c | unsigned long mask, left; |
left | 98 | kernel/irq.c | for (mask = 1, left = ~0 ; left & active ; bh++,mask += mask,left += left) { |
left | 441 | net/inet/dev.c | int amount, left; |
left | 467 | net/inet/dev.c | left = len; |
left | 474 | net/inet/dev.c | left -= amount; |
left | 959 | net/inet/ip.c | int left, mtu, hlen, len; |
left | 968 | net/inet/ip.c | left = ntohs(iph->tot_len) - hlen; |
left | 975 | net/inet/ip.c | dev->name, dev->mtu, left, in_ntoa(iph->saddr))); |
left | 983 | net/inet/ip.c | dev->name, dev->mtu, left, in_ntoa(iph->saddr))); |
left | 1000 | net/inet/ip.c | while(left > 0) |
left | 1002 | net/inet/ip.c | len = left; |
left | 1005 | net/inet/ip.c | if ((left - len) >= 8) |
left | 1032 | net/inet/ip.c | left -= len; |
left | 1040 | net/inet/ip.c | if (left > 0 || (is_frag & 1)) |
left | 1051 | net/inet/tcp.c | int left; |
left | 1060 | net/inet/tcp.c | left = sk->prot->rspace(sk); |
left | 1088 | net/inet/tcp.c | left); |
left | 1089 | net/inet/tcp.c | if (sk->prot->rspace(sk) != left) |