b100             2408 source3/modules/getdate.c   int b100 = b4 / 25 - (b4 % 25 < 0);
b100             2410 source3/modules/getdate.c   int b400 = b100 >> 2;
b100             2411 source3/modules/getdate.c   int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400);
b100              707 source3/modules/getdate.y   int b100 = b4 / 25 - (b4 % 25 < 0);
b100              709 source3/modules/getdate.y   int b400 = b100 >> 2;
b100              710 source3/modules/getdate.y   int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400);