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

  /external/bluetooth/hcidump/parser/
parser.h 166 static inline uint16_t get_u16(struct frame *frm) function
  /external/iproute2/lib/
utils.c 187 int get_u16(__u16 *val, const char *arg, int base) function
  /external/grub/netboot/
natsemi.c 88 #define get_u16(ptr) (*(u16 *)(ptr))
87 #define get_u16 macro
tulip.c 133 #define get_u16(ptr) (*(u16 *)(ptr))
799 int media = get_u16(p);
822 u16 media = get_u16(p);
862 u32 base15 = (p[2] & 0x40) ? get_u16(p + 7) : 0x0008;
132 #define get_u16 macro
    [all...]

Completed in 42 milliseconds