Searched defs:total_width (Results 1 - 3 of 3) sorted by relevance

/external/qemu/hw/
H A Dsmbios.h118 uint16_t total_width; member in struct:smbios_type_17
/external/opencv/cxcore/src/
H A Dcxarray.cpp2937 int total_width, new_rows, cn; local
2951 total_width = mat->cols * cn;
2959 new_rows = total_width*mat->rows/new_cn;
2963 if( new_cn > total_width )
2964 new_rows = mat->rows * total_width / new_cn;
2969 int total_size = total_width * mat->rows;
2975 total_width = total_size / new_rows;
2977 if( total_width * new_rows != total_size )
2983 header->cols = total_width / new_cn;
2985 if( header->cols * new_cn != total_width ||
3108 int total_width, new_width; local
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c2046 uint16_t total_width; member in struct:smbios_type_17
2396 p->total_width = 64;

Completed in 513 milliseconds