OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:put_byte
(Results
1 - 6
of
6
) sorted by relevancy
/src/common/dist/zlib/
deflate.h
289
#define
put_byte
(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
macro
deflate.h
289
#define
put_byte
(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
macro
deflate.h
289
#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 */
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 */
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
Indexes created Mon Sep 29 21:09:56 GMT 2025