Searched refs:get_u32 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Datom-bits.h42 static inline uint32_t get_u32(void *bios, int ptr) function
46 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr))
47 #define CU32(ptr) get_u32(ctx->bios, (ptr))
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datom-bits.h42 static inline uint32_t get_u32(void *bios, int ptr) function
46 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr))
47 #define CU32(ptr) get_u32(ctx->bios, (ptr))
/netbsd-current/sys/arch/evbarm/stand/gzboot/
H A Dgzboot.c103 static uint32_t get_u32(struct state *);
222 if (get_u32(s) != s->crc) {
226 if (get_u32(s) != s->stream.total_out) {
281 get_u32(struct state *s) function
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dmsg.c82 msg_len = get_u32(buf);
H A Dmisc.h152 u_int32_t get_u32(const void *)
H A Dgss-serv.c261 name->length = get_u32(tok+offset);
H A Dssh-pkcs11-helper.c260 msg_len = get_u32(cp);
H A Dsftp-server.c383 val = get_u32(handle);
1788 msg_len = get_u32(cp);
H A Dumac.c140 #define LOAD_UINT32_REVERSED(p) get_u32(p)
H A Dmisc.c1552 get_u32(const void *vp) function

Completed in 297 milliseconds