Home
last modified time | relevance | path

Searched refs:XS_TIME (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Darithmetic_impl.cpp199 compute<store::XS_DURATION,store::XS_TIME> in compute()
294 compute<store::XS_TIME,store::XS_TIME> in compute()
300 compute<store::XS_TIME,store::XS_DURATION> in compute()
410 bool AddOperation::compute<store::XS_TIME,store::XS_DURATION> in compute()
424 bool AddOperation::compute<store::XS_DURATION,store::XS_TIME> in compute()
502 bool SubtractOperation::compute<store::XS_TIME,store::XS_DURATION>( in compute()
562 bool SubtractOperation::compute<store::XS_TIME,store::XS_TIME>( in compute()
/dports/textproc/zorba/zorba-2.7.0/include/zorba/
H A Dstore_consts.h47 XS_TIME = 14, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxslt/src/libexslt/
H A Ddate.c69 XS_TIME = 1, /* time is left-truncated */ enumerator
70 XS_GDAY = (XS_TIME << 1),
76 XS_DATETIME = (XS_DATE | XS_TIME)
939 RETURN_TYPE_IF_VALID(XS_TIME); in exsltDateParse()
1354 case XS_TIME: in exsltDateFormat()
1437 if ((type & XS_TIME) != XS_TIME) { in _exsltDateTruncateDate()
1894 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateTime()
2594 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateHourInDay()
2640 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateMinuteInHour()
2688 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateSecondInMinute()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxslt/src/libexslt/
H A Ddate.c76 XS_TIME = 1, /* time is left-truncated */ enumerator
77 XS_GDAY = (XS_TIME << 1),
83 XS_DATETIME = (XS_DATE | XS_TIME)
946 RETURN_TYPE_IF_VALID(XS_TIME); in exsltDateParse()
1358 case XS_TIME: in exsltDateFormat()
1441 if ((type & XS_TIME) != XS_TIME) { in _exsltDateTruncateDate()
1898 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateTime()
2598 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateHourInDay()
2644 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateMinuteInHour()
2692 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateSecondInMinute()
/dports/textproc/libxslt/libxslt-1.1.34/libexslt/
H A Ddate.c76 XS_TIME = 1, /* time is left-truncated */ enumerator
77 XS_GDAY = (XS_TIME << 1),
83 XS_DATETIME = (XS_DATE | XS_TIME)
946 RETURN_TYPE_IF_VALID(XS_TIME); in exsltDateParse()
1358 case XS_TIME: in exsltDateFormat()
1441 if ((type & XS_TIME) != XS_TIME) { in _exsltDateTruncateDate()
1898 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateTime()
2598 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateHourInDay()
2644 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateMinuteInHour()
2692 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateSecondInMinute()
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_index_general.cpp330 case store::XS_TIME: in insert()
591 if (insertInMap(castItem, node2, store::XS_TIME, true)) in insert()
749 case store::XS_TIME: in remove()
991 if (removeFromMap(castItem, node, store::XS_TIME, true)) in remove()
1749 case store::XS_TIME: in initPoint()
1987 else if (haveMap(store::XS_TIME) && in initPoint()
1990 probeMap(store::XS_TIME, castItem.getp()); in initPoint()
2107 case store::XS_TIME: in initBox()
2406 else if (idx->theMaps[store::XS_TIME] && untypedItem->castToTime(altKey)) in initBox()
2408 probeMap(store::XS_TIME, altKey, altKey); in initBox()
H A Dstore.cpp219 theSchemaTypeNames[store::XS_TIME] = theQNamePool->insert(ns, "xs", "time"); in initTypeNames()
H A Datomic_items.cpp2270 return store::XS_TIME; in getTypeCode()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Disp_netbsd.h227 #define XS_TIME(xs) (xs)->timeout macro
H A Disp_netbsd.c746 if ((mswait = XS_TIME(xs)) == 0) { in isp_polled_cmd_wait()
H A Disp.c4424 *tptr = XS_TIME(xs) / 1000; in isp_start()
4425 if (*tptr == 0 && XS_TIME(xs)) { in isp_start()
/dports/textproc/zorba/zorba-2.7.0/src/zorbaserialization/
H A Dserialize_zorba_types.cpp617 case store::XS_TIME: in serialize_atomic_item()
911 case store::XS_TIME: in deserialize_atomic_item()
/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dtypeops.cpp267 case store::XS_TIME: in maybe_date_time()