Home
last modified time | relevance | path

Searched refs:year (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dtime.h303 # define __isleap(year) \ argument
304 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A DGPL.txt294 Copyright (C) <year> <name of author>
316 Gnomovision version 69, Copyright (C) year name of author
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpng.h832 png_uint_16 year; /* full year, as in, 1995 */ member