Searched refs:toi (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c402 static unsigned toi(const void *p, int n);
1736 file->size = toi(isodirrec + DR_size_offset, DR_size_size);
1886 } else if (toi(isodirrec + DR_volume_sequence_number_offset, 2) != 1) {
1982 file->rdev = toi(data,4);
1984 file->rdev |= toi(data + 8, 4);
2001 = toi(data, 4);
2004 = toi(data + 8, 4);
2007 = toi(data + 16, 4);
2010 = toi(data + 24, 4);
2013 = toi(dat
2740 toi(const void *p, int n) function
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c1420 int toi; local
1422 toi = 0;
1430 if (toi != 0
1432 + gmtoffs[attypes[toi - 1].type])
1433 <= (attypes[toi - 1].at
1434 + gmtoffs[toi == 1 ? 0
1435 : attypes[toi - 2].type]))) {
1436 attypes[toi - 1].type = attypes[fromi].type;
1439 if (toi == 0 ||
1440 attypes[toi
[all...]
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c1420 int toi; local
1422 toi = 0;
1430 if (toi != 0
1432 + gmtoffs[attypes[toi - 1].type])
1433 <= (attypes[toi - 1].at
1434 + gmtoffs[toi == 1 ? 0
1435 : attypes[toi - 2].type]))) {
1436 attypes[toi - 1].type = attypes[fromi].type;
1439 if (toi == 0 ||
1440 attypes[toi
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzic.c1628 int toi; local
1630 toi = 0;
1638 if (toi != 0 && ((attypes[fromi].at +
1639 gmtoffs[attypes[toi - 1].type]) <=
1640 (attypes[toi - 1].at + gmtoffs[toi == 1 ? 0
1641 : attypes[toi - 2].type]))) {
1642 attypes[toi - 1].type =
1646 if (toi == 0 ||
1647 attypes[toi
[all...]

Completed in 147 milliseconds