Lines Matching full:gen
30 local gen = generator:new({}, fh)
31 gen.storage_levels = {} -- make sure storage is clear
34 gen:preamble("System call prototypes.")
37 gen:write(string.format([[
70 gen:pad64(config.abiChanges("pair_64bit"))
83 gen:store(string.format("\n#ifdef %s\n\n", v.definition),
104 gen:write(string.format(
111 gen:write("#ifdef PAD64_REQUIRED\n")
114 gen:write(string.format([[
125 gen:write("#endif\n")
128 gen:write("};\n")
130 gen:write(string.format(
143 gen:store(string.format(
147 gen:store(string.format(
159 gen:store(string.format(
162 gen:store(string.format([[
169 gen:store("};\n", idx)
172 gen:write(string.format([[
181 gen:store(string.format([[
186 gen:store(string.format([[
201 gen:store(string.format("\n#endif /* %s */\n\n", v.definition),
205 if gen.storage_levels ~= nil then
206 gen:writeStorage()
210 gen:write(string.format([[