HomeSort by: relevance | last modified time | path
    Searched defs:put_byte (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/ntp/dist/libparse/
ieee754io.c 50 static void put_byte (unsigned char *, offsets_t, int *, unsigned char);
145 put_byte( function
  /src/common/dist/zlib/
deflate.h 289 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.h 268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
  /src/external/gpl3/binutils/dist/zlib/
deflate.h 287 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.h 276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
  /src/external/gpl3/gdb/dist/zlib/
deflate.h 276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.h 276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
  /src/sys/net/
zlib.c 541 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
1014 put_byte(s, (Byte)(b >> 8));
1015 put_byte(s, (Byte)(b & 0xff));
2281 put_byte(s, (uch)((w) & 0xff)); \
2282 put_byte(s, (uch)((ush)(w) >> 8)); \
3256 put_byte(s, (Byte)s->bi_buf);
3270 put_byte(s, (Byte)s->bi_buf);
3301 /* bundle up the put_byte(s, *buf++) calls */

Completed in 51 milliseconds