Lines Matching defs:temp
2488 unsigned char temp[16];
2492 nr = mread(adrs, temp, r);
2496 printf("%.2x", temp[m]);
2789 unsigned char temp[16];
2798 if (mread(addr, temp, 16) != 16) {
2806 case 1: val = temp[j]; break;
2807 case 2: val = *(u16 *)&temp[j]; break;
2808 case 4: val = *(u32 *)&temp[j]; break;
2809 case 8: val = *(u64 *)&temp[j]; break;
2817 val = temp[j];
2912 unsigned char temp[16];
2918 nr = mread(adrs, temp, r);
2924 printf("%.2x", temp[m]);
2936 c = temp[m];