Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 79) sorted by relevance

1234

/xen/tools/include/xen-foreign/
A Dmkheader.py115 fileid = re.sub("[-.]", "_", "__FOREIGN_%s__" % outfile.upper());
154 output += re.sub(regex, replace, line) + "\n";
158 input = re.sub("#define[^\n]+\n", "", input);
159 input = re.compile("/\*(.*?)\*/", re.S).sub("", input)
160 input = re.compile("\n\s*\n", re.S).sub("\n", input);
196 output = re.sub("\\b%s\\b" % define, replace, output);
200 output = re.sub("\\b(union\s+%s)\\b" % union, "\\1_%s" % arch, output);
204 output = re.sub("\\b(struct\s+%s)\\b" % struct, "\\1_%s" % arch, output);
205 output = re.sub("\\b(%s)_t\\b" % struct, "\\1_%s_t" % arch, output);
209 output = re.sub("\\b%s\\b" % old, new, output)
/xen/xen/arch/arm/arm64/lib/
A Dstrnlen.S69 sub limit_wd, limit, #1 /* Limit != 0, so no underflow. */
86 sub tmp1, data1, zeroones
88 sub tmp3, data2, zeroones
104 sub len, src, srcin
108 sub len, len, #8
118 CPU_BE( sub tmp1, data2, zeroones )
122 sub len, len, #8
143 sub limit_wd, limit, #1
A Dstrncmp.S80 sub limit_wd, limit, #1 /* limit != 0, so no underflow. */
93 sub tmp1, data1, zeroones
170 sub limit, limit, pos
183 sub result, data1, data2
197 sub limit, limit, tmp3
201 sub tmp1, data1, zeroones
224 sub tmp1, data1, zeroones
235 sub tmp1, data1, zeroones
270 CPU_BE( sub tmp1, tmp3, zeroones )
289 sub result, data1, data2, lsr #56
[all …]
A Dstrlen.S78 sub tmp1, data1, zeroones
80 sub tmp3, data2, zeroones
87 sub len, src, srcin
90 sub len, len, #8
100 CPU_BE( sub tmp1, data2, zeroones )
104 sub len, len, #8
A Dstrcmp.S79 sub tmp1, data1, zeroones
134 sub result, data1, data2
147 sub tmp1, data1, zeroones
169 sub tmp1, data1, zeroones
179 sub tmp1, data1, zeroones
211 CPU_BE( sub tmp1, tmp3, zeroones )
231 sub result, data1, data2, lsr #56
A Dmemset.S92 sub count, count, tmp2
130 sub dst, dst, #16/* Pre-bias. */
131 sub count, count, #64
178 sub zva_bits_x, zva_len_x, #1
183 sub tmp1, count, tmp2
206 sub count, count, zva_len_x
A Dmemcmp.S67 sub limit_wd, limit, #1 /* limit != 0, so no underflow. */
116 sub limit_wd, limit, #1/*limit != 0, so no underflow.*/
149 sub limit, limit, pos
161 sub result, data1, data2
173 sub limit, limit, tmp3
237 sub result, data1, data2, lsr #56
252 sub result, data1, data2
A Dmemchr.S39 sub x0, x0, #1
A Dstrrchr.S36 sub x3, x0, #1
A Dstrchr.S36 sub x0, x0, #1
/xen/xen/include/xen/
A Dkexec.h76 #define VMCOREINFO_OFFSET_SUB(name, sub, field) \ argument
78 (unsigned long)offsetof(struct name, sub.field))
/xen/tools/ocaml/xenstored/
A Dconfig.ml36 if !i < len then String.sub s !i (len - !i) else ""
44 if !i >= 0 then String.sub s 0 (!i + 1) else ""
52 let a = String.sub s 0 i
53 and b = String.sub s (i + 1) (String.length s - i - 1) in
A Dutils.ml40 let rec sub i =
42 if i = l then [ x ] else x :: sub (i + 1)
44 sub 0
68 String.sub path 0 rindex
A Dtrie.mli58 val sub : ('a, 'b) t -> 'a list -> ('a,'b) t val
59 (** [sub t p] returns the sub-trie associated with the path [p] in the trie [t].
/xen/docs/process/
A Dxen-release-management.pandoc484 sub(\$1, "");
485 sub(/^[ \t]+/, "");
499 /O:/ { sub(\$1, ""); o[count++]=\$0; };
500 /S2:/ { sub(\$1, ""); s2[s2_count++]=\$0;};
501 /E:/ { sub(\$1, ""); sub(/^[ \t]+/, ""); email=\$0; e[emails++]=\$0;};
502 /P:/ { sub(\$1, ""); sub(/^[ \t]+/, ""); score=\$0; };
503 /B:/ { sub(\$1, ""); sub(/^[ \t]+/, ""); bug=\$0; };
504 /J:/ { sub(\$1, ""); sub(/^[ \t]+/, ""); jira=\$0; };
505 /V:/ { sub(\$1, ""); sub(/^[ \t]+/, ""); version=\$0; };
514 sub(\$1, ""); sub(/^[ \t]+/, "");
/xen/xen/arch/x86/boot/
A Dhead.S235 sub %ebx,%r8d
317 sub %edi,%ecx
398 sub $sym_offs(1b), %esi
448 sub $sym_offs(1b), %esi
479 sub %ebx,%edi
549 sub $((TRAMPOLINE_SPACE+TRAMPOLINE_STACK_SPACE)>>4),%ecx
616 sub %edi,%ecx
/xen/xen/arch/arm/arm32/lib/
A Dlib1funcs.S42 sub \result, \curbit, \result
139 sub \order, \order, \spare
329 sub r1, r1, r3
342 sub r1, r1, r3
351 sub sp, sp, #8
365 sub sp, sp, #16
A Dmemchr.S22 sub r0, r0, #1
/xen/xen/arch/x86/
A Dclear_page.S14 sub $1, %ecx
/xen/tools/ocaml/libs/xs/
A Dxsraw.ml50 let a = String.sub s 0 i
51 and b = String.sub s (i + 1) (String.length s - i - 1) in
76 int_of_string (String.sub s 1 (String.length s - 1)),
81 String.sub s 0 i :: split (String.sub s (i + 1) (String.length s - 1 - i))
170 if String.sub path offset (String.length bad) = bad then
/xen/xen/include/asm-arm/arm64/
A Dmacros.h10 sub \dst, \dst, #CPUINFO_sizeof
/xen/xen/tools/kconfig/tests/rand_nested_choice/
A DKconfig14 prompt "sub choice"
/xen/xen/arch/arm/arm64/
A Dcache.S46 sub x3, x2, #1
/xen/docs/features/
A Dhypervisorfs.pandoc48 __HYPERVISOR_filesystem_op. This hypercall supports a sub-command
53 require new sub-commands in order to allow the hypervisor to decide which
/xen/xen/tools/
A Dcompat-build-source.py28 line = re.sub(pat[0], pat[1], line)

Completed in 21 milliseconds

1234