Lines Matching refs:osname
115 for ((osname, arch), asm_files) in asm_outputs:
116 if osname != 'linux':
119 makefile, '%s_%s_sources' % (osname, arch), asm_files)
133 for ((osname, arch), asm_files) in asm_outputs:
134 if osname != 'linux' or arch == 'ppc64le':
214 for ((osname, arch), asm_files) in asm_outputs:
216 out, 'crypto_sources_%s_%s' % (osname, arch), asm_files)
255 for ((osname, arch), asm_files) in asm_outputs:
257 out, 'crypto_sources_%s_%s' % (osname, arch), asm_files)
319 for ((osname, arch), asm_files) in asm_outputs:
320 if osname != 'linux':
323 makefile, '%s_%s_sources' % (osname, arch), asm_files)
364 for ((osname, arch), asm_files) in asm_outputs:
366 out, 'crypto_sources_%s_%s' % (osname, arch), asm_files)
415 for ((osname, arch), asm_files) in asm_outputs:
417 (osname, arch), asm_files)
589 for ((osname, arch), asm_files) in asm_outputs:
590 self.PrintSection(cmake, 'CRYPTO_%s_%s_SOURCES' % (osname, arch),
627 for ((osname, arch), asm_files) in asm_outputs:
628 sources['crypto_%s_%s' % (osname, arch)] = asm_files
802 (osname, arch, perlasm_style, extra_args, asm_ext) = osarch
803 key = (osname, arch)