HomeSort by: relevance | last modified time | path
    Searched refs:get_u32 (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atom-bits.h 42 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))
  /src/sys/external/bsd/drm2/dist/drm/radeon/
atom-bits.h 42 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))
  /src/sys/arch/evbarm/stand/gzboot/
gzboot.c 103 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
  /src/crypto/external/bsd/openssh/dist/
msg.c 80 msg_len = get_u32(buf);
misc.h 168 uint32_t get_u32(const void *)
ssh-pkcs11-helper.c 165 msg_len = get_u32(cp);
gss-serv.c 261 name->length = get_u32(tok+offset);
sftp-server.c 383 val = get_u32(handle);
1790 msg_len = get_u32(cp);
umac.c 141 #define LOAD_UINT32_REVERSED(p) get_u32(p)
misc.c 1660 get_u32(const void *vp) function

Completed in 26 milliseconds