📄 414.html
字号:
<html>
<head>
<title>count</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.4.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<pre>
<a href='../S/5.html#L34'>count</a> 34 fs/block_dev.c while (count > 0)
<a href='../S/5.html#L38'>count</a> 38 fs/block_dev.c if (chars > count)
<a href='../S/5.html#L39'>count</a> 39 fs/block_dev.c chars = count;
<a href='../S/5.html#L57'>count</a> 57 fs/block_dev.c count -= chars;
<a href='../S/5.html#L81'>count</a> 81 fs/block_dev.c while (count > 0)
<a href='../S/5.html#L85'>count</a> 85 fs/block_dev.c if (chars > count)
<a href='../S/5.html#L86'>count</a> 86 fs/block_dev.c chars = count;
<a href='../S/5.html#L99'>count</a> 99 fs/block_dev.c count -= chars;
<a href='../S/8.html#L318'>count</a> 318 fs/exec.c argc = count (argv);
<a href='../S/8.html#L319'>count</a> 319 fs/exec.c envc = count (envp);
<a href='../S/10.html#L28'>count</a> 28 fs/file_dev.c if ((left = count) <= 0)
<a href='../S/10.html#L68'>count</a> 68 fs/file_dev.c return (count - left) ? (count - left) : -ERROR;
<a href='../S/10.html#L97'>count</a> 97 fs/file_dev.c while (i < count)
<a href='../S/10.html#L114'>count</a> 114 fs/file_dev.c if (c > count - i)
<a href='../S/10.html#L115'>count</a> 115 fs/file_dev.c c = count - i;
<a href='../S/16.html#L23'>count</a> 23 fs/pipe.c while (count > 0)
<a href='../S/16.html#L37'>count</a> 37 fs/pipe.c if (chars > count)
<a href='../S/16.html#L38'>count</a> 38 fs/pipe.c chars = count;
<a href='../S/16.html#L42'>count</a> 42 fs/pipe.c count -= chars;
<a href='../S/16.html#L65'>count</a> 65 fs/pipe.c while (count > 0)
<a href='../S/16.html#L83'>count</a> 83 fs/pipe.c if (chars > count)
<a href='../S/16.html#L84'>count</a> 84 fs/pipe.c chars = count;
<a href='../S/16.html#L88'>count</a> 88 fs/pipe.c count -= chars;
<a href='../S/17.html#L91'>count</a> 91 fs/read_write.c if (fd >= NR_OPEN || count < 0 || !(file = current->filp[fd]))
<a href='../S/17.html#L94'>count</a> 94 fs/read_write.c if (!count)
<a href='../S/17.html#L97'>count</a> 97 fs/read_write.c verify_area (buf, count);
<a href='../S/17.html#L102'>count</a> 102 fs/read_write.c return (file->f_mode & 1) ? read_pipe (inode, buf, count) : -EIO;
<a href='../S/17.html#L105'>count</a> 105 fs/read_write.c return rw_char (READ, inode->i_zone[0], buf, count, &file->f_pos);
<a href='../S/17.html#L108'>count</a> 108 fs/read_write.c return block_read (inode->i_zone[0], &file->f_pos, buf, count);
<a href='../S/17.html#L114'>count</a> 114 fs/read_write.c if (count + file->f_pos > inode->i_size)
<a href='../S/17.html#L115'>count</a> 115 fs/read_write.c count = inode->i_size - file->f_pos;
<a href='../S/17.html#L116'>count</a> 116 fs/read_write.c if (count <= 0)
<a href='../S/17.html#L118'>count</a> 118 fs/read_write.c return file_read (inode, file, buf, count);
<a href='../S/17.html#L133'>count</a> 133 fs/read_write.c if (fd >= NR_OPEN || count < 0 || !(file = current->filp[fd]))
<a href='../S/17.html#L136'>count</a> 136 fs/read_write.c if (!count)
<a href='../S/17.html#L142'>count</a> 142 fs/read_write.c return (file->f_mode & 2) ? write_pipe (inode, buf, count) : -EIO;
<a href='../S/17.html#L145'>count</a> 145 fs/read_write.c return rw_char (WRITE, inode->i_zone[0], buf, count, &file->f_pos);
<a href='../S/17.html#L148'>count</a> 148 fs/read_write.c return block_write (inode->i_zone[0], &file->f_pos, buf, count);
<a href='../S/17.html#L151'>count</a> 151 fs/read_write.c return file_write (inode, file, buf, count);
<a href='../S/42.html#L66'>count</a> 66 include/string.h "stosb\n" "2:"::"S" (src), "D" (dest), "c" (count):"si", "di", "ax",
<a href='../S/42.html#L109'>count</a> 109 include/string.h ::"S" (src), "D" (dest), "a" (0), "c" (0xffffffff), "g" (count):"si", "di", "ax",
<a href='../S/42.html#L158'>count</a> 158 include/string.h "4:": "=a" (__res): "D" (cs), "S" (ct), "c" (count):"si", "di",
<a href='../S/42.html#L466'>count</a> 466 include/string.h "1:": "=a" (__res): "" (0), "D" (cs), "S" (ct), "c" (count):"si", "di",
<a href='../S/42.html#L479'>count</a> 479 include/string.h if (!count) // 如果内存块长度==0,则返回NULL,没有找到。
<a href='../S/42.html#L487'>count</a> 487 include/string.h : "=D" (__res): "a" (c), "D" (cs), "c" (count):"cx");
<a href='../S/42.html#L500'>count</a> 500 include/string.h ::"a" (c), "D" (s), "c" (count):"cx", "di");
<a href='../S/60.html#L331'>count</a> 331 kernel/chr_drv/console.c long count __asm__ ("cx"); // 设为寄存器变量。
<a href='../S/60.html#L338'>count</a> 338 kernel/chr_drv/console.c count = (scr_end - pos) >> 1;
<a href='../S/60.html#L342'>count</a> 342 kernel/chr_drv/console.c count = (pos - origin) >> 1;
<a href='../S/60.html#L346'>count</a> 346 kernel/chr_drv/console.c count = video_num_columns * video_num_lines;
<a href='../S/60.html#L354'>count</a> 354 kernel/chr_drv/console.c __asm__ ("cld\n\t" "rep\n\t" "stosw\n\t"::"c" (count), "D" (start), "a" (video_erase_char):"cx", "di");
<a href='../S/60.html#L362'>count</a> 362 kernel/chr_drv/console.c long count __asm__ ("cx"); // 设置寄存器变量。
<a href='../S/60.html#L371'>count</a> 371 kernel/chr_drv/console.c count = video_num_columns - x;
<a href='../S/60.html#L376'>count</a> 376 kernel/chr_drv/console.c count = (x < video_num_columns) ? x : video_num_columns;
<a href='../S/60.html#L380'>count</a> 380 kernel/chr_drv/console.c count = video_num_columns;
<a href='../S/60.html#L387'>count</a> 387 kernel/chr_drv/console.c __asm__ ("cld\n\t" "rep\n\t" "stosw\n\t"::"c" (count), "D" (start), "a" (video_erase_char):"cx", "di");
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -