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

  /src/sys/arch/vax/vax/
opcodes.c 441 static u_int8_t get_byte(long);
445 get_byte(long ib) function in typeref:typename:u_int8_t
457 opc = get_byte(ib++);
461 opc += get_byte(ib++);
527 int c = get_byte(ib++);
db_disasm.c 115 static inline int get_byte(inst_buffer * ib);
182 ib->opc = get_byte(ib);
185 ib->opc += get_byte(ib);
232 ib->off = (signed char) get_byte(ib);
307 int c = get_byte(ib);
365 tmp = (signed char) get_byte(ib);
391 tmp = (signed char) get_byte(ib);
442 get_byte(inst_buffer *ib) function in typeref:typename:int
  /src/sys/arch/atari/stand/tostools/libtos/
cread.c 86 static int get_byte(struct sd *);
119 get_byte(struct sd *s) function in typeref:typename:int
144 unsigned long x = (unsigned long)get_byte(s);
147 x += ((unsigned long)get_byte(s)) << 8;
148 x += ((unsigned long)get_byte(s)) << 16;
149 c = get_byte(s);
166 c = get_byte(s);
188 method = get_byte(s);
189 flags = get_byte(s);
197 (void)get_byte(s)
    [all...]
  /src/sys/lib/libsa/
cread.c 80 static int get_byte(struct sd *);
149 get_byte(struct sd *s) function in typeref:typename:int
178 x = (unsigned long)get_byte(s);
179 x += ((unsigned long)get_byte(s)) << 8;
180 x += ((unsigned long)get_byte(s)) << 16;
181 c = get_byte(s);
198 c = get_byte(s);
220 method = get_byte(s);
221 flags = get_byte(s);
229 (void)get_byte(s)
    [all...]

Completed in 14 milliseconds