Searched refs:dse (Results 1 – 2 of 2) sorted by relevance
239 struct Dwarf_Dsc_Entry_s *dse = 0; in dwarf_discr_entry_u() local265 dse = dsh->dsh_array + entrynum; in dwarf_discr_entry_u()266 *out_type = dse->dsc_type; in dwarf_discr_entry_u()267 *out_discr_low = dse->dsc_low_u; in dwarf_discr_entry_u()268 *out_discr_high = dse->dsc_high_u; in dwarf_discr_entry_u()281 struct Dwarf_Dsc_Entry_s *dse = 0; in dwarf_discr_entry_s() local307 dse = dsh->dsh_array + entrynum; in dwarf_discr_entry_s()308 *out_type = dse->dsc_type; in dwarf_discr_entry_s()309 *out_discr_low = dse->dsc_low_s; in dwarf_discr_entry_s()310 *out_discr_high = dse->dsc_high_s; in dwarf_discr_entry_s()
1397 long dse, day, month, year; in utc_to_tod() local1416 dse = utc / 86400; /* days since epoch */ in utc_to_tod()1421 tod.tod_dow = (dse + 4) % 7 + 1; /* epoch was a Thursday */ in utc_to_tod()1423 year = dse / 365 + 72; /* first guess -- always a bit too large */ in utc_to_tod()1426 day = dse - 365 * (year - 70) - ((year - 69) >> 2); in utc_to_tod()