Lines Matching defs:temp
2578 unsigned char temp[16];
2582 nr = mread(adrs, temp, r);
2586 printf("%.2x", temp[m]);
2859 unsigned char temp[16];
2868 if (mread(addr, temp, 16) != 16) {
2876 case 1: val = temp[j]; break;
2877 case 2: val = *(u16 *)&temp[j]; break;
2878 case 4: val = *(u32 *)&temp[j]; break;
2879 case 8: val = *(u64 *)&temp[j]; break;
2887 val = temp[j];
2982 unsigned char temp[16];
2988 nr = mread(adrs, temp, r);
2994 printf("%.2x", temp[m]);
3006 c = temp[m];