Searched refs:twidth (Results 1 – 3 of 3) sorted by relevance
/xen/tools/python/scripts/ |
A D | convert-legacy-stream | 24 twidth = 0 # Legacy toolstack bitness (32 or 64) variable 201 if twidth == 32: 210 if twidth == 32: 332 if twidth == 64: 342 if twidth == 64: 633 global fin, fout, twidth, pv, qemu, verbose 676 opts.twidth is None or opts.gtype is None): 689 twidth = int(opts.twidth)
|
/xen/tools/firmware/vgabios/ |
A D | vgatables.h | 142 Bit8u twidth; member
|
A D | vgabios.c | 831 Bit16u i,twidth,theightm1,cheight; local 855 twidth=video_param_table[vpti].twidth; 981 write_word(BIOSMEM_SEG,BIOSMEM_NB_COLS,twidth);
|
Completed in 10 milliseconds