Lines Matching +full:ram +full:- +full:code
3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
7 * Perez-Rathke and Ram Vedam. All rights reserved.
9 * This code was written by Daniel Watt, Walter Deignan, Ryan Gabrys,
10 * Alan Perez-Rathke and Ram Vedam.
15 * 1. Redistributions of source code must retain the above copyright
23 * GABRYS, ALAN PEREZ-RATHKE AND RAM VEDAM ``AS IS'' AND ANY EXPRESS OR
27 * GABRYS, ALAN PEREZ-RATHKE AND RAM VEDAM BE LIABLE FOR ANY DIRECT, INDIRECT,
95 * @param char* The string to write the both endian double word to - It is assumed this is allocated…
117 * @param char* The string to write the both endian word to - It is assumed this is allocated and at…
154 gm.tm_year -= t.tm_year; in cd9660_compute_gm_offset()
155 gm.tm_yday -= t.tm_yday; in cd9660_compute_gm_offset()
156 gm.tm_hour -= t.tm_hour; in cd9660_compute_gm_offset()
157 gm.tm_min -= t.tm_min; in cd9660_compute_gm_offset()
159 gm.tm_yday = -1; in cd9660_compute_gm_offset()
163 return (char)(-(gm.tm_min + 60* (24 * gm.tm_yday + gm.tm_hour)) / 15); in cd9660_compute_gm_offset()