Searched refs:zone (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tools/cppunit/cppunit/
H A DTestSucessListener.cpp24 ExclusiveZone zone( m_syncObject );
32 ExclusiveZone zone( m_syncObject );
40 ExclusiveZone zone( m_syncObject );
H A DTestResultCollector.cpp29 ExclusiveZone zone( m_syncObject );
39 ExclusiveZone zone (m_syncObject);
49 ExclusiveZone zone( m_syncObject );
60 ExclusiveZone zone( m_syncObject );
69 ExclusiveZone zone( m_syncObject );
78 ExclusiveZone zone( m_syncObject );
87 ExclusiveZone zone( m_syncObject );
96 ExclusiveZone zone( m_syncObject );
104 ExclusiveZone zone( m_syncObject );
H A DTestResult.cpp29 ExclusiveZone zone( m_syncObject );
61 ExclusiveZone zone( m_syncObject );
73 ExclusiveZone zone( m_syncObject );
85 ExclusiveZone zone( m_syncObject );
97 ExclusiveZone zone( m_syncObject );
106 ExclusiveZone zone( m_syncObject );
114 ExclusiveZone zone( m_syncObject );
122 ExclusiveZone zone( m_syncObject );
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.h36 MFT_ZONE = 0, /* Allocate from $MFT zone. */
37 DATA_ZONE = 1, /* Allocate from $DATA zone. */
42 LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone);
H A Dlcnalloc.c74 static void ntfs_cluster_update_zone_pos(ntfs_volume *vol, u8 zone, LCN tc) argument
76 ntfs_log_trace("tc = %lld, zone = %d\n", (long long)tc, zone);
78 if (zone == ZONE_MFT)
81 else if (zone == ZONE_DATA1)
84 else /* zone == ZONE_DATA2 */
90 * Unmark full zones when a cluster has been freed in a full zone
201 * @zone: zone from which to allocate the clusters
205 * @vol. @zone i
235 ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone) argument
[all...]
/haiku/headers/private/locale/
H A DLocaleRosterData.h59 status_t SetDefaultTimeZone(const BTimeZone& zone);
77 status_t _SetDefaultTimeZone(const BTimeZone& zone);
H A DMutableLocaleRoster.h41 status_t SetDefaultTimeZone(const BTimeZone& zone);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c3989 int zone; local
4004 zone = t->tm_gmtoff / 60L;
4006 zone = -timezone / 60L;
4009 if ( zone >= 0 )
4014 zone = -zone;
4016 zone = ( zone / 60 ) * 100 + zone % 60;
4018 "%s %c%04d", date_nozone, sign, zone );
[all...]

Completed in 32 milliseconds