Searched refs:UWORD (Results 1 – 5 of 5) sorted by relevance
94 typedef unsigned int UWORD; /* Register */ typedef335 UWORD c = dlen / 32; in nh_aux()368 UWORD c = dlen / 32; in nh_aux()415 UWORD c = dlen / 32; in nh_aux()470 UWORD c = dlen / 32; in nh_aux()549 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) in endian_convert()553 UWORD iters = num_bytes / bpw; in endian_convert()642 if (nbytes >= (int)sizeof(UWORD)) { in zero_pad()643 while ((ptrdiff_t)p % sizeof(UWORD)) { in zero_pad()648 while (nbytes >= (int)sizeof(UWORD)) { in zero_pad()[all …]
302 WORD is_fatal = (((UWORD)code & 0x8000) >> 15); in ixheaacd_error_handler()303 WORD err_class = (((UWORD)code & 0x7800) >> 11); in ixheaacd_error_handler()304 WORD err_sub_code = (((UWORD)code & 0x07FF)); in ixheaacd_error_handler()
82 typedef unsigned int UWORD; /* ulp SLOOPIDX ulp_index */ typedef
103 typedef unsigned int UWORD; /* ulp SLOOPIDX ulp_index */ typedef
95 typedef uint32_t UWORD; /* ulp SLOOPIDX ulp_index */ typedef