Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/build/
Dgen_syscalls.py221 def need_split(argtype): argument
222 return (not args.long_registers) and (argtype in types64)
254 for argnum, (argtype, argname) in enumerate(args):
255 split = need_split(argtype)
256 wrap += "\t\t%s parm%d" % (union_decl(argtype, split), argnum)
257 if argtype != "va_list":
347 for (argtype, _) in args:
348 split = need_split(argtype)
349 vrfy_parms.append((argtype, split))
375 for i, (argtype, split) in enumerate(vrfy_parms):
[all …]