Searched refs:col (Results 1 – 2 of 2) sorted by relevance
63 int col = 0; in DumpMemory() local67 for(; (address & 0xf) != col; ++col) in DumpMemory()72 bufferString[col] = ' '; in DumpMemory()75 for(; col < 0x10 && size > 0; ++col, --size, ++memPos) in DumpMemory()81 bufferString[col] = val; in DumpMemory()85 bufferString[col] = '.'; in DumpMemory()88 for(; col < 0x10 ; ++col) in DumpMemory()93 bufferString[col] = ' '; in DumpMemory()95 bufferString[col] = '\0'; in DumpMemory()
373 #define PICA_CMD_DATA_VS_GS_OUT_ATTR_CLK(posZ, col, tex0, tex1, tex2, tex0_w, view_quart) \ argument375 ((col) ? 1 : 0) << 1 | \