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

  /toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.c 36 int (*getbyte)(void *); member in struct:__anon109022
44 #define GETBYTE() getbyte_swapped (ld)
45 #define B ((unsigned long) GETBYTE ())
56 b = ld->getbyte (ld->ptr);
107 /* The chip is little-endian, but GETBYTE byte-swaps words because the
322 int (*getbyte)(void *),
333 lds.getbyte = getbyte;
350 GETBYTE ();
354 GETBYTE ();
    [all...]
rl78-decode.c 36 int (* getbyte)(void *); member in struct:__anon109037
54 #define GETBYTE() (ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr))
55 #define B ((unsigned long) GETBYTE())
167 int (* getbyte)(void *),
176 lds.getbyte = getbyte;
190 GETBYTE ();
826 GETBYTE ();
    [all...]
rx-decode.c 36 int (* getbyte)(void *); member in struct:__anon109039
141 #define GETBYTE() (ld->op [ld->rx->n_bytes++] = ld->getbyte (ld->ptr))
158 #define B ((unsigned long) GETBYTE())
230 disp = GETBYTE ();
235 disp = GETBYTE ();
237 disp = disp * 256 + GETBYTE ();
239 disp = disp + GETBYTE () * 256;
266 int (* getbyte)(void *),
273 lds.getbyte = getbyte
    [all...]
  /external/tremolo/Tremolo/
bitwise.c 374 int getbyte(ogg_reference *or,int position){ function
379 fprintf(stderr,"\n\tERROR: getbyte ran off end of buffer.\n");
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py 297 def getbyte(f, *args): function
300 raise EOFError, 'in getbyte' + str(args)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 297 def getbyte(f, *args): function
300 raise EOFError, 'in getbyte' + str(args)
    [all...]
  /external/syslinux/gpxe/src/util/
nrv2b.c 199 #define getbyte(c) ((c).ip < (c).in_end ? *((c).ip)++ : (-1)) macro
457 if ((c = getbyte(*(s->c))) < 0)

Completed in 383 milliseconds