Searched refs:get_u8 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Datom-bits.h30 static inline uint8_t get_u8(void *bios, int ptr) function
34 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr))
35 #define CU8(ptr) get_u8(ctx->bios, (ptr))
38 return get_u8(bios ,ptr)|(((uint16_t)get_u8(bios, ptr+1))<<8);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datom-bits.h30 static inline uint8_t get_u8(void *bios, int ptr) function
34 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr))
35 #define CU8(ptr) get_u8(ctx->bios, (ptr))
38 return get_u8(bios ,ptr)|(((uint16_t)get_u8(bios, ptr+1))<<8);
/netbsd-current/sys/arch/evbarm/stand/gzboot/
H A Dgzboot.c102 static uint32_t get_u8(struct state *);
259 get_u8(struct state *s) function
285 x = get_u8(s);
286 x |= get_u8(s) << 8;
287 x |= get_u8(s) << 16;
288 c = get_u8(s);
305 c = get_u8(s);
312 method = get_u8(s);
313 flags = get_u8(s);
321 (void) get_u8(
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeJarFile.cc52 get_u8 (unsigned char *b) function
459 ecdrOffset = get_u8 (b + 8);
492 endCentDir->count = get_u8 (b + 32);
493 endCentDir->size = get_u8 (b + 40);
494 endCentDir->offset = get_u8 (b + 48);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeJarFile.cc52 get_u8 (unsigned char *b) function
459 ecdrOffset = get_u8 (b + 8);
492 endCentDir->count = get_u8 (b + 32);
493 endCentDir->size = get_u8 (b + 40);
494 endCentDir->offset = get_u8 (b + 48);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_palisade.c465 get_u8( function
475 return ((uint16_t)get_u8(cp) << 8) | get_u8(cp + 1);
504 jd.monthday = get_u8 ( cp );
505 jd.month = get_u8 (cp + 1);
511 if ((jd.monthday != get_u8 ( cp )) ||
512 (jd.month != get_u8 (cp + 1)) ||

Completed in 220 milliseconds