Lines Matching refs:hex
181 Bytes 0-512 (200 hex) on s/390 and 0-512, 4096-4544, 4604-5119 currently on
184 Bytes after 0xc00 hex are used by linux for per processor globals on s/390 and
749 Addresses & values in the VM debugger are always hex never decimal
1109 program which converts a command line of hex digits to ascii text. It can be
1110 compiled under linux and you can copy the hex digits from your x3270 terminal
1136 Now copy the text till the first 00 hex ( which is the end of the string
1157 unsigned char c,hex;
1177 hex=c<<4;
1181 hex+=c;
1182 if(hex<32||hex>127)
1185 printf("0x%02X ",(int)hex);
1191 printf("%c",hex);
1222 address pointing to another address approximately 100 bytes or 0x70 hex
1282 so 0014CA6 is start_kernel+some hex number I can't add in my head.