Searched refs:Int64 (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/translators/exr/
H A DIStreamWrapper.cpp32 Int64
40 IStreamWrapper::seekg(Int64 pos)
H A DIStreamWrapper.h21 virtual Int64 tellg();
22 virtual void seekg(Int64 pos);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp63 int64 Int64; member in union:value
407 value.Int64 = inode->Size();
414 value.Int64 = inode->Node().LastModifiedTime();
558 off_t value = fValue.Int64 << INODE_TIME_SHIFT;
817 fValue.Int64 = strtoll(string, &string, 0);
867 compare = compareKeys(fType, &timeValue, sizeof(int64), &fValue.Int64,
/haiku/headers/private/file_systems/
H A DQueryParser.h110 int64 Int64; member in union:QueryParser::value
599 fValue.Int64 = strtoll(string, &string, 0);
740 value.Int64 = QueryPolicy::NodeGetSize(node);
/haiku/src/build/libbe/app/
H A DMessage.cpp1691 DEFINE_FUNCTIONS(int64, Int64, B_INT64_TYPE);
1729 DEFINE_LAZY_FIND_FUNCTION(int64, Int64, 0);
/haiku/src/kits/app/
H A DMessage.cpp2500 DEFINE_FUNCTIONS(int64, Int64, B_INT64_TYPE);
2544 DEFINE_LAZY_FIND_FUNCTION(int64, Int64, 0);
2585 DEFINE_SET_GET_FUNCTIONS(int64, Int64, B_INT64_TYPE);

Completed in 51 milliseconds