HomeSort by relevance Sort by last modified time
    Searched defs:uch (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
_flsbuf.c 48 Uchar uch; local
73 uch = (unsigned char)ch;
74 if (write(GET_FD(iop), (char *)&uch, 1) != 1) {
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
crcmodel.c 110 uint32_t uch = (uint32_t)ch; local
114 uch = reflect(uch, 8);
116 p_cm->cm_reg ^= (uch << (p_cm->cm_width-8));
  /onnv/onnv-gate/usr/src/lib/libfru/libfruraw/
crcmodel.c 109 uint32_t uch = (uint32_t)ch; local
113 uch = reflect(uch, 8);
115 p_cm->cm_reg ^= (uch << (p_cm->cm_width-8));
  /onnv/onnv-gate/usr/src/uts/common/zmod/
zutil.h 52 typedef unsigned char uch; typedef
53 typedef uch FAR uchf;
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_error.c 609 sctp_chunk_hdr_t *uch; local
636 if (ntohs(errh->sph_len) < (sizeof (*errh) + sizeof (*uch))) {
640 uch = (sctp_chunk_hdr_t *)(errh + 1);
641 if (uch->sch_id == CHUNK_ASCONF) {
648 if (ntohs(uch->sch_len) !=
654 sctp_asconf_free_cxmit(sctp, uch);
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
gunzip.c 259 typedef unsigned char uch; typedef
347 uch e; /* number of extra bits or operation */
348 uch b; /* number of bits in this code or subcode */
363 to be usable as if it were declared "uch slide[32768];" or as just
364 "uch *slide;" and then malloc'ed in the latter case. The definition
369 static uch slide[WSIZE];
490 static uch inbuf[INBUFSIZ];
492 static uch endbuf[8];
509 uch *eb = endbuf;
679 r.b = (uch) l; /* bits to dump before this table *
    [all...]
  /onnv/onnv-gate/usr/src/stand/lib/tcp/
tcp.c 6107 uchar_t uch; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.c 46 typedef unsigned char uch; typedef
47 typedef uch FAR uchf;
331 uch depth[2*L_CODES+1];
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.c 99 typedef unsigned char uch; typedef
100 typedef uch FAR uchf;
495 uch depth[2*L_CODES+1];
604 local uch _length_code[];
605 local uch _dist_code[];
608 { uch cc = (c); \
615 { uch len = (length); \
    [all...]

Completed in 6560 milliseconds