Lines Matching full:uint16
1216 uint16 *wordptr;
1249 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) {
1284 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) {
1295 if (fread((uint16*)bufp, sizeof(uint16), words, fp) != words) {
1325 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) {
1330 for (words = 0, wordptr = (uint16*)bufp; *++argv; words++) {
1331 *wordptr++ = (uint16)strtoul(*argv, &endptr, 0);
1361 printf("0x%04x ", ((uint16*)buf)[i]);