Home | History | Annotate | Download | only in gn

Lines Matching refs:defs

410 defs = gn_to_bp_utils.GetArchSources(os.path.join(here, 'opts.gni'))
487 'arm_srcs': bpfmt(16, strip_headers(defs['armv7'])),
488 'arm_neon_srcs': bpfmt(20, strip_headers(defs['neon'])),
489 'arm64_srcs': bpfmt(16, strip_headers(defs['arm64'] +
490 defs['crc32'])),
491 'none_srcs': bpfmt(16, strip_headers(defs['none'])),
492 'x86_srcs': bpfmt(16, strip_headers(defs['sse2'] +
493 defs['ssse3'] +
494 defs['sse41'] +
495 defs['sse42'] +
496 defs['avx' ] +
497 defs['hsw' ])),