maxW              115 drivers/staging/sm750fb/sm750.c 	if (fbcursor->image.width > cursor->maxW ||
maxW              786 drivers/staging/sm750fb/sm750.c 	crtc->cursor.maxH = crtc->cursor.maxW = 64;
maxW              787 drivers/staging/sm750fb/sm750.c 	crtc->cursor.size = crtc->cursor.maxH * crtc->cursor.maxW * 2 / 8;
maxW              118 drivers/staging/sm750fb/sm750.h 	int maxW;
maxW              100 drivers/staging/sm750fb/sm750_cursor.c 	offset = cursor->maxW * 2 / 8;
maxW              150 drivers/staging/sm750fb/sm750_cursor.c 	offset = cursor->maxW * 2 / 8;
maxW              484 lib/zstd/huf_decompress.c 	U32 tableLog, maxW, sizeOfSort, nbSymbols;
maxW              534 lib/zstd/huf_decompress.c 	for (maxW = tableLog; rankStats[maxW] == 0; maxW--) {
maxW              540 lib/zstd/huf_decompress.c 		for (w = 1; w < maxW + 1; w++) {
maxW              568 lib/zstd/huf_decompress.c 			for (w = 1; w < maxW + 1; w++) {
maxW              575 lib/zstd/huf_decompress.c 			U32 const minBits = tableLog + 1 - maxW;
maxW              580 lib/zstd/huf_decompress.c 				for (w = 1; w < maxW + 1; w++) {
maxW              587 lib/zstd/huf_decompress.c 	HUF_fillDTableX4(dt, maxTableLog, sortedSymbol, sizeOfSort, rankStart0, rankVal, maxW, tableLog + 1);