Home
last modified time | relevance | path

Searched refs:xmon (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kdump/doc/
D00_Descriptions.txt24 will drop into xmon. User will have to type X to get out of the xmon and
/external/libxml2/
Dxmlschemastypes.c3577 long xmon, xday, myear, minday, maxday; in xmlSchemaCompareDurations() local
3615 xmon = mon; in xmlSchemaCompareDurations()
3622 xmon = -mon; in xmlSchemaCompareDurations()
3626 myear = xmon / 12; in xmlSchemaCompareDurations()
3636 xmon = xmon % 12; in xmlSchemaCompareDurations()
3637 minday += dayRange[0][xmon]; in xmlSchemaCompareDurations()
3638 maxday += dayRange[1][xmon]; in xmlSchemaCompareDurations()