Home
last modified time | relevance | path

Searched refs:get_byte (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/compress/
H A Dzipopen.c69 get_byte(struct zip_state *s) in get_byte() function
92 x = ((uint16_t)(get_byte(s) & 0xff)); in get_uint16()
93 x |= ((uint16_t)(get_byte(s) & 0xff))<<8; in get_uint16()
102 x = ((uint32_t)(get_byte(s) & 0xff)); in get_uint32()
103 x |= ((uint32_t)(get_byte(s) & 0xff))<<8; in get_uint32()
104 x |= ((uint32_t)(get_byte(s) & 0xff))<<16; in get_uint32()
105 x |= ((uint32_t)(get_byte(s) & 0xff))<<24; in get_uint32()
114 x = ((uint64_t)(get_byte(s) & 0xff)); in get_uint64()
115 x |= ((uint64_t)(get_byte(s) & 0xff))<<8; in get_uint64()
116 x |= ((uint64_t)(get_byte(s) & 0xff))<<16; in get_uint64()
[all …]
H A Dgzopen.c101 static int get_byte(gz_stream *);
149 get_byte(gz_stream *s) in get_byte() function
172 x = ((u_int32_t)(get_byte(s) & 0xff)); in get_int32()
173 x |= ((u_int32_t)(get_byte(s) & 0xff))<<8; in get_int32()
174 x |= ((u_int32_t)(get_byte(s) & 0xff))<<16; in get_int32()
175 x |= ((u_int32_t)(get_byte(s) & 0xff))<<24; in get_int32()
191 c = get_byte(s); in get_header()
199 method = get_byte(s); in get_header()
200 flags = get_byte(s); in get_header()
210 (void)get_byte(s); in get_header()
[all …]
/openbsd-src/sys/lib/libsa/
H A Dcread.c96 get_byte(struct sd *s) in get_byte() function
118 unsigned long x = (unsigned long)get_byte(s); in getLong()
121 x += ((unsigned long)get_byte(s))<<8; in getLong()
122 x += ((unsigned long)get_byte(s))<<16; in getLong()
123 c = get_byte(s); in getLong()
140 c = get_byte(s); in check_header()
157 method = get_byte(s); in check_header()
158 flags = get_byte(s); in check_header()
166 (void)get_byte(s); in check_header()
169 len = (unsigned int)get_byte(s); in check_header()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-rdp.c184 get_byte (void) in get_byte() function
212 c = get_byte (); in get_word()
424 val = get_byte (); in send_rdp()
434 *pstat = get_byte (); in send_rdp()
443 switch (get_byte ()) in send_rdp()
475 pc[i] = get_byte (); in send_rdp()
495 *pi = get_byte (); in send_rdp()
946 int type = get_byte (); in handle_swi()
952 args[count].n = get_byte (); in handle_swi()
963 len = get_byte (); in handle_swi()
[all …]
H A DChangeLog-19995404 get_byte, put_word, rdp_init, rdp_init), remote-sds.c