Home
last modified time | relevance | path

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

/xen/tools/ocaml/libs/xentoollog/
A DMakefile23 GENERATED_FILES += xentoollog.ml xentoollog.ml.tmp xentoollog.mli xentoollog.mli.tmp
24 GENERATED_FILES += _xtl_levels.mli.in _xtl_levels.ml.in _xtl_levels.inc META
28 xentoollog.ml: xentoollog.ml.in _xtl_levels.ml.in
36 < xentoollog.ml.in > xentoollog.ml.tmp
37 $(Q)mv xentoollog.ml.tmp xentoollog.ml
52 _xtl_levels.ml.in _xtl_levels.mli.in _xtl_levels.inc: genlevels.py $(XEN_ROOT)/tools/libs/toollog/i…
53 $(PYTHON) genlevels.py _xtl_levels.mli.in _xtl_levels.ml.in _xtl_levels.inc
A Dgenlevels.py109 ml = open(_ml, 'w') variable
110 ml.write(autogen_header("(*", "*)"))
119 ml.write(gen_ml(olevels))
120 ml.write("\n")
125 ml.write("(* END OF AUTO-GENERATED CODE *)\n")
126 ml.close()
/xen/tools/ocaml/libs/xl/
A DMakefile25 GENERATED_FILES += xenlight.ml xenlight.ml.tmp xenlight.mli xenlight.mli.tmp
26 GENERATED_FILES += _libxl_types.ml.in _libxl_types.mli.in
31 xenlight.ml: xenlight.ml.in _libxl_types.ml.in
39 < xenlight.ml.in > xenlight.ml.tmp
40 $(Q)mv xenlight.ml.tmp xenlight.ml
53 _libxl_types.ml.in _libxl_types.mli.in _libxl_types.inc: genwrap.py $(XEN_ROOT)/tools/libxl/libxl_t…
57 _libxl_types.mli.in _libxl_types.ml.in _libxl_types.inc
A Dgenwrap.py544 ml = open(_ml, 'w') variable
545 ml.write(autogen_header("(*", "*)"))
559 ml.write(gen_ocaml_ml(ty, False))
560 ml.write("\n")
578 ml.write("(* END OF AUTO-GENERATED CODE *)\n")
579 ml.close()
/xen/tools/ocaml/
A DMakefile.rules21 %.cmo: %.ml
27 %.cmx %.o: %.ml
30 %.ml: %.mll
33 %.ml: %.mly
42 ALL_OCAML_OBJ_SOURCES=$(addsuffix .ml, $(ALL_OCAML_OBJS))
/xen/m4/
A Docaml.m4195 cat > conftest.ml <<EOF
200 if $OCAMLC -c -I "$$1" conftest.ml >&5 2>&5 ; then
221 cat > conftest.ml <<EOF
224 OCAML_WORD_SIZE=`$OCAML conftest.ml`
234 cat > conftest.ml <<EOF
238 OCAML_OS_TYPE=`$OCAML conftest.ml`
/xen/tools/ocaml/libs/xs/
A DMakefile48 genpath-target = $(call buildmakevars2module,paths.ml)
51 GENERATED_FILES += paths.ml
/xen/tools/ocaml/xenstored/
A DMakefile99 genpath-target = $(call buildmakevars2module,paths.ml)
102 GENERATED_FILES += paths.ml
/xen/stubdom/caml/
A DMakefile17 %.cmx: %.ml
/xen/xen/crypto/
A Dvmac.c331 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
349 ADD128(ah,al,mh,ml); \
482 const uint64_t *kl, const uint64_t *mh, const uint64_t *ml) in poly_step_func() argument
510 AS2( mov edi, ml) in poly_step_func()
587 : "m" (ahi), "D" (ml), "d" (kh), "a" (alo), "S" (mh), "c" (kl) in poly_step_func()
603 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
604 poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml))
666 p += (uint64_t)(((uint32_t*)ml)[INDEX_LOW]); in poly_step_func()
675 p += (uint64_t)(((uint32_t*)ml)[INDEX_HIGH]); in poly_step_func()
696 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
[all …]
/xen/tools/ocaml/libs/xc/
A DMakefile36 xenctrl_abi_check.h: abi-check xenctrl_stubs.c xenctrl.ml
/xen/
A D.gitignore389 tools/ocaml/libs/xl/_libxl_types.ml.in
391 tools/ocaml/libs/xl/xenlight.ml
394 tools/ocaml/libs/xentoollog/xentoollog.ml
396 tools/ocaml/libs/xs/paths.ml
401 tools/ocaml/xenstored/paths.ml
/xen/xen/common/
A Dinflate.c598 unsigned ml, md; /* masks for bl and bd bits */ in inflate_codes() local
609 ml = mask_bits[bl]; /* precompute masks for speed */ in inflate_codes()
614 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) in inflate_codes()

Completed in 48 milliseconds