Lines Matching refs:print
135 (define (print-c powers from to struct-type
149 (define (print-powers-reduced n)
150 (print "static const " struct-type " " cache-name
159 (print " };")
160 (print "static const int " max-distance-name "(" n ") = "
162 (print "// nb elements (" n "): " nb-elements))
174 (print "// Copyright 2010 the V8 project authors. All rights reserved.")
175 (print "// ------------ GENERATED FILE ----------------")
176 (print "// command used:")
177 (print "// "
182 (print)
183 (print
204 (print)
205 (print-powers-reduced 1)
206 (print-powers-reduced 2)
207 (print-powers-reduced 3)
208 (print-powers-reduced 4)
209 (print-powers-reduced 5)
210 (print-powers-reduced 6)
211 (print-powers-reduced 7)
212 (print-powers-reduced 8)
213 (print-powers-reduced 9)
214 (print-powers-reduced 10)
215 (print-powers-reduced 11)
216 (print-powers-reduced 12)
217 (print-powers-reduced 13)
218 (print-powers-reduced 14)
219 (print-powers-reduced 15)
220 (print-powers-reduced 16)
221 (print-powers-reduced 17)
222 (print-powers-reduced 18)
223 (print-powers-reduced 19)
224 (print-powers-reduced 20)
225 (print "static const int GRISU_CACHE_OFFSET = " (- from) ";"))
254 (print "Illegal argument `" else "'. Usage:")
280 (print-c dividers *from* *to*