Home
last modified time | relevance | path

Searched refs:words (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/xen/tools/
A Dgen-cpuid.py105 words = []
107 words.append(bitmap & ((1L << 32) - 1))
110 assert len(words) <= nr
112 if len(words) < nr:
113 words.extend([0] * (nr - len(words)))
115 return [ "0x%08xU" % x for x in words ]
117 def format_uint32s(words, indent): argument
120 return spaces + (", \\\n" + spaces).join(words) + ", \\"
/xen-4.10.0-shim-comet/m4/
A Dax_compare_version.m496 # 0001001200050617. In other words, each number is zero padded to four
/xen-4.10.0-shim-comet/scripts/
A Dget_maintainer.pl174 my @words = split(" ", $line);
175 foreach my $word (@words) {
/xen-4.10.0-shim-comet/docs/man/
A Dxl-network-configuration.pod.557 of the first byte). In other words the first byte should have the
A Dxl.cfg.pod.5.in1429 be split into words at whitespace B<(this second option is deprecated)>.
2373 be split into words at whitespace B<(this second option is deprecated)>.
/xen-4.10.0-shim-comet/tools/blktap2/
A DREADME201 A few words about what these mean. The first field must be the disk
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Drombios.c3062 insw ;; CX words transfered from port(DX) to ES:[DI]
3212 outsw ;; CX words transfered from port(DX) to ES:[SI]
3345 outsw ;; CX words transfered from port(DX) to ES:[SI]
3474 insw ;; CX words transfered tp port(DX) to ES:[DI]
4140 movsw ;; move CX words from DS:SI to ES:DI
6689 mov cx, #0x0100 ;; counter (256 words = 512b)
6693 insw ;; CX words transfered from port(DX) to ES:[DI]
6829 mov cx, #0x0100 ;; counter (256 words = 512b)
6834 outsw ;; CX words tranfered from ES:[SI] to port(DX)
10848 mov cx, #0x0080 ;; 128 words
/xen-4.10.0-shim-comet/
A DMAINTAINERS100 matches patches or files that contain one or more of the words
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore-paths.markdown248 The lower and upper 64-bit words of the 128-bit VM Generation ID.
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D00cvs655 @@ -1197,6 +1186,17 @@ Rewritten, using more strict words.
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.tab.c_shipped1250 YYCHECK. In other words, skip the first -YYN actions for

Completed in 22 milliseconds