Searched refs:start_count (Results 1 – 3 of 3) sorted by relevance
/external/fio/engines/ |
D | windowsaio.c | 38 static BOOL timeout_expired(DWORD start_count, DWORD end_count); 237 static BOOL timeout_expired(DWORD start_count, DWORD end_count) in timeout_expired() argument 244 if ((end_count > start_count) && current_time >= end_count) in timeout_expired() 246 else if (current_time < start_count && current_time > end_count) in timeout_expired() 267 DWORD start_count = 0; in fio_windowsaio_getevents() local 274 start_count = GetTickCount(); in fio_windowsaio_getevents() 275 end_count = start_count + (t->tv_sec * 1000) + (t->tv_nsec / 1000000); in fio_windowsaio_getevents() 302 if (dequeued >= min || (t != NULL && timeout_expired(start_count, end_count))) in fio_windowsaio_getevents()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 850 CMapTable::CMapFormat4::Builder::Segment::Segment(int32_t start_count, in Segment() argument 854 : start_count_(start_count), in Segment() 862 int32_t CMapTable::CMapFormat4::Builder::Segment::start_count() { in start_count() function in sfntly::CMapTable::CMapFormat4::Builder::Segment 867 CMapTable::CMapFormat4::Builder::Segment::set_start_count(int32_t start_count) { in set_start_count() argument 868 start_count_ = start_count; in set_start_count() 985 fprintf(stderr, "Segment %d; start %d\n", index, segment->start_count()); in Initialize() 1091 fprintf(stderr, "Segment %d; start %d\n", i, segments_[i]->start_count()); in SubSerialize() 1093 index += new_data->WriteUShort(index, segments_[i]->start_count()); in SubSerialize()
|
D | cmap_table.h | 332 Segment(int32_t start_count, 339 int32_t start_count(); 341 void set_start_count(int32_t start_count); 430 int32_t start_count,
|