tag | line | file | source code |
c | 92 | drivers/FPU-emu/fpu_etc.c | int c=0; |
c | 96 | drivers/FPU-emu/fpu_etc.c | c = SW_C3|SW_C0; |
c | 99 | drivers/FPU-emu/fpu_etc.c | c = SW_C3; |
c | 104 | drivers/FPU-emu/fpu_etc.c | c = SW_C2|SW_C3; /* Denormal */ |
c | 106 | drivers/FPU-emu/fpu_etc.c | c = SW_C2; |
c | 109 | drivers/FPU-emu/fpu_etc.c | c = SW_C0; |
c | 112 | drivers/FPU-emu/fpu_etc.c | c = SW_C2|SW_C0; |
c | 116 | drivers/FPU-emu/fpu_etc.c | c |= SW_C1; |
c | 117 | drivers/FPU-emu/fpu_etc.c | setcc(c); |
c | 178 | drivers/FPU-emu/reg_compare.c | int f, c; |
c | 180 | drivers/FPU-emu/reg_compare.c | c = compare(loaded_data); |
c | 182 | drivers/FPU-emu/reg_compare.c | if (c & COMP_NaN) |
c | 188 | drivers/FPU-emu/reg_compare.c | switch (c & 7) |
c | 210 | drivers/FPU-emu/reg_compare.c | if (c & COMP_Denormal) |
c | 220 | drivers/FPU-emu/reg_compare.c | int f, c; |
c | 230 | drivers/FPU-emu/reg_compare.c | c = compare(&st(nr)); |
c | 231 | drivers/FPU-emu/reg_compare.c | if (c & COMP_NaN) |
c | 238 | drivers/FPU-emu/reg_compare.c | switch (c & 7) |
c | 260 | drivers/FPU-emu/reg_compare.c | if (c & COMP_Denormal) |
c | 270 | drivers/FPU-emu/reg_compare.c | int f, c; |
c | 280 | drivers/FPU-emu/reg_compare.c | c = compare(&st(nr)); |
c | 281 | drivers/FPU-emu/reg_compare.c | if (c & COMP_NaN) |
c | 284 | drivers/FPU-emu/reg_compare.c | if (c & COMP_SNaN) /* This is the only difference between |
c | 293 | drivers/FPU-emu/reg_compare.c | switch (c & 7) |
c | 315 | drivers/FPU-emu/reg_compare.c | if (c & COMP_Denormal) |
c | 59 | drivers/FPU-emu/reg_constant.c | static void fld_const(FPU_REG const *c) |
c | 69 | drivers/FPU-emu/reg_constant.c | reg_move(c, st_new_ptr); |
c | 186 | drivers/FPU-emu/reg_ld_str.c | int c = loaded_data->sign; |
c | 188 | drivers/FPU-emu/reg_ld_str.c | loaded_data->sign = c; |
c | 234 | drivers/FPU-emu/reg_ld_str.c | int c = loaded_data->sign; |
c | 236 | drivers/FPU-emu/reg_ld_str.c | loaded_data->sign = c; |
c | 217 | drivers/block/hd.c | unsigned char c; |
c | 220 | drivers/block/hd.c | c = inb_p(HD_STATUS); |
c | 221 | drivers/block/hd.c | c &= (BUSY_STAT | READY_STAT | SEEK_STAT); |
c | 222 | drivers/block/hd.c | if (c == (READY_STAT | SEEK_STAT)) |
c | 225 | drivers/block/hd.c | printk("HD controller times out, status = 0x%02x\n",c); |
c | 517 | drivers/block/mcd.c | int a, b, c, d; |
c | 521 | drivers/block/mcd.c | getValue(&c); |
c | 523 | drivers/block/mcd.c | printk("%02X %02X %02X %02X\n", a, b, c, d); |
c | 631 | drivers/block/sbpcd.c | msf.c[3] = 0; |
c | 632 | drivers/block/sbpcd.c | msf.c[2] = (blk + CD_BLOCK_OFFSET) / (CD_SECS * CD_FRAMES); |
c | 634 | drivers/block/sbpcd.c | msf.c[1] = mm / CD_FRAMES; |
c | 635 | drivers/block/sbpcd.c | msf.c[0] = mm % CD_FRAMES; |
c | 670 | drivers/block/sbpcd.c | i=(msf.c[2] * CD_SECS + msf.c[1]) * CD_FRAMES + msf.c[0] - CD_BLOCK_OFFSET; |
c | 176 | drivers/char/atixlmouse.c | unsigned char a,b,c; |
c | 180 | drivers/char/atixlmouse.c | c = inb( ATIXL_MSE_SIGNATURE_PORT ); |
c | 181 | drivers/char/atixlmouse.c | if (( a != b ) && ( a == c )) |
c | 1058 | drivers/char/console.c | int c, n = 0; |
c | 1074 | drivers/char/console.c | c = from_user ? get_fs_byte(buf) : *buf; |
c | 1077 | drivers/char/console.c | && (c >= 32 || (disp_ctrl && (c&0x7f) != 27)) |
c | 1078 | drivers/char/console.c | && (toggle_meta ? translate[c|0x80] : translate[c])) { |
c | 1080 | drivers/char/console.c | c |= 0x80; |
c | 1087 | drivers/char/console.c | c = translate[c]; |
c | 1088 | drivers/char/console.c | *(unsigned short *) pos = (attr << 8) + c; |
c | 1102 | drivers/char/console.c | switch (c) { |
c | 1149 | drivers/char/console.c | switch (c) { |
c | 1200 | drivers/char/console.c | if (c == '[') { /* Function key */ |
c | 1204 | drivers/char/console.c | ques = (c=='?'); |
c | 1208 | drivers/char/console.c | if (c==';' && npar<NPAR-1) { |
c | 1211 | drivers/char/console.c | } else if (c>='0' && c<='9') { |
c | 1213 | drivers/char/console.c | par[npar] += c-'0'; |
c | 1218 | drivers/char/console.c | switch(c) { |
c | 1237 | drivers/char/console.c | switch(c) { |
c | 1340 | drivers/char/console.c | if (c == '8') { |
c | 1350 | drivers/char/console.c | if (c == '0') |
c | 1352 | drivers/char/console.c | else if (c == 'B') |
c | 1354 | drivers/char/console.c | else if (c == 'U') |
c | 1356 | drivers/char/console.c | else if (c == 'K') |
c | 1363 | drivers/char/console.c | if (c == '0') |
c | 1365 | drivers/char/console.c | else if (c == 'B') |
c | 1367 | drivers/char/console.c | else if (c == 'U') |
c | 1369 | drivers/char/console.c | else if (c == 'K') |
c | 1411 | drivers/char/console.c | void * memsetw(void * s,unsigned short c,int count) |
c | 1417 | drivers/char/console.c | :"a" (c),"D" (s),"c" (count) |
c | 1425 | drivers/char/console.c | unsigned char c; |
c | 1429 | drivers/char/console.c | while ((c = *(b++)) != 0) { |
c | 1430 | drivers/char/console.c | if (c == 10 || c == 13 || need_wrap) { |
c | 1431 | drivers/char/console.c | if (c != 13) |
c | 1434 | drivers/char/console.c | if (c == 10 || c == 13) |
c | 1437 | drivers/char/console.c | *(unsigned short *) pos = (attr << 8) + c; |
c | 1782 | drivers/char/console.c | static inline int inword(const char c) { return (isalnum(c) || c == '_'); } |
c | 1938 | drivers/char/console.c | int c, l; |
c | 1944 | drivers/char/console.c | c = strlen(sel_buffer); |
c | 1947 | drivers/char/console.c | while (c) { |
c | 1952 | drivers/char/console.c | l = MIN(c, tty->ldisc.receive_room(tty)); |
c | 1954 | drivers/char/console.c | c -= l; |
c | 138 | drivers/char/keyboard.c | static inline void send_cmd(unsigned char c) |
c | 141 | drivers/char/keyboard.c | outb(c,0x64); |
c | 197 | drivers/char/lp.c | char c, *temp = buf; |
c | 209 | drivers/char/lp.c | c = get_fs_byte(temp); |
c | 210 | drivers/char/lp.c | retval = lp_char_polled(c, minor); |
c | 58 | drivers/char/n_tty.c | static inline void put_tty_queue(unsigned char c, struct tty_struct *tty) |
c | 61 | drivers/char/n_tty.c | tty->read_buf[tty->read_head] = c; |
c | 98 | drivers/char/n_tty.c | static int opost(unsigned char c, struct tty_struct *tty) |
c | 107 | drivers/char/n_tty.c | switch (c) { |
c | 123 | drivers/char/n_tty.c | c = '\n'; |
c | 147 | drivers/char/n_tty.c | c = toupper(c); |
c | 148 | drivers/char/n_tty.c | if (!iscntrl(c)) |
c | 153 | drivers/char/n_tty.c | tty->driver.put_char(tty, c); |
c | 157 | drivers/char/n_tty.c | static inline void put_char(unsigned char c, struct tty_struct *tty) |
c | 159 | drivers/char/n_tty.c | tty->driver.put_char(tty, c); |
c | 164 | drivers/char/n_tty.c | static void echo_char(unsigned char c, struct tty_struct *tty) |
c | 166 | drivers/char/n_tty.c | if (L_ECHOCTL(tty) && iscntrl(c) && c != '\t') { |
c | 168 | drivers/char/n_tty.c | put_char(c ^ 0100, tty); |
c | 171 | drivers/char/n_tty.c | opost(c, tty); |
c | 183 | drivers/char/n_tty.c | static void eraser(unsigned char c, struct tty_struct *tty) |
c | 192 | drivers/char/n_tty.c | if (c == ERASE_CHAR(tty)) |
c | 194 | drivers/char/n_tty.c | else if (c == WERASE_CHAR(tty)) |
c | 220 | drivers/char/n_tty.c | c = tty->read_buf[head]; |
c | 223 | drivers/char/n_tty.c | if (isalnum(c) || c == '_') |
c | 237 | drivers/char/n_tty.c | echo_char(c, tty); |
c | 240 | drivers/char/n_tty.c | } else if (c == '\t') { |
c | 246 | drivers/char/n_tty.c | c = tty->read_buf[tail]; |
c | 247 | drivers/char/n_tty.c | if (c == '\t') |
c | 249 | drivers/char/n_tty.c | else if (iscntrl(c)) { |
c | 264 | drivers/char/n_tty.c | if (iscntrl(c) && L_ECHOCTL(tty)) { |
c | 270 | drivers/char/n_tty.c | if (!iscntrl(c) || L_ECHOCTL(tty)) { |
c | 326 | drivers/char/n_tty.c | unsigned char c) |
c | 334 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 340 | drivers/char/n_tty.c | static inline void n_tty_receive_char(struct tty_struct *tty, unsigned char c) |
c | 343 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 353 | drivers/char/n_tty.c | c &= 0x7f; |
c | 355 | drivers/char/n_tty.c | c=tolower(c); |
c | 363 | drivers/char/n_tty.c | if (!test_bit(c, &tty->process_char_map) || tty->lnext) { |
c | 374 | drivers/char/n_tty.c | echo_char(c, tty); |
c | 376 | drivers/char/n_tty.c | if (I_PARMRK(tty) && c == (unsigned char) '\377') |
c | 377 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 378 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 382 | drivers/char/n_tty.c | if (c == '\r') { |
c | 386 | drivers/char/n_tty.c | c = '\n'; |
c | 387 | drivers/char/n_tty.c | } else if (c == '\n' && I_INLCR(tty)) |
c | 388 | drivers/char/n_tty.c | c = '\r'; |
c | 390 | drivers/char/n_tty.c | if (c == START_CHAR(tty)) { |
c | 394 | drivers/char/n_tty.c | if (c == STOP_CHAR(tty)) { |
c | 400 | drivers/char/n_tty.c | if (c == INTR_CHAR(tty)) { |
c | 404 | drivers/char/n_tty.c | if (c == QUIT_CHAR(tty)) { |
c | 408 | drivers/char/n_tty.c | if (c == SUSP_CHAR(tty)) { |
c | 415 | drivers/char/n_tty.c | if (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) || |
c | 416 | drivers/char/n_tty.c | (c == WERASE_CHAR(tty) && L_IEXTEN(tty))) { |
c | 417 | drivers/char/n_tty.c | eraser(c, tty); |
c | 420 | drivers/char/n_tty.c | if (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) { |
c | 431 | drivers/char/n_tty.c | if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && |
c | 436 | drivers/char/n_tty.c | echo_char(c, tty); |
c | 444 | drivers/char/n_tty.c | if (c == '\n') { |
c | 454 | drivers/char/n_tty.c | if (c == EOF_CHAR(tty)) { |
c | 455 | drivers/char/n_tty.c | c = __DISABLED_CHAR; |
c | 458 | drivers/char/n_tty.c | if ((c == EOL_CHAR(tty)) || |
c | 459 | drivers/char/n_tty.c | (c == EOL2_CHAR(tty) && L_IEXTEN(tty))) { |
c | 471 | drivers/char/n_tty.c | echo_char(c, tty); |
c | 477 | drivers/char/n_tty.c | if (I_PARMRK(tty) && c == (unsigned char) '\377') |
c | 478 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 482 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 499 | drivers/char/n_tty.c | if (c == '\n') |
c | 505 | drivers/char/n_tty.c | echo_char(c, tty); |
c | 509 | drivers/char/n_tty.c | if (I_PARMRK(tty) && c == (unsigned char) '\377') |
c | 510 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 512 | drivers/char/n_tty.c | put_tty_queue(c, tty); |
c | 742 | drivers/char/n_tty.c | int c; |
c | 851 | drivers/char/n_tty.c | c = tty->read_buf[tty->read_tail]; |
c | 857 | drivers/char/n_tty.c | put_fs_byte(c, b++); |
c | 866 | drivers/char/n_tty.c | if (c != __DISABLED_CHAR) { |
c | 867 | drivers/char/n_tty.c | put_fs_byte(c, b++); |
c | 911 | drivers/char/n_tty.c | int c; |
c | 935 | drivers/char/n_tty.c | c = get_fs_byte(b); |
c | 936 | drivers/char/n_tty.c | if (opost(c, tty) < 0) |
c | 943 | drivers/char/n_tty.c | c = tty->driver.write(tty, 1, b, nr); |
c | 944 | drivers/char/n_tty.c | b += c; |
c | 945 | drivers/char/n_tty.c | nr -= c; |
c | 380 | drivers/char/psaux.c | unsigned char c; |
c | 396 | drivers/char/psaux.c | c = get_from_queue(); |
c | 397 | drivers/char/psaux.c | put_fs_byte(c, buffer++); |
c | 92 | drivers/char/pty.c | int c=0, n, r; |
c | 110 | drivers/char/pty.c | buf += n; c+= n; |
c | 115 | drivers/char/pty.c | c = MIN(count, to->ldisc.receive_room(to)); |
c | 116 | drivers/char/pty.c | to->ldisc.receive_buf(to, buf, 0, c); |
c | 119 | drivers/char/pty.c | return c; |
c | 1229 | drivers/char/serial.c | int c, total = 0; |
c | 1240 | drivers/char/serial.c | c = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1, |
c | 1242 | drivers/char/serial.c | if (!c) |
c | 1247 | drivers/char/serial.c | buf, c); |
c | 1249 | drivers/char/serial.c | memcpy(info->xmit_buf + info->xmit_head, buf, c); |
c | 1250 | drivers/char/serial.c | info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1); |
c | 1252 | drivers/char/serial.c | info->xmit_cnt += c; |
c | 1254 | drivers/char/serial.c | buf += c; |
c | 1255 | drivers/char/serial.c | count -= c; |
c | 1256 | drivers/char/serial.c | total += c; |
c | 2330 | drivers/char/tpqic02.c | int c; |
c | 2353 | drivers/char/tpqic02.c | c = iocmd & IOCCMD_MASK; |
c | 2354 | drivers/char/tpqic02.c | if (c == (MTIOCTOP & IOCCMD_MASK)) { |
c | 2408 | drivers/char/tpqic02.c | } else if (c == (MTIOCGET & IOCCMD_MASK)) { |
c | 2436 | drivers/char/tpqic02.c | } else if (c == (MTIOCPOS & IOCCMD_MASK)) { |
c | 2455 | drivers/char/tpqic02.c | c = rdstatus((char *) blk_addr, sizeof(blk_addr), QCMDV_TELL_BLK); |
c | 2456 | drivers/char/tpqic02.c | if (c!=TE_OK) |
c | 1199 | drivers/char/tty_io.c | char *c, *d; |
c | 1208 | drivers/char/tty_io.c | c = (char *)(*p); |
c | 1211 | drivers/char/tty_io.c | put_fs_byte(*c++, d++); |
c | 82 | drivers/net/ppp.c | #define in_xmap(ppp,c) (ppp->xmit_async_map[(c) >> 5] & (1 << ((c) & 0x1f))) |
c | 83 | drivers/net/ppp.c | #define in_rmap(ppp,c) ((((unsigned int) (unsigned char) (c)) < 0x20) && \ |
c | 84 | drivers/net/ppp.c | ppp->recv_async_map & (1 << (c))) |
c | 105 | drivers/net/ppp.c | static void ppp_unesc(struct ppp *ppp, unsigned char *c, int n); |
c | 752 | drivers/net/ppp.c | ppp_enqueue(struct ppp *ppp, unsigned char c) |
c | 759 | drivers/net/ppp.c | *ppp->rhead = c; |
c | 849 | drivers/net/ppp.c | ppp_unesc(struct ppp *ppp, unsigned char *c, int n) |
c | 853 | drivers/net/ppp.c | for (i = 0; i < n; i++, c++) { |
c | 854 | drivers/net/ppp.c | PRINTKN (6,(KERN_DEBUG "(%x)", (unsigned int) *c)); |
c | 857 | drivers/net/ppp.c | if (*c & 0x80) |
c | 862 | drivers/net/ppp.c | if (paritytab[*c >> 5] & (1 << (*c & 0x1F))) |
c | 868 | drivers/net/ppp.c | switch (*c) { |
c | 887 | drivers/net/ppp.c | if (!in_rmap (ppp, *c)) { |
c | 889 | drivers/net/ppp.c | ppp_enqueue (ppp, *c ^ ppp->escape); |
c | 908 | drivers/net/ppp.c | unsigned char c; |
c | 927 | drivers/net/ppp.c | c = *cp++; |
c | 936 | drivers/net/ppp.c | if (c & 0x80) |
c | 941 | drivers/net/ppp.c | if (paritytab[c >> 5] & (1 << (c & 0x1F))) |
c | 947 | drivers/net/ppp.c | switch (c) { |
c | 966 | drivers/net/ppp.c | if (!in_rmap (ppp, c)) { |
c | 968 | drivers/net/ppp.c | ppp_enqueue (ppp, c ^ ppp->escape); |
c | 981 | drivers/net/ppp.c | u_char *c = ppp->rbuff; |
c | 998 | drivers/net/ppp.c | ppp_print_buffer ("receive frame", c, count, KERNEL_DS); |
c | 1017 | drivers/net/ppp.c | if ((c[0] == PPP_ADDRESS) && (c[1] == PPP_CONTROL)) { |
c | 1018 | drivers/net/ppp.c | c = c + 2; /* ADDR/CTRL not compressed, so skip */ |
c | 1022 | drivers/net/ppp.c | proto = (u_short) *c++; /* PROTO compressed */ |
c | 1026 | drivers/net/ppp.c | proto = (proto << 8) | (u_short) *c++; /* PROTO uncompressed */ |
c | 1031 | drivers/net/ppp.c | if ((ppp->dev->flags & IFF_UP) && ppp_do_ip(ppp, proto, c, count)) { |
c | 1042 | drivers/net/ppp.c | if (ppp_us_queue (ppp, proto, c, count+2)) { |
c | 1059 | drivers/net/ppp.c | ppp_do_ip (struct ppp *ppp, unsigned short proto, unsigned char *c, |
c | 1065 | drivers/net/ppp.c | (int) proto, count, c[0])); |
c | 1096 | drivers/net/ppp.c | count = slhc_uncompress(ppp->slcomp, c, count); |
c | 1107 | drivers/net/ppp.c | if (slhc_remember(ppp->slcomp, c, count) <= 0) { |
c | 1121 | drivers/net/ppp.c | struct iphdr *iph = (struct iphdr *) c; |
c | 1127 | drivers/net/ppp.c | while ((dev_rint(c, count, 0, ppp->dev) & ~1) != 0) |
c | 1136 | drivers/net/ppp.c | #define PUTC(c,label) *ppp->us_rbuff_head++ = c; \ |
c | 1141 | drivers/net/ppp.c | #define GETC(c) c = *ppp->us_rbuff_tail++; \ |
c | 1212 | drivers/net/ppp.c | unsigned char c; |
c | 1243 | drivers/net/ppp.c | GETC (c); len = c << 8; GETC (c); len += c; |
c | 1265 | drivers/net/ppp.c | GETC (c); |
c | 1266 | drivers/net/ppp.c | put_fs_byte (c, buf++); |
c | 1290 | drivers/net/ppp.c | ppp_stuff_char(struct ppp *ppp, unsigned char c) |
c | 1297 | drivers/net/ppp.c | if (in_xmap (ppp, c)) { |
c | 1299 | drivers/net/ppp.c | *ppp->xhead++ = c ^ PPP_TRANS; |
c | 1301 | drivers/net/ppp.c | *ppp->xhead++ = c; |
c | 1302 | drivers/net/ppp.c | ppp->fcs = (ppp->fcs >> 8) ^ fcstab[(ppp->fcs ^ c) & 0xff]; |
c | 1956 | drivers/net/ppp.c | unsigned char *c = ppp->rbuff; |
c | 1959 | drivers/net/ppp.c | for (i = 0; i < ppp->rcount - 2; i++, c++) |
c | 1960 | drivers/net/ppp.c | fcs = (fcs >> 8) ^ fcstab[(fcs ^ *c) & 0xff]; |
c | 1963 | drivers/net/ppp.c | msgfcs = (c[1] << 8) + c[0]; |
c | 229 | drivers/net/slip.c | sl_enqueue(struct slip *sl, unsigned char c) |
c | 236 | drivers/net/slip.c | *sl->rhead = c; |
c | 292 | drivers/net/slip.c | unsigned char c; |
c | 299 | drivers/net/slip.c | if ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) { |
c | 327 | drivers/net/slip.c | } else if (c >= SL_TYPE_UNCOMPRESSED_TCP) { |
c | 870 | drivers/net/slip.c | unsigned char c; |
c | 873 | drivers/net/slip.c | c = 0x30 + ((v >> bits) & 0x3F); |
c | 874 | drivers/net/slip.c | d[count++] = c; |
c | 878 | drivers/net/slip.c | unsigned char c; |
c | 880 | drivers/net/slip.c | c = 0x30 + ((v << (6 - bits)) & 0x3F); |
c | 881 | drivers/net/slip.c | d[count++] = c; |
c | 890 | drivers/net/slip.c | unsigned char c; |
c | 913 | drivers/net/slip.c | c = (unsigned char)(sl->xdata >> sl->xbits); |
c | 914 | drivers/net/slip.c | sl_enqueue(sl, c); |
c | 1329 | drivers/scsi/NCR5380.c | register int c = *count; |
c | 1377 | drivers/scsi/NCR5380.c | if (!((p & SR_MSG) && c > 1)) { |
c | 1407 | drivers/scsi/NCR5380.c | if (!(p == PHASE_MSGOUT && c > 1)) |
c | 1411 | drivers/scsi/NCR5380.c | } while (--c); |
c | 1414 | drivers/scsi/NCR5380.c | printk("scsi%d : residual %d\n", instance->host_no, c); |
c | 1417 | drivers/scsi/NCR5380.c | *count = c; |
c | 1425 | drivers/scsi/NCR5380.c | if (!c || (*phase == p)) |
c | 1455 | drivers/scsi/NCR5380.c | register int c = *count; |
c | 1477 | drivers/scsi/NCR5380.c | c -= 2; |
c | 1483 | drivers/scsi/NCR5380.c | "writing", c, (p & SR_IO) ? "to" : "from", (unsigned) d); |
c | 1486 | drivers/scsi/NCR5380.c | NCR5380_dma_read_setup(instance, d, c) : |
c | 1487 | drivers/scsi/NCR5380.c | NCR5380_dma_write_setup(instance, d, c); |
c | 1590 | drivers/scsi/NCR5380.c | c -= residue; |
c | 1591 | drivers/scsi/NCR5380.c | *count -= c; |
c | 1592 | drivers/scsi/NCR5380.c | *data += c; |
c | 1627 | drivers/scsi/NCR5380.c | if (!(foo = NCR5380_pread(instance, d, c - 1))) { |
c | 1653 | drivers/scsi/NCR5380.c | d[c - 1] = NCR5380_read(INPUT_DATA_REG); |
c | 1657 | drivers/scsi/NCR5380.c | if (!(foo = NCR5380_pwrite(instance, d, c))) { |
c | 1708 | drivers/scsi/NCR5380.c | *data = d + c; |
c | 129 | drivers/sound/audio.c | int c, p, l; |
c | 136 | drivers/sound/audio.c | c = count; |
c | 156 | drivers/sound/audio.c | while (c) |
c | 165 | drivers/sound/audio.c | l = c; |
c | 189 | drivers/sound/audio.c | c -= l; |
c | 209 | drivers/sound/audio.c | int c, p, l; |
c | 216 | drivers/sound/audio.c | c = count; |
c | 230 | drivers/sound/audio.c | while (c) |
c | 235 | drivers/sound/audio.c | if (l > c) |
c | 236 | drivers/sound/audio.c | l = c; |
c | 255 | drivers/sound/audio.c | c -= l; |
c | 258 | drivers/sound/audio.c | return count - c; |
c | 389 | drivers/sound/dmabuf.c | DMAbuf_rmchars (int dev, int buff_no, int c) |
c | 391 | drivers/sound/dmabuf.c | int p = dev_counts[dev][dev_qhead[dev]] + c; |
c | 409 | drivers/sound/dmabuf.c | int buff_no, c, err; |
c | 416 | drivers/sound/dmabuf.c | if ((buff_no = DMAbuf_getrdbuffer (dev, &dmabuf, &c)) < 0) |
c | 419 | drivers/sound/dmabuf.c | if (c > count) |
c | 420 | drivers/sound/dmabuf.c | c = count; |
c | 422 | drivers/sound/dmabuf.c | COPY_TO_USER (user_buf, 0, dmabuf, c); |
c | 424 | drivers/sound/dmabuf.c | if ((err = DMAbuf_rmchars (dev, buff_no, c)) < 0) |
c | 426 | drivers/sound/dmabuf.c | return c; |
c | 841 | drivers/sound/dmabuf.c | DMAbuf_rmchars (int dev, int buff_no, int c) |
c | 69 | drivers/sound/mpu401.c | unsigned char c = mpu401_read (); |
c | 72 | drivers/sound/mpu401.c | midi_input_intr (my_dev, c); |
c | 55 | drivers/sound/os.h | #define COPY_FROM_USER(d, s, o, c) memcpy_fromfs((d), &((s)[o]), (c)) |
c | 56 | drivers/sound/os.h | #define COPY_TO_USER(d, o, s, c) memcpy_tofs(&((d)[o]), (s), (c)) |
c | 57 | drivers/sound/os.h | #define IOCTL_FROM_USER(d, s, o, c) memcpy_fromfs((d), &((s)[o]), (c)) |
c | 58 | drivers/sound/os.h | #define IOCTL_TO_USER(d, o, s, c) memcpy_tofs(&((d)[o]), (s), (c)) |
c | 69 | drivers/sound/sb16_midi.c | unsigned char c = sb16midi_read (); |
c | 72 | drivers/sound/sb16_midi.c | midi_input_intr (my_dev, c); |
c | 79 | drivers/sound/sequencer.c | int c = count, p = 0; |
c | 87 | drivers/sound/sequencer.c | while (c > 3) |
c | 92 | drivers/sound/sequencer.c | if (c != count) /* Some data has been received */ |
c | 95 | drivers/sound/sequencer.c | return count - c; /* Return what we have */ |
c | 103 | drivers/sound/sequencer.c | return count - c; |
c | 109 | drivers/sound/sequencer.c | c -= 4; |
c | 116 | drivers/sound/sequencer.c | return count - c; |
c | 171 | drivers/sound/sequencer.c | int p = 0, c, ev_size; |
c | 185 | drivers/sound/sequencer.c | c = count; |
c | 187 | drivers/sound/sequencer.c | while (c >= 4) |
c | 203 | drivers/sound/sequencer.c | err = synth_devs[dev]->load_patch (dev, *(short *) &event[0], buf, p + 4, c, 0); |
c | 215 | drivers/sound/sequencer.c | if (c < ev_size) |
c | 219 | drivers/sound/sequencer.c | return count - c; |
c | 262 | drivers/sound/sequencer.c | return count - c; |
c | 266 | drivers/sound/sequencer.c | c -= ev_size; |
c | 10 | drivers/sound/sound_calls.h | int DMAbuf_rmchars(int dev, int buff_no, int c); |
c | 225 | drivers/sound/sound_switch.c | int l, c; |
c | 228 | drivers/sound/sound_switch.c | c = status_len - status_ptr; |
c | 230 | drivers/sound/sound_switch.c | if (l > c) |
c | 231 | drivers/sound/sound_switch.c | l = c; |
c | 68 | fs/ext/dir.c | char c; |
c | 100 | fs/ext/dir.c | if ((c = de->name[i]) != 0) |
c | 101 | fs/ext/dir.c | put_fs_byte(c,i+dirent->d_name); |
c | 200 | fs/ext/file.c | int written,c; |
c | 228 | fs/ext/file.c | c = BLOCK_SIZE - (pos % BLOCK_SIZE); |
c | 229 | fs/ext/file.c | if (c > count-written) |
c | 230 | fs/ext/file.c | c = count-written; |
c | 231 | fs/ext/file.c | if (c != BLOCK_SIZE && !bh->b_uptodate) { |
c | 242 | fs/ext/file.c | pos += c; |
c | 247 | fs/ext/file.c | written += c; |
c | 248 | fs/ext/file.c | memcpy_fromfs(p,buf,c); |
c | 249 | fs/ext/file.c | buf += c; |
c | 634 | fs/ext/namei.c | char c; |
c | 651 | fs/ext/namei.c | while (i < 1023 && (c = *(symname++))) |
c | 652 | fs/ext/namei.c | name_block->b_data[i++] = c; |
c | 89 | fs/ext/symlink.c | char c; |
c | 102 | fs/ext/symlink.c | while (i<buflen && (c = bh->b_data[i])) { |
c | 104 | fs/ext/symlink.c | put_fs_byte(c,buffer++); |
c | 230 | fs/ext2/file.c | int written, c; |
c | 265 | fs/ext2/file.c | c = sb->s_blocksize - (pos % sb->s_blocksize); |
c | 266 | fs/ext2/file.c | if (c > count-written) |
c | 267 | fs/ext2/file.c | c = count - written; |
c | 268 | fs/ext2/file.c | if (c != sb->s_blocksize && !bh->b_uptodate) { |
c | 279 | fs/ext2/file.c | pos += c; |
c | 280 | fs/ext2/file.c | written += c; |
c | 281 | fs/ext2/file.c | memcpy_fromfs (p, buf, c); |
c | 282 | fs/ext2/file.c | buf += c; |
c | 38 | fs/ext2/namei.c | #define NAMEI_RA_INDEX(c,b) (((c) * NAMEI_RA_BLOCKS) + (b)) |
c | 762 | fs/ext2/namei.c | char c; |
c | 793 | fs/ext2/namei.c | while (i < inode->i_sb->s_blocksize - 1 && (c = *(symname++))) |
c | 794 | fs/ext2/namei.c | link[i++] = c; |
c | 99 | fs/ext2/symlink.c | char c; |
c | 118 | fs/ext2/symlink.c | while (i < buflen && (c = link[i])) { |
c | 120 | fs/ext2/symlink.c | put_fs_byte (c, buffer++); |
c | 947 | fs/hpfs/hpfs_fs.c | unsigned c; |
c | 952 | fs/hpfs/hpfs_fs.c | c = *p++; |
c | 953 | fs/hpfs/hpfs_fs.c | if (c < ' ') |
c | 954 | fs/hpfs/hpfs_fs.c | if (c == '\r' && len && *p == '\n') |
c | 956 | fs/hpfs/hpfs_fs.c | else if (c == '\t' || c == '\n'); |
c | 959 | fs/hpfs/hpfs_fs.c | else if (c < '\177') |
c | 981 | fs/hpfs/hpfs_fs.c | unsigned c = *in++; |
c | 982 | fs/hpfs/hpfs_fs.c | if (c == '\r' && (len == 0 || *in == '\n')); |
c | 984 | fs/hpfs/hpfs_fs.c | put_fs_byte(c, out++); |
c | 72 | fs/isofs/dir.c | char c = 0; |
c | 199 | fs/isofs/dir.c | if (!(c = dpnt[i])) break; |
c | 200 | fs/isofs/dir.c | if (c >= 'A' && c <= 'Z') c |= 0x20; /* lower case */ |
c | 201 | fs/isofs/dir.c | if (c == '.' && i == dlen-3 && de->name[i+1] == ';' && de->name[i+2] == '1') |
c | 203 | fs/isofs/dir.c | if (c == ';' && i == dlen-2 && de->name[i+1] == '1') |
c | 205 | fs/isofs/dir.c | if (c == ';') c = '.'; /* Convert remaining ';' to '.' */ |
c | 206 | fs/isofs/dir.c | dpnt[i] = c; |
c | 78 | fs/isofs/namei.c | char c; |
c | 164 | fs/isofs/namei.c | c = dpnt[i]; |
c | 165 | fs/isofs/namei.c | if (c >= 'A' && c <= 'Z') c |= 0x20; /* lower case */ |
c | 166 | fs/isofs/namei.c | if (c == ';' && i == dlen-2 && dpnt[i+1] == '1') { |
c | 170 | fs/isofs/namei.c | if (c == ';') c = '.'; |
c | 171 | fs/isofs/namei.c | de->name[i] = c; |
c | 84 | fs/isofs/symlink.c | char c; |
c | 100 | fs/isofs/symlink.c | while (i<buflen && (c = pnt[i])) { |
c | 102 | fs/isofs/symlink.c | put_fs_byte(c,buffer++); |
c | 61 | fs/minix/dir.c | char c; |
c | 84 | fs/minix/dir.c | if ((c = de->name[i]) != 0) |
c | 85 | fs/minix/dir.c | put_fs_byte(c,i+dirent->d_name); |
c | 192 | fs/minix/file.c | int written,c; |
c | 217 | fs/minix/file.c | c = BLOCK_SIZE - (pos % BLOCK_SIZE); |
c | 218 | fs/minix/file.c | if (c > count-written) |
c | 219 | fs/minix/file.c | c = count-written; |
c | 220 | fs/minix/file.c | if (c != BLOCK_SIZE && !bh->b_uptodate) { |
c | 231 | fs/minix/file.c | pos += c; |
c | 232 | fs/minix/file.c | written += c; |
c | 233 | fs/minix/file.c | memcpy_fromfs(p,buf,c); |
c | 234 | fs/minix/file.c | buf += c; |
c | 546 | fs/minix/namei.c | char c; |
c | 563 | fs/minix/namei.c | while (i < 1023 && (c=*(symname++))) |
c | 564 | fs/minix/namei.c | name_block->b_data[i++] = c; |
c | 83 | fs/minix/symlink.c | char c; |
c | 96 | fs/minix/symlink.c | while (i<buflen && (c = bh->b_data[i])) { |
c | 98 | fs/minix/symlink.c | put_fs_byte(c,buffer++); |
c | 61 | fs/msdos/dir.c | char c,*walk; |
c | 84 | fs/msdos/dir.c | if (!(c = de->name[i])) break; |
c | 85 | fs/msdos/dir.c | if (c >= 'A' && c <= 'Z') c += 32; |
c | 86 | fs/msdos/dir.c | if (c != ' ') last = i+1; |
c | 87 | fs/msdos/dir.c | put_fs_byte(c,i+dirent->d_name); |
c | 93 | fs/msdos/dir.c | if (!(c = de->ext[i2])) break; |
c | 94 | fs/msdos/dir.c | if (c >= 'A' && c <= 'Z') c += 32; |
c | 95 | fs/msdos/dir.c | if (c != ' ') last = i+1; |
c | 96 | fs/msdos/dir.c | put_fs_byte(c,i+dirent->d_name); |
c | 37 | fs/msdos/namei.c | unsigned char c; |
c | 48 | fs/msdos/namei.c | c = 0; |
c | 50 | fs/msdos/namei.c | c = *name++; |
c | 52 | fs/msdos/namei.c | if (conv != 'r' && strchr(bad_chars,c)) return -EINVAL; |
c | 53 | fs/msdos/namei.c | if (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL; |
c | 54 | fs/msdos/namei.c | if (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL; |
c | 55 | fs/msdos/namei.c | if (c < ' ' || c == ':' || c == '\\') return -EINVAL; |
c | 56 | fs/msdos/namei.c | if (c == '.') break; |
c | 57 | fs/msdos/namei.c | space = c == ' '; |
c | 58 | fs/msdos/namei.c | *walk = c >= 'a' && c <= 'z' ? c-32 : c; |
c | 61 | fs/msdos/namei.c | if (conv == 's' && len && c != '.') { |
c | 62 | fs/msdos/namei.c | c = *name++; |
c | 64 | fs/msdos/namei.c | if (c != '.') return -EINVAL; |
c | 66 | fs/msdos/namei.c | while (c != '.' && len--) c = *name++; |
c | 67 | fs/msdos/namei.c | if (c == '.') { |
c | 70 | fs/msdos/namei.c | c = *name++; |
c | 72 | fs/msdos/namei.c | if (conv != 'r' && strchr(bad_chars,c)) return -EINVAL; |
c | 73 | fs/msdos/namei.c | if (conv == 's' && strchr(bad_if_strict,c)) |
c | 75 | fs/msdos/namei.c | if (c < ' ' || c == ':' || c == '\\' || c == '.') |
c | 77 | fs/msdos/namei.c | if (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL; |
c | 78 | fs/msdos/namei.c | space = c == ' '; |
c | 79 | fs/msdos/namei.c | *walk++ = c >= 'a' && c <= 'z' ? c-32 : c; |
c | 33 | fs/namei.c | char * tmp, c; |
c | 44 | fs/namei.c | c = get_fs_byte(filename++); |
c | 45 | fs/namei.c | if (!c) |
c | 51 | fs/namei.c | *(tmp++) = c; |
c | 52 | fs/namei.c | c = get_fs_byte(filename++); |
c | 53 | fs/namei.c | if (!c) { |
c | 159 | fs/namei.c | char c; |
c | 169 | fs/namei.c | if ((c = *pathname) == '/') { |
c | 177 | fs/namei.c | for(len=0;(c = *(pathname++))&&(c != '/');len++) |
c | 179 | fs/namei.c | if (!c) |
c | 87 | fs/nfs/symlink.c | char c; |
c | 104 | fs/nfs/symlink.c | for (i = 0; i < buflen && (c = res[i]); i++) |
c | 105 | fs/nfs/symlink.c | put_fs_byte(c,buffer++); |
c | 86 | fs/proc/array.c | int a, b, c; |
c | 90 | fs/proc/array.c | c = avenrun[2] + (FIXED_1/200); |
c | 94 | fs/proc/array.c | LOAD_INT(c), LOAD_FRAC(c)); |
c | 204 | fs/proc/array.c | char c; |
c | 213 | fs/proc/array.c | c = *(char *) addr; |
c | 214 | fs/proc/array.c | if (!c) |
c | 217 | fs/proc/array.c | buffer[size++] = c; |
c | 222 | fs/proc/array.c | if (!c && start >= end) |
c | 56 | fs/proc/fd.c | unsigned int ino, pid, fd, c; |
c | 89 | fs/proc/fd.c | c = *name - '0'; |
c | 91 | fs/proc/fd.c | if (c > 9) { |
c | 96 | fs/proc/fd.c | fd += c; |
c | 80 | fs/proc/root.c | unsigned int pid, c; |
c | 104 | fs/proc/root.c | c = *name - '0'; |
c | 106 | fs/proc/root.c | if (c > 9) { |
c | 111 | fs/proc/root.c | pid += c; |
c | 69 | fs/sysv/dir.c | char c; |
c | 91 | fs/sysv/dir.c | if ((c = de->name[i]) != 0) |
c | 92 | fs/sysv/dir.c | put_fs_byte(c,i+dirent->d_name); |
c | 246 | fs/sysv/file.c | int written,c; |
c | 280 | fs/sysv/file.c | c = sb->sv_block_size - (pos & sb->sv_block_size_1); |
c | 281 | fs/sysv/file.c | if (c > count-written) |
c | 282 | fs/sysv/file.c | c = count-written; |
c | 283 | fs/sysv/file.c | if (c != BLOCK_SIZE && !bh->b_uptodate) { |
c | 295 | fs/sysv/file.c | pos += c; |
c | 300 | fs/sysv/file.c | written += c; |
c | 301 | fs/sysv/file.c | memcpy_fromfs(p,buf,c); |
c | 302 | fs/sysv/file.c | buf += c; |
c | 552 | fs/sysv/namei.c | char c; |
c | 571 | fs/sysv/namei.c | while (i < sb->sv_block_size_1 && (c = *(symname++))) |
c | 572 | fs/sysv/namei.c | name_block_data[i++] = c; |
c | 91 | fs/sysv/symlink.c | char c; |
c | 104 | fs/sysv/symlink.c | while (i<buflen && (c = bh_data[i])) { |
c | 106 | fs/sysv/symlink.c | put_fs_byte(c,buffer++); |
c | 193 | fs/xiafs/file.c | int written, c; |
c | 221 | fs/xiafs/file.c | c = XIAFS_ZSIZE(inode->i_sb) - (pos & (XIAFS_ZSIZE(inode->i_sb) - 1)); |
c | 222 | fs/xiafs/file.c | if (c > count-written) |
c | 223 | fs/xiafs/file.c | c = count-written; |
c | 224 | fs/xiafs/file.c | if (c != XIAFS_ZSIZE(inode->i_sb) && !bh->b_uptodate) { |
c | 235 | fs/xiafs/file.c | pos += c; |
c | 240 | fs/xiafs/file.c | written += c; |
c | 241 | fs/xiafs/file.c | memcpy_fromfs(cp,buf,c); |
c | 242 | fs/xiafs/file.c | buf += c; |
c | 590 | fs/xiafs/namei.c | char c; |
c | 612 | fs/xiafs/namei.c | for (i = 0; i < BLOCK_SIZE-1 && (c=*symname++); i++) |
c | 613 | fs/xiafs/namei.c | name_block->b_data[i] = c; |
c | 51 | fs/xiafs/symlink.c | char c; |
c | 67 | fs/xiafs/symlink.c | for (i=0; i < buflen && (c=bh->b_data[i]); i++) |
c | 68 | fs/xiafs/symlink.c | put_fs_byte(c, buffer++); |
c | 52 | include/asm/io.h | __OUT1(s##c,x) __OUT2(s,s1,"") : : "a" (value), "i" (port)); } \ |
c | 64 | include/asm/io.h | __IN1(s##c) __IN2(s,s1,"") : "=a" (_v) : "i" (port) ,##i ); return _v; } \ |
c | 135 | include/linux/cdu31a.h | #define SONY_HWC_GET_LOAD_MECH(c) (c.hw_config[0] & 0x03) |
c | 136 | include/linux/cdu31a.h | #define SONY_HWC_EJECT(c) (c.hw_config[0] & 0x04) |
c | 137 | include/linux/cdu31a.h | #define SONY_HWC_LED_SUPPORT(c) (c.hw_config[0] & 0x08) |
c | 138 | include/linux/cdu31a.h | #define SONY_HWC_DOUBLE_SPEED(c) (c.hw_config[0] & 0x10) |
c | 139 | include/linux/cdu31a.h | #define SONY_HWC_GET_BUF_MEM_SIZE(c) ((c.hw_config[0] & 0xc0) >> 6) |
c | 140 | include/linux/cdu31a.h | #define SONY_HWC_AUDIO_PLAYBACK(c) (c.hw_config[1] & 0x01) |
c | 141 | include/linux/cdu31a.h | #define SONY_HWC_ELECTRIC_VOLUME(c) (c.hw_config[1] & 0x02) |
c | 142 | include/linux/cdu31a.h | #define SONY_HWC_ELECTRIC_VOLUME_CTL(c) (c.hw_config[1] & 0x04) |
c | 16 | include/linux/ctype.h | #define isalnum(c) ((_ctype+1)[c]&(_U|_L|_D)) |
c | 17 | include/linux/ctype.h | #define isalpha(c) ((_ctype+1)[c]&(_U|_L)) |
c | 18 | include/linux/ctype.h | #define iscntrl(c) ((_ctype+1)[c]&(_C)) |
c | 19 | include/linux/ctype.h | #define isdigit(c) ((_ctype+1)[c]&(_D)) |
c | 20 | include/linux/ctype.h | #define isgraph(c) ((_ctype+1)[c]&(_P|_U|_L|_D)) |
c | 21 | include/linux/ctype.h | #define islower(c) ((_ctype+1)[c]&(_L)) |
c | 22 | include/linux/ctype.h | #define isprint(c) ((_ctype+1)[c]&(_P|_U|_L|_D|_SP)) |
c | 23 | include/linux/ctype.h | #define ispunct(c) ((_ctype+1)[c]&(_P)) |
c | 24 | include/linux/ctype.h | #define isspace(c) ((_ctype+1)[c]&(_S)) |
c | 25 | include/linux/ctype.h | #define isupper(c) ((_ctype+1)[c]&(_U)) |
c | 26 | include/linux/ctype.h | #define isxdigit(c) ((_ctype+1)[c]&(_D|_X)) |
c | 28 | include/linux/ctype.h | #define isascii(c) (((unsigned) c)<=0x7f) |
c | 29 | include/linux/ctype.h | #define toascii(c) (((unsigned) c)&0x7f) |
c | 31 | include/linux/ctype.h | #define tolower(c) (_ctmp=c,isupper(_ctmp)?_ctmp-('A'-'a'):_ctmp) |
c | 32 | include/linux/ctype.h | #define toupper(c) (_ctmp=c,islower(_ctmp)?_ctmp-('a'-'A'):_ctmp) |
c | 33 | include/linux/ioctl.h | #define _IO(c,d) (IOC_VOID | ((c)<<8) | (d)) /* param encoded */ |
c | 38 | include/linux/ioctl.h | #define _IOW(c,d,t) (IOC_IN | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
c | 39 | include/linux/ioctl.h | ((c)<<8) | (d)) |
c | 40 | include/linux/ioctl.h | #define _IOR(c,d,t) (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
c | 41 | include/linux/ioctl.h | ((c)<<8) | (d)) |
c | 43 | include/linux/ioctl.h | #define _IOWR(c,d,t) (IOC_INOUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \ |
c | 44 | include/linux/ioctl.h | ((c)<<8) | (d)) |
c | 444 | include/linux/sbpcd.h | u_char c[4]; |
c | 451 | include/linux/sbpcd.h | u_char c[4]; |
c | 135 | include/linux/string.h | extern inline char * strchr(const char * s,char c) |
c | 149 | include/linux/string.h | :"=a" (__res):"S" (s),"0" (c):"si"); |
c | 153 | include/linux/string.h | extern inline char * strrchr(const char * s,char c) |
c | 165 | include/linux/string.h | :"=d" (__res):"0" (0),"S" (s),"a" (c):"ax","si"); |
c | 410 | include/linux/string.h | extern inline void * memchr(const void * cs,char c,size_t count) |
c | 422 | include/linux/string.h | :"=D" (__res):"a" (c),"D" (cs),"c" (count) |
c | 427 | include/linux/string.h | extern inline void * memset(void * s,char c,size_t count) |
c | 434 | include/linux/string.h | :"a" (c),"D" (s),"c" (count) |
c | 189 | include/linux/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
c | 190 | include/linux/unistd.h | type name(atype a,btype b,ctype c) \ |
c | 195 | include/linux/unistd.h | : "0" (__NR_##name),"b" ((long)(a)),"c" ((long)(b)),"d" ((long)(c))); \ |
c | 202 | include/linux/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
c | 203 | include/linux/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
c | 209 | include/linux/unistd.h | "d" ((long)(c)),"S" ((long)(d))); \ |
c | 216 | include/linux/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
c | 217 | include/linux/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
c | 223 | include/linux/unistd.h | "d" ((long)(c)),"S" ((long)(d)),"D" ((long)(e))); \ |
c | 340 | init/main.c | char c = ' '; |
c | 344 | init/main.c | if (c == ' ' && *(unsigned long *)from == *(unsigned long *)"mem=") |
c | 346 | init/main.c | c = *(from++); |
c | 347 | init/main.c | if (!c) |
c | 351 | init/main.c | *(to++) = c; |
c | 59 | kernel/printk.c | char c; |
c | 87 | kernel/printk.c | c = *((char *) log_buf+log_start); |
c | 92 | kernel/printk.c | put_fs_byte(c,buf); |
c | 117 | kernel/printk.c | c = *((char *) log_buf+(j++ & (LOG_BUF_LEN-1))); |
c | 118 | kernel/printk.c | put_fs_byte(c, buf++); |
c | 167 | kernel/sched.c | int c; |
c | 228 | kernel/sched.c | c = -1000; |
c | 233 | kernel/sched.c | if (p->state == TASK_RUNNING && p->counter > c) |
c | 234 | kernel/sched.c | c = p->counter, next = p; |
c | 237 | kernel/sched.c | if (!c) { |
c | 43 | kernel/vsprintf.c | #define is_digit(c) ((c) >= '0' && (c) <= '9') |
c | 70 | kernel/vsprintf.c | char c,sign,tmp[36]; |
c | 78 | kernel/vsprintf.c | c = (type & ZEROPAD) ? '0' : ' ' ; |
c | 109 | kernel/vsprintf.c | *str++ = c; |
c | 317 | net/inet/sock.c | struct sk_buff * c = alloc_skb(size, priority); |
c | 318 | net/inet/sock.c | if (c) |
c | 321 | net/inet/sock.c | sk->wmem_alloc+= c->mem_len; |
c | 324 | net/inet/sock.c | return c; |
c | 338 | net/inet/sock.c | struct sk_buff *c = alloc_skb(size, priority); |
c | 339 | net/inet/sock.c | if (c) |
c | 342 | net/inet/sock.c | sk->rmem_alloc += c->mem_len; |
c | 345 | net/inet/sock.c | return(c); |
c | 1364 | net/inet/tcp.c | char c = sk->urg_data; |
c | 1367 | net/inet/tcp.c | put_fs_byte(c, to); |
c | 87 | tools/build.c | int i,c,id, sz; |
c | 166 | tools/build.c | for (i=0 ; (c=read(id,buf,sizeof buf))>0 ; i+=c ) |
c | 167 | tools/build.c | if (write(1,buf,c)!=c) |
c | 169 | tools/build.c | if (c != 0) |
c | 176 | tools/build.c | for (c=0 ; c<sizeof(buf) ; c++) |
c | 177 | tools/build.c | buf[c] = '\0'; |
c | 179 | tools/build.c | c = SETUP_SECTS*512-i; |
c | 180 | tools/build.c | if (c > sizeof(buf)) |
c | 181 | tools/build.c | c = sizeof(buf); |
c | 182 | tools/build.c | if (write(1,buf,c) != c) |
c | 184 | tools/build.c | i += c; |
c | 188 | zBoot/gzip.h | #define put_byte(c) {outbuf[outcnt++]=(uch)(c); if (outcnt==OUTBUFSIZ)\ |
c | 190 | zBoot/gzip.h | #define put_char(c) {window[outcnt++]=(uch)(c); if (outcnt==WSIZE)\ |
c | 213 | zBoot/gzip.h | #define tolow(c) (isupper(c) ? (c)-'A'+'a' : (c)) /* force to lower case */ |
c | 225 | zBoot/gzip.h | # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} |
c | 226 | zBoot/gzip.h | # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} |
c | 232 | zBoot/gzip.h | # define Tracec(c,x) |
c | 233 | zBoot/gzip.h | # define Tracecv(c,x) |
c | 114 | zBoot/inflate.c | unsigned c[BMAX+1]; /* bit length count table */ |
c | 136 | zBoot/inflate.c | memzero(c, sizeof(c)); |
c | 139 | zBoot/inflate.c | c[*p++]++; /* assume all entries <= BMAX */ |
c | 141 | zBoot/inflate.c | if (c[0] == n) /* null input--all zero length codes */ |
c | 153 | zBoot/inflate.c | if (c[j]) |
c | 159 | zBoot/inflate.c | if (c[i]) |
c | 170 | zBoot/inflate.c | if ((y -= c[j]) < 0) |
c | 172 | zBoot/inflate.c | if ((y -= c[i]) < 0) |
c | 174 | zBoot/inflate.c | c[i] += y; |
c | 180 | zBoot/inflate.c | p = c + 1; xp = x + 2; |
c | 210 | zBoot/inflate.c | a = c[k]; |
c | 228 | zBoot/inflate.c | xp = c + k; |
c | 131 | zBoot/misc.c | char c; |
c | 136 | zBoot/misc.c | while ( ( c = *s++ ) != '\0' ) { |
c | 137 | zBoot/misc.c | if ( c == '\n' ) { |
c | 144 | zBoot/misc.c | vidmem [ ( x + cols * y ) * 2 ] = c; |
c | 159 | zBoot/misc.c | __ptr_t memset(__ptr_t s, int c, size_t n) |
c | 164 | zBoot/misc.c | for (i=0;i<n;i++) ss[i] = c; |
c | 187 | zBoot/misc.c | register ulg c; /* temporary variable */ |
c | 192 | zBoot/misc.c | c = 0xffffffffL; |
c | 194 | zBoot/misc.c | c = crc; |
c | 196 | zBoot/misc.c | c = crc_32_tab[((int)c ^ (*s++)) & 0xff] ^ (c >> 8); |
c | 199 | zBoot/misc.c | crc = c; |
c | 200 | zBoot/misc.c | return c ^ 0xffffffffL; /* (instead of ~c for 64-bit machines) */ |
c | 269 | zBoot/misc.c | unsigned long c; /* crc shift register */ |
c | 286 | zBoot/misc.c | c = 0; |
c | 289 | zBoot/misc.c | c = c & 1 ? (c >> 1) ^ e : c >> 1; |
c | 291 | zBoot/misc.c | c ^= e; |
c | 293 | zBoot/misc.c | crc_32_tab[i] = c; |
c | 18 | zBoot/piggyback.c | int c, n=0, len=0; |
c | 133 | zBoot/unzip.c | uch c = (uch)get_byte(); |
c | 135 | zBoot/unzip.c | if (decrypt) zdecode(c); |
c | 137 | zBoot/unzip.c | if (!test) put_char(c); |
c | 38 | zBoot/xtract.c | int i,c,id, sz; |