Searched refs:U16 (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom-bits.h38 #define U16(ptr) get_u16(ctx->ctx->bios,(ptr)) macro
H A Datom.cpp172 idx = U16(*ptr);
242 idx = U16(*ptr);
267 val = U16(*ptr);
356 val = U16(*ptr);
402 idx = U16(*ptr);
548 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) {
634 int execute = 0, target = U16(*ptr);
797 ctx->ctx->data_block = U16(ctx->ctx->data_table + 4 + 2 * idx);
816 port = U16(*ptr);
843 ctx->ctx->reg_block = U16(*pt
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dangel_endian.h49 typedef unsigned short U16; typedef
50 typedef U16 *P_U16;
81 #define GET16LE(a) (GET8(a) | (((U16)GET8(((CP_U8)(a)) + sizeof(char))) << 8))
82 #define GET16BE(a) ((((U16)GET8(a)) << 8) | GET8(((CP_U8)(a)) + sizeof(char)))
/haiku-fatelf/headers/os/device/
H A DCAM.h34 #ifndef U16
35 typedef uint16 U16; typedef

Completed in 111 milliseconds