Searched refs:sshift (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpnggccrd.c1532 int sshift, dshift; local
1543 sshift = (int)((row_info->width + 7) & 7);
1552 sshift = 7 - (int)((row_info->width + 7) & 7);
1561 v = (png_byte)((*sp >> sshift) & 0x1);
1574 if (sshift == s_end)
1576 sshift = s_start;
1580 sshift += s_inc;
1588 int sshift, dshift; local
1597 sshift = (png_size_t)(((row_info->width + 3) & 3) << 1);
1606 sshift
1645 int sshift, dshift; local
[all...]
H A Dpngrutil.c2486 int sshift, dshift; local
2496 sshift = (int)((row_info->width + 7) & 0x07);
2505 sshift = 7 - (int)((row_info->width + 7) & 0x07);
2514 v = (png_byte)((*sp >> sshift) & 0x01);
2527 if (sshift == s_end)
2529 sshift = s_start;
2533 sshift += s_inc;
2541 int sshift, dshift; local
2549 sshift = (int)(((row_info->width + 3) & 0x03) << 1);
2558 sshift
2597 int sshift, dshift; local
[all...]
H A Dpngvcrd.c1031 int sshift, dshift; local
1042 sshift = (int)((row_info->width + 7) & 7);
1051 sshift = 7 - (int)((row_info->width + 7) & 7);
1060 v = (png_byte)((*sp >> sshift) & 0x1);
1073 if (sshift == s_end)
1075 sshift = s_start;
1079 sshift += s_inc;
1087 int sshift, dshift; local
1096 sshift = (png_size_t)(((row_info->width + 3) & 3) << 1);
1105 sshift
1144 int sshift, dshift; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrutil.c2732 int sshift, dshift; local
2742 sshift = (int)((row_info->width + 7) & 0x07);
2751 sshift = 7 - (int)((row_info->width + 7) & 0x07);
2760 v = (png_byte)((*sp >> sshift) & 0x01);
2773 if (sshift == s_end)
2775 sshift = s_start;
2779 sshift += s_inc;
2787 int sshift, dshift; local
2795 sshift = (int)(((row_info->width + 3) & 0x03) << 1);
2804 sshift
2843 int sshift, dshift; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_dump185/
H A Ddb_dump185.c38 int sshift; /* Segment shift */ member in struct:hashhdr185

Completed in 135 milliseconds