Searched defs:leap (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Dpcf8563.c246 int leap; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dpcf8563.c242 int leap; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_sound.c52 int i, j, more, much, leap, rc; local
H A Deasycap_main.c2415 int i, more, much, leap, rc, last; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dtimezone.c78 #define leap(y) (((y) % 4 == 0 && (y) % 100 != 0) || (y) % 400 == 0) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmsdos.c1077 #define leap(y) (((y) % 4 == 0 && (y) % 100 != 0) || (y) % 400 == 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.c80 #define leap(y) (((y) % 4 == 0 && (y) % 100 != 0) || (y) % 400 == 0) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c683 #define leap(y) (((y)%4 == 0 && (y)%100 != 0) || (y)%400 == 0) macro

Completed in 100 milliseconds