Searched refs:lt (Results 1 – 14 of 14) sorted by relevance
/xen/tools/libs/toollog/ |
A D | xtl_logger_stdio.c | 62 struct tm *lt= localtime_r(&now, <_buf); in stdiostream_vmessage() local 63 if (lt != NULL) in stdiostream_vmessage() 65 lt->tm_year+1900, lt->tm_mon+1, lt->tm_mday, in stdiostream_vmessage() 66 lt->tm_hour, lt->tm_min, lt->tm_sec, in stdiostream_vmessage() 67 tzname[!!lt->tm_isdst]); in stdiostream_vmessage()
|
/xen/xen/common/coverage/ |
A D | Makefile | 4 obj-y += $(call cc-ifversion,-lt,0407, \ 5 gcc_3_4.o, $(call cc-ifversion,-lt,0409, \ 6 gcc_4_7.o, $(call cc-ifversion,-lt,0500, \ 7 gcc_4_9.o, $(call cc-ifversion,-lt,0700, \
|
/xen/xen/arch/arm/arm64/lib/ |
A D | memset.S | 106 b.lt 2f 157 b.lt .Lnot_short /*count is at least 128 bytes*/ 177 b.lt .Lnot_short /* Not enough to reach alignment. */ 189 b.lt .Lnot_short
|
A D | memcpy.S | 106 b.lt 2f
|
A D | memmove.S | 112 b.lt 2f
|
/xen/m4/ |
A D | ax_compare_version.m4 | 29 # lt - less than (test A < B) 47 # AX_COMPARE_VERSION([3.15.7],[lt],[3.15.8]) 48 # AX_COMPARE_VERSION([3.15],[lt],[3.15.8]) 112 dnl # In the case of le, ge, lt, and gt, the strings are sorted as necessary 116 [lt],[
|
/xen/tools/tests/cpu-policy/ |
A D | Makefile | 10 TARGET-$(call cc-ver,$(CC),lt,0x040600) :=
|
/xen/xen/scripts/ |
A D | Kbuild.include | 47 # Usage: EXTRA_CFLAGS += $(call cc-ifversion, -lt, 0402, -O1)
|
/xen/tools/ |
A D | configure.ac | 326 AX_COMPARE_VERSION([$OCAMLVERSION], [lt], [4.02.0], [ 342 AX_COMPARE_VERSION([$GOVERSION], [lt], [1.11.1], [
|
/xen/xen/arch/arm/arm64/ |
A D | head.S | 592 b.lt 1b
|
/xen/xen/include/asm-x86/ |
A D | p2m.h | 537 gfn_t lgfn, p2m_type_t *lt, p2m_access_t *la, mfn_t *lmfn, in get_two_gfns() argument
|
/xen/docs/man/ |
A D | xl.1.pod.in | 1115 =item B<E<lt>nothingE<gt>> : List all domain params and sched params from all pools
|
A D | xl.cfg.5.pod.in | 2828 da en-gb et fr fr-ch is lt nl pl ru th
|
/xen/docs/misc/ |
A D | xen-command-line.pandoc | 466 Xen and dom0. The required sequence is CTRL-<switch char> three
|
Completed in 21 milliseconds