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

  /src/sys/arch/atari/stand/tostools/libtos/
libtos.h 63 typedef unsigned short u_int16_t; typedef
  /src/sys/arch/amiga/amiga/
amiga_bus_simple_4.c 48 bsrm(oabs(bsrm2_swap_), u_int16_t); variable
49 bswm(oabs(bswm2_swap_), u_int16_t); variable
55 u_int16_t *pointer, bus_size_t count)
57 volatile u_int16_t *p;
59 p = (volatile u_int16_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE);
70 const u_int16_t *pointer, bus_size_t count)
72 volatile u_int16_t *p;
74 p = (volatile u_int16_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE);
amiga_bus_simple_1word.c 47 bsr(oabs(bsr2_swap_), u_int16_t); variable
48 bsw(oabs(bsw2_swap_), u_int16_t); variable
52 bsrm(oabs(bsrm2_swap_), u_int16_t); variable
53 bswm(oabs(bswm2_swap_), u_int16_t); variable
69 u_int16_t
72 volatile u_int16_t *p;
73 u_int16_t x;
75 p = (volatile u_int16_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE);
85 volatile u_int16_t *p;
87 p = (volatile u_int16_t *)(handle + offset * AMIGA_SIMPLE_BUS_STRIDE)
    [all...]
simple_busfuncs.c 255 bsr (oabs(bsr2_), u_int16_t); variable
256 bsw (oabs(bsw2_), u_int16_t); variable
257 bsrm(oabs(bsrm2_), u_int16_t); variable
258 bswm(oabs(bswm2_), u_int16_t); variable
259 bsrm(oabs(bsrr2_), u_int16_t); variable
260 bswm(oabs(bswr2_), u_int16_t); variable
261 bssr(oabs(bssr2_), u_int16_t); variable
262 bscr(oabs(bscr2_), u_int16_t); variable
264 u_int16_t
269 u_int16_t *p
    [all...]
  /src/sys/arch/x68k/stand/aout2hux/
type_local.h 18 typedef unsigned short u_int16_t; typedef
27 u_int16_t hostval;
  /src/sys/arch/hpc/stand/include/machine/
types.h 30 typedef uint16_t u_int16_t; typedef
  /src/sys/sys/
types.h 94 typedef uint16_t u_int16_t; typedef
  /src/sys/coda/
coda.h 127 typedef unsigned short u_int16_t; typedef

Completed in 199 milliseconds