===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
x264-0.160.3011+gitcde9a93/Makefile-7-vpath %.S $(SRCPATH)
x264-0.160.3011+gitcde9a93/Makefile:8:vpath %.asm $(SRCPATH)
x264-0.160.3011+gitcde9a93/Makefile-9-vpath %.rc $(SRCPATH)
##############################################
x264-0.160.3011+gitcde9a93/Makefile-48-OBJS =
x264-0.160.3011+gitcde9a93/Makefile:49:OBJASM =
x264-0.160.3011+gitcde9a93/Makefile-50-OBJSO =
##############################################
x264-0.160.3011+gitcde9a93/Makefile-94-ARCH_X86 = yes
x264-0.160.3011+gitcde9a93/Makefile:95:SRCASM_X += common/x86/dct-32.asm \
x264-0.160.3011+gitcde9a93/Makefile-96-            common/x86/pixel-32.asm
##############################################
x264-0.160.3011+gitcde9a93/Makefile-99-ARCH_X86 = yes
x264-0.160.3011+gitcde9a93/Makefile:100:SRCASM_X += common/x86/dct-64.asm \
x264-0.160.3011+gitcde9a93/Makefile-101-            common/x86/trellis-64.asm
##############################################
x264-0.160.3011+gitcde9a93/Makefile-104-ifdef ARCH_X86
x264-0.160.3011+gitcde9a93/Makefile:105:SRCASM_X += common/x86/bitstream-a.asm \
x264-0.160.3011+gitcde9a93/Makefile:106:            common/x86/const-a.asm \
x264-0.160.3011+gitcde9a93/Makefile:107:            common/x86/cabac-a.asm \
x264-0.160.3011+gitcde9a93/Makefile:108:            common/x86/dct-a.asm \
x264-0.160.3011+gitcde9a93/Makefile:109:            common/x86/deblock-a.asm \
x264-0.160.3011+gitcde9a93/Makefile:110:            common/x86/mc-a.asm \
x264-0.160.3011+gitcde9a93/Makefile:111:            common/x86/mc-a2.asm \
x264-0.160.3011+gitcde9a93/Makefile:112:            common/x86/pixel-a.asm \
x264-0.160.3011+gitcde9a93/Makefile:113:            common/x86/predict-a.asm \
x264-0.160.3011+gitcde9a93/Makefile-114-            common/x86/quant-a.asm
##############################################
x264-0.160.3011+gitcde9a93/Makefile-117-
x264-0.160.3011+gitcde9a93/Makefile:118:OBJASM += common/x86/cpu-a.o
x264-0.160.3011+gitcde9a93/Makefile-119-ifneq ($(findstring HAVE_BITDEPTH8 1, $(CONFIG)),)
x264-0.160.3011+gitcde9a93/Makefile:120:OBJASM += $(SRCASM_X:%.asm=%-8.o) common/x86/sad-a-8.o
x264-0.160.3011+gitcde9a93/Makefile-121-endif
x264-0.160.3011+gitcde9a93/Makefile-122-ifneq ($(findstring HAVE_BITDEPTH10 1, $(CONFIG)),)
x264-0.160.3011+gitcde9a93/Makefile:123:OBJASM += $(SRCASM_X:%.asm=%-10.o) common/x86/sad16-a-10.o
x264-0.160.3011+gitcde9a93/Makefile-124-endif
##############################################
x264-0.160.3011+gitcde9a93/Makefile-150-
x264-0.160.3011+gitcde9a93/Makefile:151:OBJASM += common/arm/cpu-a.o
x264-0.160.3011+gitcde9a93/Makefile-152-ifneq ($(findstring HAVE_BITDEPTH8 1, $(CONFIG)),)
x264-0.160.3011+gitcde9a93/Makefile:153:OBJASM += $(SRCASM_X:%.S=%-8.o)
x264-0.160.3011+gitcde9a93/Makefile-154-endif
x264-0.160.3011+gitcde9a93/Makefile-155-ifneq ($(findstring HAVE_BITDEPTH10 1, $(CONFIG)),)
x264-0.160.3011+gitcde9a93/Makefile:156:OBJASM += $(SRCASM_X:%.S=%-10.o)
x264-0.160.3011+gitcde9a93/Makefile-157-endif
##############################################
x264-0.160.3011+gitcde9a93/Makefile-175-
x264-0.160.3011+gitcde9a93/Makefile:176:OBJASM +=
x264-0.160.3011+gitcde9a93/Makefile-177-ifneq ($(findstring HAVE_BITDEPTH8 1, $(CONFIG)),)
x264-0.160.3011+gitcde9a93/Makefile:178:OBJASM += $(SRCASM_X:%.S=%-8.o)
x264-0.160.3011+gitcde9a93/Makefile-179-endif
x264-0.160.3011+gitcde9a93/Makefile-180-ifneq ($(findstring HAVE_BITDEPTH10 1, $(CONFIG)),)
x264-0.160.3011+gitcde9a93/Makefile:181:OBJASM += $(SRCASM_X:%.S=%-10.o)
x264-0.160.3011+gitcde9a93/Makefile-182-endif
##############################################
x264-0.160.3011+gitcde9a93/Makefile-237-
x264-0.160.3011+gitcde9a93/Makefile:238:.PHONY: all default fprofiled clean distclean install install-* uninstall cli lib-* checkasm etags
x264-0.160.3011+gitcde9a93/Makefile-239-
##############################################
x264-0.160.3011+gitcde9a93/Makefile-287-
x264-0.160.3011+gitcde9a93/Makefile:288:%.o: %.asm common/x86/x86inc.asm common/x86/x86util.asm
x264-0.160.3011+gitcde9a93/Makefile-289-	$(AS) $(ASFLAGS) -o $@ $<
##############################################
x264-0.160.3011+gitcde9a93/Makefile-291-
x264-0.160.3011+gitcde9a93/Makefile:292:%-8.o: %.asm common/x86/x86inc.asm common/x86/x86util.asm
x264-0.160.3011+gitcde9a93/Makefile-293-	$(AS) $(ASFLAGS) -o $@ $< -DBIT_DEPTH=8 -Dprivate_prefix=x264_8
##############################################
x264-0.160.3011+gitcde9a93/Makefile-295-
x264-0.160.3011+gitcde9a93/Makefile:296:%-10.o: %.asm common/x86/x86inc.asm common/x86/x86util.asm
x264-0.160.3011+gitcde9a93/Makefile-297-	$(AS) $(ASFLAGS) -o $@ $< -DBIT_DEPTH=10 -Dprivate_prefix=x264_10
##############################################
x264-0.160.3011+gitcde9a93/doc/standards.txt-1-x264 is written in C. The particular variant of C is: intersection of C99 and gcc>=3.4.
x264-0.160.3011+gitcde9a93/doc/standards.txt:2:checkasm is written in gcc, with no attempt at compatibility with anything else.
x264-0.160.3011+gitcde9a93/doc/standards.txt-3-
##############################################
x264-0.160.3011+gitcde9a93/x264.c-957-        "                                  as opposed to letting them select different algorithms\n" );
x264-0.160.3011+gitcde9a93/x264.c:958:    H2( "      --asm <integer>         Override CPU detection\n" );
x264-0.160.3011+gitcde9a93/x264.c:959:    H2( "      --no-asm                Disable all CPU optimizations\n" );
x264-0.160.3011+gitcde9a93/x264.c-960-    H2( "      --opencl                Enable use of OpenCL\n" );
##############################################
x264-0.160.3011+gitcde9a93/AUTHORS-10-E: aizvorski AT gmail DOT com
x264-0.160.3011+gitcde9a93/AUTHORS:11:D: x86 asm (sse2)
x264-0.160.3011+gitcde9a93/AUTHORS-12-
##############################################
x264-0.160.3011+gitcde9a93/AUTHORS-61-D: Intial import, former maintainer
x264-0.160.3011+gitcde9a93/AUTHORS:62:D: x86 asm (mmx/mmx2)
x264-0.160.3011+gitcde9a93/AUTHORS-63-S: France
##############################################
x264-0.160.3011+gitcde9a93/AUTHORS-92-D: Win32/VC 6.0 port
x264-0.160.3011+gitcde9a93/AUTHORS:93:D: gcc asm to nasm conversion
x264-0.160.3011+gitcde9a93/AUTHORS-94-S: China
##############################################
x264-0.160.3011+gitcde9a93/config.sub-52-
x264-0.160.3011+gitcde9a93/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
x264-0.160.3011+gitcde9a93/config.sub-54-
##############################################
x264-0.160.3011+gitcde9a93/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
x264-0.160.3011+gitcde9a93/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
x264-0.160.3011+gitcde9a93/config.sub-116-case $maybe_os in
##############################################
x264-0.160.3011+gitcde9a93/config.sub-122-    os=-$maybe_os
x264-0.160.3011+gitcde9a93/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
x264-0.160.3011+gitcde9a93/config.sub-124-    ;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-126-    os=-linux-android
x264-0.160.3011+gitcde9a93/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
x264-0.160.3011+gitcde9a93/config.sub-128-    ;;
x264-0.160.3011+gitcde9a93/config.sub-129-  *)
x264-0.160.3011+gitcde9a93/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
x264-0.160.3011+gitcde9a93/config.sub-131-    if [ "$basic_machine" != "$1" ]
x264-0.160.3011+gitcde9a93/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
x264-0.160.3011+gitcde9a93/config.sub-133-    else os=; fi
##############################################
x264-0.160.3011+gitcde9a93/config.sub-180-		os=-sco5v6
x264-0.160.3011+gitcde9a93/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-182-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-184-		os=-sco3.2v5
x264-0.160.3011+gitcde9a93/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-186-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-188-		os=-sco3.2v4
x264-0.160.3011+gitcde9a93/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-190-		;;
x264-0.160.3011+gitcde9a93/config.sub-191-	-sco3.2.[4-9]*)
x264-0.160.3011+gitcde9a93/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
x264-0.160.3011+gitcde9a93/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-194-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
x264-0.160.3011+gitcde9a93/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-198-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
x264-0.160.3011+gitcde9a93/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-202-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-204-		os=-sco3.2v2
x264-0.160.3011+gitcde9a93/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-206-		;;
x264-0.160.3011+gitcde9a93/config.sub-207-	-udk*)
x264-0.160.3011+gitcde9a93/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-209-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-211-		os=-isc2.2
x264-0.160.3011+gitcde9a93/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-213-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-217-	-isc*)
x264-0.160.3011+gitcde9a93/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-219-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-229-	-ptx*)
x264-0.160.3011+gitcde9a93/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
x264-0.160.3011+gitcde9a93/config.sub-231-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-364-	*-*-*)
x264-0.160.3011+gitcde9a93/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
x264-0.160.3011+gitcde9a93/config.sub-366-		exit 1
##############################################
x264-0.160.3011+gitcde9a93/config.sub-493-	amd64-*)
x264-0.160.3011+gitcde9a93/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-495-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-538-	blackfin-*)
x264-0.160.3011+gitcde9a93/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-540-		os=-linux
##############################################
x264-0.160.3011+gitcde9a93/config.sub-546-	c54x-*)
x264-0.160.3011+gitcde9a93/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-548-		;;
x264-0.160.3011+gitcde9a93/config.sub-549-	c55x-*)
x264-0.160.3011+gitcde9a93/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-551-		;;
x264-0.160.3011+gitcde9a93/config.sub-552-	c6x-*)
x264-0.160.3011+gitcde9a93/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-554-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-650-	e500v[12]-*)
x264-0.160.3011+gitcde9a93/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-652-		os=$os"spe"
##############################################
x264-0.160.3011+gitcde9a93/config.sub-754-	i*86v32)
x264-0.160.3011+gitcde9a93/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-756-		os=-sysv32
##############################################
x264-0.160.3011+gitcde9a93/config.sub-758-	i*86v4*)
x264-0.160.3011+gitcde9a93/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-760-		os=-sysv4
##############################################
x264-0.160.3011+gitcde9a93/config.sub-762-	i*86v)
x264-0.160.3011+gitcde9a93/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-764-		os=-sysv
##############################################
x264-0.160.3011+gitcde9a93/config.sub-766-	i*86sol2)
x264-0.160.3011+gitcde9a93/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
x264-0.160.3011+gitcde9a93/config.sub-768-		os=-solaris2
##############################################
x264-0.160.3011+gitcde9a93/config.sub-792-	leon-*|leon[3-9]-*)
x264-0.160.3011+gitcde9a93/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
x264-0.160.3011+gitcde9a93/config.sub-794-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-799-	m68knommu-*)
x264-0.160.3011+gitcde9a93/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-801-		os=-linux
##############################################
x264-0.160.3011+gitcde9a93/config.sub-833-	mips3*-*)
x264-0.160.3011+gitcde9a93/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
x264-0.160.3011+gitcde9a93/config.sub-835-		;;
x264-0.160.3011+gitcde9a93/config.sub-836-	mips3*)
x264-0.160.3011+gitcde9a93/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
x264-0.160.3011+gitcde9a93/config.sub-838-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-855-	ms1-*)
x264-0.160.3011+gitcde9a93/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
x264-0.160.3011+gitcde9a93/config.sub-857-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-980-	parisc-*)
x264-0.160.3011+gitcde9a93/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-982-		os=-linux
##############################################
x264-0.160.3011+gitcde9a93/config.sub-996-	pc98-*)
x264-0.160.3011+gitcde9a93/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-998-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
x264-0.160.3011+gitcde9a93/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-1013-		;;
x264-0.160.3011+gitcde9a93/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
x264-0.160.3011+gitcde9a93/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-1016-		;;
x264-0.160.3011+gitcde9a93/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
x264-0.160.3011+gitcde9a93/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-1019-		;;
x264-0.160.3011+gitcde9a93/config.sub-1020-	pentium4-*)
x264-0.160.3011+gitcde9a93/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-1022-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1030-	ppc-* | ppcbe-*)
x264-0.160.3011+gitcde9a93/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-1032-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1036-	ppcle-* | powerpclittle-*)
x264-0.160.3011+gitcde9a93/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-1038-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1040-		;;
x264-0.160.3011+gitcde9a93/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-1042-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1046-	ppc64le-* | powerpc64little-*)
x264-0.160.3011+gitcde9a93/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-1048-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1122-	strongarm-* | thumb-*)
x264-0.160.3011+gitcde9a93/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub-1124-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1255-	xscale-* | xscalee[bl]-*)
x264-0.160.3011+gitcde9a93/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
x264-0.160.3011+gitcde9a93/config.sub-1257-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1317-	*)
x264-0.160.3011+gitcde9a93/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
x264-0.160.3011+gitcde9a93/config.sub-1319-		exit 1
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1325-	*-digital*)
x264-0.160.3011+gitcde9a93/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
x264-0.160.3011+gitcde9a93/config.sub-1327-		;;
x264-0.160.3011+gitcde9a93/config.sub-1328-	*-commodore*)
x264-0.160.3011+gitcde9a93/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
x264-0.160.3011+gitcde9a93/config.sub-1330-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1346-	-solaris1 | -solaris1.*)
x264-0.160.3011+gitcde9a93/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
x264-0.160.3011+gitcde9a93/config.sub-1348-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1355-	-gnu/linux*)
x264-0.160.3011+gitcde9a93/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
x264-0.160.3011+gitcde9a93/config.sub-1357-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1407-	-nto*)
x264-0.160.3011+gitcde9a93/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
x264-0.160.3011+gitcde9a93/config.sub-1409-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1414-	-mac*)
x264-0.160.3011+gitcde9a93/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
x264-0.160.3011+gitcde9a93/config.sub-1416-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1420-	-linux*)
x264-0.160.3011+gitcde9a93/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
x264-0.160.3011+gitcde9a93/config.sub-1422-		;;
x264-0.160.3011+gitcde9a93/config.sub-1423-	-sunos5*)
x264-0.160.3011+gitcde9a93/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
x264-0.160.3011+gitcde9a93/config.sub-1425-		;;
x264-0.160.3011+gitcde9a93/config.sub-1426-	-sunos6*)
x264-0.160.3011+gitcde9a93/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
x264-0.160.3011+gitcde9a93/config.sub-1428-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1469-	-sinix5.*)
x264-0.160.3011+gitcde9a93/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
x264-0.160.3011+gitcde9a93/config.sub-1471-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
x264-0.160.3011+gitcde9a93/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
x264-0.160.3011+gitcde9a93/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
x264-0.160.3011+gitcde9a93/config.sub-1531-		exit 1
##############################################
x264-0.160.3011+gitcde9a93/config.sub-1788-		esac
x264-0.160.3011+gitcde9a93/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
x264-0.160.3011+gitcde9a93/config.sub-1790-		;;
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-53-#define report( name ) { \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:54:    if( used_asm && !quiet ) \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-55-        fprintf( stderr, " - %-21s [%s]\n", name, ok ? "OK" : "FAILED" ); \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-95-#if HAVE_X86_INLINE_ASM
x264-0.160.3011+gitcde9a93/tools/checkasm.c:96:    asm volatile( "lfence \n"
x264-0.160.3011+gitcde9a93/tools/checkasm.c-97-                  "rdtsc  \n"
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-99-#elif ARCH_PPC
x264-0.160.3011+gitcde9a93/tools/checkasm.c:100:    asm volatile( "mftb %0" : "=r"(a) :: "memory" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:101:#elif HAVE_ARM_INLINE_ASM    // ARMv7 only
x264-0.160.3011+gitcde9a93/tools/checkasm.c:102:    asm volatile( "mrc p15, 0, %0, c9, c13, 0" : "=r"(a) :: "memory" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c-103-#elif ARCH_AARCH64
x264-0.160.3011+gitcde9a93/tools/checkasm.c-104-    uint64_t b = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c:105:    asm volatile( "mrs %0, pmccntr_el0" : "=r"(b) :: "memory" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c-106-    a = b;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-107-#elif ARCH_MIPS
x264-0.160.3011+gitcde9a93/tools/checkasm.c:108:    asm volatile( "rdhwr %0, $2" : "=r"(a) :: "memory" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c-109-#endif
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-237-/* detect when callee-saved regs aren't saved
x264-0.160.3011+gitcde9a93/tools/checkasm.c:238: * needs an explicit asm check because it only sometimes crashes in normal use. */
x264-0.160.3011+gitcde9a93/tools/checkasm.c-239-intptr_t x264_checkasm_call( intptr_t (*func)(), int *ok, ... );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-339-    x264_pixel_init( cpu_ref, &pixel_ref );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:340:    x264_pixel_init( cpu_new, &pixel_asm );
x264-0.160.3011+gitcde9a93/tools/checkasm.c-341-    x264_predict_4x4_init( 0, predict_4x4 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-361-#define TEST_PIXEL( name, align ) \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:362:    ok = 1, used_asm = 0; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-363-    for( int i = 0; i < ARRAY_ELEMS(pixel_c.name); i++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-368-            set_func_name( "%s_%s", #name, pixel_names[i] ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:369:            used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-370-            for( int j = 0; j < 64; j++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-373-                res_c   = call_c( pixel_c.name[i],   pbuf1, stride1, pbuf2+j*!align, (intptr_t)64 ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:374:                res_asm = call_a( pixel_asm.name[i], pbuf1, stride1, pbuf2+j*!align, (intptr_t)64 ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:375:                if( res_c != res_asm ) \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-376-                { \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-377-                    ok = 0; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:378:                    fprintf( stderr, #name "[%d]: %d != %d [FAILED]\n", i, res_c, res_asm ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-379-                    break; \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-384-                res_c   = pixel_c  .name[i]( pbuf3+j, 16, pbuf4+j, 16 ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:385:                res_asm = pixel_asm.name[i]( pbuf3+j, 16, pbuf4+j, 16 ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:386:                if( res_c != res_asm ) \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-387-                { \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-388-                    ok = 0; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:389:                    fprintf( stderr, #name "[%d]: overflow %d != %d\n", i, res_c, res_asm ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-390-                } \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-401-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:402:    ok = 1, used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-403-    if( pixel_asm.sa8d_satd[PIXEL_16x16] != pixel_ref.sa8d_satd[PIXEL_16x16] )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-405-        set_func_name( "sa8d_satd_%s", pixel_names[PIXEL_16x16] );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:406:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-407-        for( int j = 0; j < 64; j++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-439-#define TEST_PIXEL_X( N ) \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:440:    ok = 1; used_asm = 0; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-441-    for( int i = 0; i < 7; i++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-447-            set_func_name( "sad_x%d_%s", N, pixel_names[i] ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:448:            used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-449-            for( int j = 0; j < 64; j++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-457-                    res_c[3] = pixel_c.sad[i]( pbuf1, 16, pix2+10, 64 ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:458:                    call_a( pixel_asm.sad_x4[i], pbuf1, pix2, pix2+6, pix2+1, pix2+10, (intptr_t)64, res_asm ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-459-                } \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-460-                else \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:461:                    call_a( pixel_asm.sad_x3[i], pbuf1, pix2, pix2+6, pix2+1, (intptr_t)64, res_asm ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-462-                if( memcmp(res_c, res_asm, N*sizeof(int)) ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-469-                if( N == 4 ) \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:470:                    call_c2( pixel_c.sad_x4[i], pbuf1, pix2, pix2+6, pix2+1, pix2+10, (intptr_t)64, res_asm ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-471-                else \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:472:                    call_c2( pixel_c.sad_x3[i], pbuf1, pix2, pix2+6, pix2+1, (intptr_t)64, res_asm ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-473-            } \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-484-        set_func_name( "%s_%s", "var", pixel_names[i] ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:485:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-486-        /* abi-check wrapper can't return uint64_t, so separate it from return value check */ \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-489-        uint64_t res_c   = pixel_c.var[i]( pbuf1, 16 ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:490:        uint64_t res_asm = pixel_asm.var[i]( pbuf1, 16 ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:491:        if( res_c != res_asm ) \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-492-        { \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-499-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:500:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-501-    TEST_PIXEL_VAR( PIXEL_16x16 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-512-        set_func_name( "%s_%s", "var2", pixel_names[i] ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:513:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-514-        res_c   = call_c( pixel_c.var2[i],   pbuf1, pbuf2, ssd_c   ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:515:        res_asm = call_a( pixel_asm.var2[i], pbuf1, pbuf2, ssd_asm ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:516:        if( res_c != res_asm || memcmp( ssd_c, ssd_asm, 2*sizeof(int) ) ) \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-517-        { \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-522-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:523:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-524-    TEST_PIXEL_VAR2( PIXEL_8x16 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-527-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:528:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-529-    for( int i = 0; i < 4; i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-532-            set_func_name( "hadamard_ac_%s", pixel_names[i] );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:533:            used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-534-            for( int j = 0; j < 32; j++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-556-            pbuf4[16*i+j] = -((i+j)&1) & PIXEL_MAX;
x264-0.160.3011+gitcde9a93/tools/checkasm.c:557:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-558-    if( pixel_asm.vsad != pixel_ref.vsad )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-563-            set_func_name( "vsad" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:564:            used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-565-            for( int j = 0; j < 2 && ok; j++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-568-                res_c   = call_c( pixel_c.vsad,   p, (intptr_t)16, h );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:569:                res_asm = call_a( pixel_asm.vsad, p, (intptr_t)16, h );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:570:                if( res_c != res_asm )
x264-0.160.3011+gitcde9a93/tools/checkasm.c-571-                {
x264-0.160.3011+gitcde9a93/tools/checkasm.c-572-                    ok = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c:573:                    fprintf( stderr, "vsad: height=%d, %d != %d\n", h, res_c, res_asm );
x264-0.160.3011+gitcde9a93/tools/checkasm.c-574-                    break;
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-580-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:581:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-582-    if( pixel_asm.asd8 != pixel_ref.asd8 )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-584-        set_func_name( "asd8" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:585:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-586-        int res_c = call_c( pixel_c.asd8,   pbuf1, (intptr_t)8, pbuf2, (intptr_t)8, 16 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-601-        set_func_name( #name ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:602:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-603-        call_c( pixel_c.name, pbuf1+48, i8x8 ? edge : pbuf3+48, res_c ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:604:        call_a( pixel_asm.name, pbuf1+48, i8x8 ? edge : pbuf3+48, res_asm ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-605-        if( memcmp(res_c, res_asm, 3 * sizeof(*res_c)) ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-617-        set_func_name( #name ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:618:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-619-        ALIGNED_ARRAY_64( uint16_t, bitcosts,[17] ); \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-664-        set_func_name( #name ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:665:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-666-        ALIGNED_ARRAY_64( uint16_t, bitcosts,[17] ); \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-727-    memcpy( pbuf3, pbuf2, 20*FDEC_STRIDE*SIZEOF_PIXEL );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:728:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-729-    TEST_INTRA_X3( intra_satd_x3_16x16, 0 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-734-    report( "intra satd_x3 :" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:735:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-736-    TEST_INTRA_X3( intra_sad_x3_16x16, 0 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-741-    report( "intra sad_x3 :" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:742:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-743-    TEST_INTRA_X9( intra_satd_x9_4x4, satd );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-745-    report( "intra satd_x9 :" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:746:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-747-    TEST_INTRA_X9( intra_sad_x9_4x4, sad );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-750-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:751:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-752-    if( pixel_asm.ssd_nv12_core != pixel_ref.ssd_nv12_core )
x264-0.160.3011+gitcde9a93/tools/checkasm.c-753-    {
x264-0.160.3011+gitcde9a93/tools/checkasm.c:754:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-755-        set_func_name( "ssd_nv12" );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-778-        ALIGNED_16( int sums[5][4] ) = {{0}};
x264-0.160.3011+gitcde9a93/tools/checkasm.c:779:        used_asm = ok = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-780-        x264_emms();
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-799-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:800:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-801-    for( int i = 0; i < 32; i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-816-                dc[j] = rand() & 0x3fff;
x264-0.160.3011+gitcde9a93/tools/checkasm.c:817:            used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-818-            mvn_c = call_c( pixel_c.ads[i&3], dc, sums, 32, cost_mv, mvs_c, 28, thresh );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-853-    x264_dct_init( cpu_ref, &dct_ref);
x264-0.160.3011+gitcde9a93/tools/checkasm.c:854:    x264_dct_init( cpu_new, &dct_asm );
x264-0.160.3011+gitcde9a93/tools/checkasm.c-855-
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-892-        set_func_name( #name ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:893:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-894-        pixel *enc = pbuf3; \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-923-    }
x264-0.160.3011+gitcde9a93/tools/checkasm.c:924:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-925-    TEST_DCT( sub4x4_dct, dct1[0], dct2[0], 16 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-931-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:932:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-933-    TEST_DCT( sub8x8_dct8, (void*)dct1[0], (void*)dct2[0], 64 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-957-        set_func_name( #name ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:958:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-959-        memcpy( pbuf3, pbuf1, 32*32 * SIZEOF_PIXEL ); \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-972-    }
x264-0.160.3011+gitcde9a93/tools/checkasm.c:973:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-974-    TEST_IDCT( add4x4_idct, dct4 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-980-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:981:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-982-    TEST_IDCT( add8x8_idct8, dct8 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-987-#define TEST_DCTDC( name )\
x264-0.160.3011+gitcde9a93/tools/checkasm.c:988:    ok = 1; used_asm = 0;\
x264-0.160.3011+gitcde9a93/tools/checkasm.c-989-    if( dct_asm.name != dct_ref.name )\
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-991-        set_func_name( #name );\
x264-0.160.3011+gitcde9a93/tools/checkasm.c:992:        used_asm = 1;\
x264-0.160.3011+gitcde9a93/tools/checkasm.c-993-        uint16_t *p = (uint16_t*)buf1;\
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1015-#define TEST_DCTDC_CHROMA( name )\
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1016:    ok = 1; used_asm = 0;\
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1017-    if( dct_asm.name != dct_ref.name )\
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1019-        set_func_name( #name );\
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1020:        used_asm = 1;\
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1021-        uint16_t *p = (uint16_t*)buf1;\
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1055-        set_func_name( "zigzag_"#name"_%s", interlace?"field":"frame" ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1056:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1057-        for( int i = 0; i < size*size; i++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1083-        set_func_name( "zigzag_"#name"_%s", interlace?"field":"frame" ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1084:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1085-        memcpy( pbuf3, pbuf1, 16*FDEC_STRIDE * SIZEOF_PIXEL ); \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1103-        set_func_name( "zigzag_"#name"_%s", interlace?"field":"frame" ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1104:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1105-        for( int i = 0; i < 2; i++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1132-            set_func_name( "zigzag_"#name"_%s", interlace?"field":"frame" ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1133:            used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1134-            memcpy(dct, buf1, size*sizeof(dctcoef)); \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1150-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1151:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1152-    TEST_INTERLEAVE( interleave_8x8_cavlc, level1, level2, dct8[0], 64 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1156-    {
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1157:        ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1158-        TEST_ZIGZAG_SCAN( scan_8x8, level1, level2, dct8[0], 8 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1195-            set_func_name( "mc_luma_%dx%d", w, h ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1196:            used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1197-            for( int i = 0; i < 1024; i++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1213-            set_func_name( "get_ref_%dx%d", w_checked, h ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1214:            used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1215-            for( int i = 0; i < 1024; i++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1231-            set_func_name( "mc_chroma_%dx%d", w, h ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1232:            used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1233-            for( int i = 0; i < 1024; i++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1249-        }
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1250:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1251-    for( int dy = -8; dy < 8; dy++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1266-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1267:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1268-    for( int dy = -1; dy < 9; dy++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1292-            set_func_name( "%s_%s", #name, pixel_names[i] ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1293:            used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1294-            call_c1( mc_c.name[i], pbuf3, (intptr_t)16, pbuf2+1, (intptr_t)16, pbuf1+18, (intptr_t)16, weight ); \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1306-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1307:    ok = 1, used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1308-    for( int w = -63; w <= 127 && ok; w++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1328-            set_func_name( "%s_w%d", #name, j ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1329:            used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1330-            call_c1( mc_c.weight[i],     buffC, (intptr_t)32, pbuf2+align_off, (intptr_t)32, &weight, 16 ); \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1348-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1349:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1350-
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1368-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1369:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1370-    for( int o = 0; o <= 127 && ok; o++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1377-    report( "mc offsetadd :" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1378:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1379-    for( int o = -128; o < 0 && ok; o++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1389-    memset( pbuf4, 0, 64*16 );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1390:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1391-    for( int height = 8; height <= 16; height += 8 )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1395-            set_func_name( "store_interleave_chroma" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1396:            used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1397-            call_c( mc_c.store_interleave_chroma, pbuf3, (intptr_t)64, pbuf1, pbuf1+16, height );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1408-            set_func_name( "load_deinterleave_chroma_fenc" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1409:            used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1410-            call_c( mc_c.load_deinterleave_chroma_fenc, pbuf3, pbuf1, (intptr_t)64, height );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1421-            set_func_name( "load_deinterleave_chroma_fdec" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1422:            used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1423-            call_c( mc_c.load_deinterleave_chroma_fdec, pbuf3, pbuf1, (intptr_t)64, height );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1437-    } plane_specs[] = { {2,2,2}, {8,6,8}, {20,31,24}, {32,8,40}, {256,10,272}, {504,7,505}, {528,6,528}, {256,10,-256}, {263,9,-264}, {1904,1,0} };
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1438:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1439-    if( mc_a.plane_copy != mc_ref.plane_copy )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1441-        set_func_name( "plane_copy" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1442:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1443-        for( int i = 0; i < ARRAY_ELEMS(plane_specs); i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1467-        set_func_name( "plane_copy_swap" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1468:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1469-        for( int i = 0; i < ARRAY_ELEMS(plane_specs); i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1493-        set_func_name( "plane_copy_interleave" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1494:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1495-        for( int i = 0; i < ARRAY_ELEMS(plane_specs); i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1519-        set_func_name( "plane_copy_deinterleave" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1520:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1521-        for( int i = 0; i < ARRAY_ELEMS(plane_specs); i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1545-        set_func_name( "plane_copy_deinterleave_yuyv" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1546:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1547-        for( int i = 0; i < ARRAY_ELEMS(plane_specs); i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1572-        set_func_name( "plane_copy_deinterleave_rgb" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1573:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1574-        for( int i = 0; i < ARRAY_ELEMS(plane_specs); i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1605-        set_func_name( "plane_copy_deinterleave_v210" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1606:        ok = 1; used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1607-        for( int i = 0; i < ARRAY_ELEMS(plane_specs); i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1636-        set_func_name( "hpel_filter" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1637:        ok = 1; used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1638-        memset( pbuf3, 0, 4096 * SIZEOF_PIXEL );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1664-        set_func_name( "lowres_init" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1665:        ok = 1; used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1666-        for( int w = 96; w <= 96+24; w += 8 )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1696-        set_func_name( #name );\
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1697:        used_asm = 1;\
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1698-        memcpy( buf3, buf1, size*2*stride );\
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1709-    }
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1710:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1711-    INTEGRAL_INIT( integral_init4h, 2, stride, stride-4, pbuf2, stride );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1716-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1717:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1718-    if( mc_a.mbtree_propagate_cost != mc_ref.mbtree_propagate_cost )
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1719-    {
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1720:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1721-        x264_emms();
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1755-    {
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1756:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1757-        for( int i = 0; i < 8; i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1807-        set_func_name( "mbtree_fix8_pack" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1808:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1809-        float *fix8_src = (float*)(buf3 + 0x800);
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1834-        set_func_name( "mbtree_fix8_unpack" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1835:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1836-        uint16_t *fix8_src = (uint16_t*)(buf3 + 0x800);
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1862-        set_func_name( "memcpy_aligned" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1863:        ok = 1; used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1864-        for( size_t size = 16; size < 512; size += 16 )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1883-        set_func_name( "memzero_aligned" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1884:        ok = 1; used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1885-        for( size_t size = 128; size < 1024; size += 128 )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1907-    x264_deblock_function_t db_a;
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1908:    int ret = 0, ok = 1, used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1909-    int alphas[36], betas[36];
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1938-            set_func_name( #name ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1939:            used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1940-            call_c1( db_c.name, pbuf3+off, (intptr_t)32, alphas[i], betas[i], ##__VA_ARGS__ ); \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1970-        set_func_name( "deblock_strength" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c:1971:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-1972-        for( int i = 0; i < 100; i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2269-                    res_c   = call_c1( qf_c.optname, dct1, dmf ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2270:                    res_asm = call_a1( qf_a.optname, dct2, dmf ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2271:                    if( res_c != res_asm || memcmp( dct1, dct2, size*sizeof(dctcoef) ) ) \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2272-                    { \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2273-                        oks[2] = 0; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2274:                        fprintf( stderr, #optname "(qp=%d, res_c=%d, res_asm=%d): [FAILED]\n", qp, res_c, res_asm ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2275-                    } \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2289-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2290:    ok = oks[0]; used_asm = used_asms[0];
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2291-    report( "quant :" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2292-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2293:    ok = oks[1]; used_asm = used_asms[1];
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2294-    report( "dequant :" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2295-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2296:    ok = oks[2]; used_asm = used_asms[2];
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2297-    report( "optimize chroma dc :" );
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2298-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2299:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2300-    if( qf_a.denoise_dct != qf_ref.denoise_dct )
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2301-    {
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2302:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2303-        for( int size = 16; size <= 64; size += 48 )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2322-        set_func_name( #decname ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2323:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2324-        for( int i = 0; i < 100; i++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2349-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2350:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2351-    TEST_DECIMATE( decimate_score64, 8, 0, 6 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2359-        set_func_name( #lastname ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2360:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2361-        for( int i = 0; i < 100; i++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2380-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2381:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2382-    TEST_LAST( coeff_last4              , coeff_last4,   4, 0 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2392-        set_func_name( #name ); \
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2393:        used_asm = 1; \
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2394-        for( int i = 0; i < 100; i++ ) \
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2418-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2419:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2420-    TEST_LEVELRUN( coeff_level_run4              , coeff_level_run4,   4, 0 );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2430-{
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2431:    int ret = 0, ok = 1, used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2432-    ALIGNED_ARRAY_32( pixel, edge,[36] );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2470-        set_func_name( "intra_%s_%s", #name, intra_##name##_names[dir] );\
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2471:        used_asm = 1;\
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2472-        memcpy( pbuf3, fdec, FDEC_STRIDE*20 * SIZEOF_PIXEL );\
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2523-    {
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2524:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2525-        for( int i = 0; i < 32; i++ )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2606-#else
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2607:#define run_cabac_decision_asm run_cabac_decision_c
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2608:#define run_cabac_bypass_asm run_cabac_bypass_c
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2609:#define run_cabac_terminal_asm run_cabac_terminal_c
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2610-#endif
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2615-{
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2616:    int ret = 0, ok = 1, used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2617-    x264_t h;
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2635-    {\
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2636:        used_asm = 1;\
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2637-        set_func_name( #name );\
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2694-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2695:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2696-    CABAC_RESIDUAL( cabac_block_residual_rd, 0, DCT_LUMA_8x8-1, 1 )
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2699-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2700:    if( cpu_ref || run_cabac_decision_c == run_cabac_decision_asm )
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2701-        return ret;
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2702:    ok = 1; used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2703-    x264_cabac_init( &h );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2734-
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2735:    int ret = 0, ok = 1, used_asm = 0;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2736-
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2745-        uint8_t *output2 = malloc(size*2);
x264-0.160.3011+gitcde9a93/tools/checkasm.c:2746:        used_asm = 1;
x264-0.160.3011+gitcde9a93/tools/checkasm.c-2747-        set_func_name( "nal_escape" );
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm-a.asm-59-
x264-0.160.3011+gitcde9a93/tools/checkasm-a.asm:60:; max number of args used by any x264 asm function.
x264-0.160.3011+gitcde9a93/tools/checkasm-a.asm-61-%define max_args 15
##############################################
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-3-# This code is licensed under GPLv2 or later; go to gnu.org to read it
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl:4:#  (not that it much matters for an asm preprocessor)
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-5-# usage: set your assembler to be something like "perl gas-preprocessor.pl gcc"
##############################################
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-86-} elsif (grep /\.[sS]$/, @gcc_cmd) {
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl:87:    # asm file, just do C preprocessor
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-88-    @preprocess_c_cmd = (@gcc_cmd, "-E");
##############################################
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-169-
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl:170:    # Remove most parameters from gcc_cmd, which actually is the armasm command,
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-171-    # which doesn't support any of the common compiler/preprocessor options.
##############################################
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-470-
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl:471:    # Strip out the .set lines from the armasm output
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-472-    return if (handle_set($line) and $as_type eq "armasm");
##############################################
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-849-        if ($line =~ s/^\s*(\d+)://) {
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl:850:            # Convert local labels into unique labels. armasm (at least in
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-851-            # RVCT) has something similar, but still different enough.
##############################################
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-875-            # If not a label, make sure the line starts with whitespace,
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl:876:            # otherwise ms armasm interprets it incorrectly.
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-877-            $line =~ s/^[\.\w]/\t$&/;
##############################################
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-921-
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl:922:        # ALIGN in armasm syntax is the actual number of bytes
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-923-        if ($line =~ /\.(?:p2)?align\s+(\d+)/) {
##############################################
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-926-        }
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl:927:        # Convert gas style [r0, :128] into armasm [r0@128] alignment specification
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-928-        $line =~ s/\[([^\[,]+),?\s*:(\d+)\]/[$1\@$2]/g;
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-929-
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl:930:        # armasm treats logical values {TRUE} and {FALSE} separately from
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-931-        # numeric values - logical operators and values can't be intermixed
##############################################
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-963-            # Misc bugs/deficiencies:
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl:964:            # armasm seems unable to parse e.g. "vmov s0, s1" without a type
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-965-            # qualifier, thus add .f32.
##############################################
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-1052-        }
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl:1053:        # armasm is unable to parse &0x - add spacing
x264-0.160.3011+gitcde9a93/tools/gas-preprocessor.pl-1054-        $line =~ s/&0x/& 0x/g;
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm-arm.S-44-
x264-0.160.3011+gitcde9a93/tools/checkasm-arm.S:45:@ max number of args used by any x264 asm function.
x264-0.160.3011+gitcde9a93/tools/checkasm-arm.S-46-#define MAX_ARGS 15
##############################################
x264-0.160.3011+gitcde9a93/tools/checkasm-aarch64.S-55-
x264-0.160.3011+gitcde9a93/tools/checkasm-aarch64.S:56:// max number of args used by any x264 asm function.
x264-0.160.3011+gitcde9a93/tools/checkasm-aarch64.S-57-#define MAX_ARGS 15
##############################################
x264-0.160.3011+gitcde9a93/config.guess-34-
x264-0.160.3011+gitcde9a93/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
x264-0.160.3011+gitcde9a93/config.guess-36-
##############################################
x264-0.160.3011+gitcde9a93/config.guess-102-: ${TMPDIR=/tmp} ;
x264-0.160.3011+gitcde9a93/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
x264-0.160.3011+gitcde9a93/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
x264-0.160.3011+gitcde9a93/config.guess-151-	EOF
x264-0.160.3011+gitcde9a93/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
x264-0.160.3011+gitcde9a93/config.guess-153-
##############################################
x264-0.160.3011+gitcde9a93/config.guess-188-	    earmv*)
x264-0.160.3011+gitcde9a93/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
x264-0.160.3011+gitcde9a93/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
x264-0.160.3011+gitcde9a93/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
x264-0.160.3011+gitcde9a93/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
x264-0.160.3011+gitcde9a93/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
x264-0.160.3011+gitcde9a93/config.guess-222-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-233-	    *)
x264-0.160.3011+gitcde9a93/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
x264-0.160.3011+gitcde9a93/config.guess-235-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-280-	*4.0)
x264-0.160.3011+gitcde9a93/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
x264-0.160.3011+gitcde9a93/config.guess-282-		;;
x264-0.160.3011+gitcde9a93/config.guess-283-	*5.*)
x264-0.160.3011+gitcde9a93/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
x264-0.160.3011+gitcde9a93/config.guess-285-		;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
x264-0.160.3011+gitcde9a93/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
x264-0.160.3011+gitcde9a93/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
x264-0.160.3011+gitcde9a93/config.guess-328-	# 1.2 uses "1.2" for uname -r.
x264-0.160.3011+gitcde9a93/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
x264-0.160.3011+gitcde9a93/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
x264-0.160.3011+gitcde9a93/config.guess-379-    s390x:SunOS:*:*)
x264-0.160.3011+gitcde9a93/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
x264-0.160.3011+gitcde9a93/config.guess-381-	exit ;;
x264-0.160.3011+gitcde9a93/config.guess-382-    sun4H:SunOS:5.*:*)
x264-0.160.3011+gitcde9a93/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
x264-0.160.3011+gitcde9a93/config.guess-384-	exit ;;
x264-0.160.3011+gitcde9a93/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
x264-0.160.3011+gitcde9a93/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
x264-0.160.3011+gitcde9a93/config.guess-387-	exit ;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-404-	fi
x264-0.160.3011+gitcde9a93/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
x264-0.160.3011+gitcde9a93/config.guess-406-	exit ;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
x264-0.160.3011+gitcde9a93/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
x264-0.160.3011+gitcde9a93/config.guess-412-	exit ;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
x264-0.160.3011+gitcde9a93/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
x264-0.160.3011+gitcde9a93/config.guess-421-	exit ;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-425-    sun*:*:4.2BSD:*)
x264-0.160.3011+gitcde9a93/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
x264-0.160.3011+gitcde9a93/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
x264-0.160.3011+gitcde9a93/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
x264-0.160.3011+gitcde9a93/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
x264-0.160.3011+gitcde9a93/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
x264-0.160.3011+gitcde9a93/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
x264-0.160.3011+gitcde9a93/config.guess-563-    *:IRIX*:*:*)
x264-0.160.3011+gitcde9a93/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
x264-0.160.3011+gitcde9a93/config.guess-565-	exit ;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-593-EOF
x264-0.160.3011+gitcde9a93/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
x264-0.160.3011+gitcde9a93/config.guess-595-		then
##############################################
x264-0.160.3011+gitcde9a93/config.guess-606-    *:AIX:*:[4567])
x264-0.160.3011+gitcde9a93/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
x264-0.160.3011+gitcde9a93/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
x264-0.160.3011+gitcde9a93/config.guess-642-    9000/[34678]??:HP-UX:*:*)
x264-0.160.3011+gitcde9a93/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
x264-0.160.3011+gitcde9a93/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
x264-0.160.3011+gitcde9a93/config.guess-696-EOF
x264-0.160.3011+gitcde9a93/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
x264-0.160.3011+gitcde9a93/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
x264-0.160.3011+gitcde9a93/config.guess-724-    ia64:HP-UX:*:*)
x264-0.160.3011+gitcde9a93/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
x264-0.160.3011+gitcde9a93/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
x264-0.160.3011+gitcde9a93/config.guess-754-EOF
x264-0.160.3011+gitcde9a93/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
x264-0.160.3011+gitcde9a93/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
x264-0.160.3011+gitcde9a93/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
x264-0.160.3011+gitcde9a93/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
x264-0.160.3011+gitcde9a93/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
x264-0.160.3011+gitcde9a93/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
x264-0.160.3011+gitcde9a93/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
x264-0.160.3011+gitcde9a93/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
x264-0.160.3011+gitcde9a93/config.guess-850-	esac
x264-0.160.3011+gitcde9a93/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
x264-0.160.3011+gitcde9a93/config.guess-852-	exit ;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-886-    prep*:SunOS:5.*:*)
x264-0.160.3011+gitcde9a93/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
x264-0.160.3011+gitcde9a93/config.guess-888-	exit ;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-890-	# the GNU system
x264-0.160.3011+gitcde9a93/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
x264-0.160.3011+gitcde9a93/config.guess-892-	exit ;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-894-	# other systems with GNU libc and userland
x264-0.160.3011+gitcde9a93/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
x264-0.160.3011+gitcde9a93/config.guess-896-	exit ;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-988-EOF
x264-0.160.3011+gitcde9a93/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
x264-0.160.3011+gitcde9a93/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
x264-0.160.3011+gitcde9a93/config.guess-1092-    i*86:*:4.*:*)
x264-0.160.3011+gitcde9a93/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
x264-0.160.3011+gitcde9a93/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
x264-0.160.3011+gitcde9a93/config.guess-1295-	fi
x264-0.160.3011+gitcde9a93/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
x264-0.160.3011+gitcde9a93/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
x264-0.160.3011+gitcde9a93/config.guess-1393-    *:DragonFly:*:*)
x264-0.160.3011+gitcde9a93/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
x264-0.160.3011+gitcde9a93/config.guess-1395-	exit ;;
##############################################
x264-0.160.3011+gitcde9a93/config.guess-1406-    i*86:skyos:*:*)
x264-0.160.3011+gitcde9a93/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
x264-0.160.3011+gitcde9a93/config.guess-1408-	exit ;;
##############################################
x264-0.160.3011+gitcde9a93/encoder/encoder.c-458-        {
x264-0.160.3011+gitcde9a93/encoder/encoder.c:459:            x264_log( h, X264_LOG_ERROR, "to run x264, recompile without asm (configure --disable-asm)\n");
x264-0.160.3011+gitcde9a93/encoder/encoder.c-460-            return -1;
##############################################
x264-0.160.3011+gitcde9a93/encoder/me.c-672-                        pixel *ref = p_fref_w+min_x+my*stride;
x264-0.160.3011+gitcde9a93/encoder/me.c:673:                        ALIGNED_ARRAY_16( int, sads,[4] ); /* padded to [4] for asm */
x264-0.160.3011+gitcde9a93/encoder/me.c-674-                        h->pixf.sad_x3[i_pixel]( p_fenc, ref+xs[i], ref+xs[i+1], ref+xs[i+2], stride, sads );
##############################################
x264-0.160.3011+gitcde9a93/common/macroblock.c-398-    int buf_lookahead_threads = (h->mb.i_mb_height + (4 + 32) * h->param.i_lookahead_threads) * sizeof(int) * 2;
x264-0.160.3011+gitcde9a93/common/macroblock.c:399:    int buf_mbtree2 = buf_mbtree * 12; /* size of the internal propagate_list asm buffer */
x264-0.160.3011+gitcde9a93/common/macroblock.c-400-    scratch_size = X264_MAX( buf_lookahead_threads, buf_mbtree2 );
##############################################
x264-0.160.3011+gitcde9a93/common/arm/asm.S-47-#ifdef BIT_DEPTH
x264-0.160.3011+gitcde9a93/common/arm/asm.S:48:#   define EXTERN_ASM JOIN(JOIN(BASE, BIT_DEPTH), _)
x264-0.160.3011+gitcde9a93/common/arm/asm.S-49-#else
x264-0.160.3011+gitcde9a93/common/arm/asm.S:50:#   define EXTERN_ASM BASE
x264-0.160.3011+gitcde9a93/common/arm/asm.S-51-#endif
##############################################
x264-0.160.3011+gitcde9a93/common/set.c-87-    int num_8x8_lists = h->sps->i_chroma_format_idc == CHROMA_444 ? 4
x264-0.160.3011+gitcde9a93/common/set.c:88:                      : h->param.analyse.b_transform_8x8 ? 2 : 0; /* Checkasm may segfault if optimized out by --chroma-format */
x264-0.160.3011+gitcde9a93/common/set.c-89-
##############################################
x264-0.160.3011+gitcde9a93/common/cpu.h-38-/* Clobbering memory makes the compiler less likely to reorder code. */
x264-0.160.3011+gitcde9a93/common/cpu.h:39:#define x264_emms() asm volatile( "emms":::"memory","st","st(1)","st(2)", \
x264-0.160.3011+gitcde9a93/common/cpu.h-40-                                  "st(3)","st(4)","st(5)","st(6)","st(7)" )
##############################################
x264-0.160.3011+gitcde9a93/common/x86/trellis-64.asm-208-    ; Keep a single offset register to PICify all global constants.
x264-0.160.3011+gitcde9a93/common/x86/trellis-64.asm:209:    ; They're all relative to "beginning of this asm file's .text section",
x264-0.160.3011+gitcde9a93/common/x86/trellis-64.asm-210-    ; even tables that aren't in this file.
##############################################
x264-0.160.3011+gitcde9a93/common/x86/sad-a.asm-1921-%endif
x264-0.160.3011+gitcde9a93/common/x86/sad-a.asm:1922:%define sad_w16_addr (sad_w16_align1_%1 + (sad_w16_align1_%1 - sad_w16_align2_%1))
x264-0.160.3011+gitcde9a93/common/x86/sad-a.asm-1923-%if ARCH_X86_64
##############################################
x264-0.160.3011+gitcde9a93/common/x86/mc-a.asm-1165-; Cacheline split code for processors with high latencies for loads
x264-0.160.3011+gitcde9a93/common/x86/mc-a.asm:1166:; split over cache lines.  See sad-a.asm for a more detailed explanation.
x264-0.160.3011+gitcde9a93/common/x86/mc-a.asm-1167-; This particular instance is complicated by the fact that src1 and src2
##############################################
x264-0.160.3011+gitcde9a93/common/x86/util.h-41-
x264-0.160.3011+gitcde9a93/common/x86/util.h:42:#if HAVE_X86_INLINE_ASM && HAVE_MMX
x264-0.160.3011+gitcde9a93/common/x86/util.h-43-
##############################################
x264-0.160.3011+gitcde9a93/common/x86/x86inc.asm-1-;*****************************************************************************
x264-0.160.3011+gitcde9a93/common/x86/x86inc.asm:2:;* x86inc.asm: x264asm abstraction layer
x264-0.160.3011+gitcde9a93/common/x86/x86inc.asm-3-;*****************************************************************************
##############################################
x264-0.160.3011+gitcde9a93/common/x86/x86inc.asm-23-
x264-0.160.3011+gitcde9a93/common/x86/x86inc.asm:24:; This is a header file for the x264ASM assembly language, which uses
x264-0.160.3011+gitcde9a93/common/x86/x86inc.asm:25:; NASM/YASM syntax combined with a large number of macros to provide easy
x264-0.160.3011+gitcde9a93/common/x86/x86inc.asm-26-; abstraction between different calling conventions (x86_32, win64, linux64).
##############################################
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c-81-#define PREDICT_16x16_P_ASM\
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c:82:    asm (\
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c-83-        "movdqu           %1, %%xmm1 \n"\
##############################################
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c-98-#define PREDICT_16x16_P_ASM\
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c:99:    asm (\
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c-100-        "movq           %1, %%mm1 \n"\
##############################################
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c-222-#define PREDICT_8x8C_P_ASM\
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c:223:    asm (\
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c-224-        "movdqa           %1, %%xmm0 \n"\
##############################################
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c-235-#define PREDICT_8x8C_P_ASM\
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c:236:    asm (\
x264-0.160.3011+gitcde9a93/common/x86/predict-c.c-237-        "movq           %1, %%mm0 \n"\
##############################################
x264-0.160.3011+gitcde9a93/common/osdep.h-387-
x264-0.160.3011+gitcde9a93/common/osdep.h:388:#define asm __asm__
x264-0.160.3011+gitcde9a93/common/osdep.h-389-
##############################################
x264-0.160.3011+gitcde9a93/common/osdep.h-395-#else
x264-0.160.3011+gitcde9a93/common/osdep.h:396:#if HAVE_X86_INLINE_ASM && HAVE_MMX
x264-0.160.3011+gitcde9a93/common/osdep.h-397-static ALWAYS_INLINE uint32_t endian_fix32( uint32_t x )
##############################################
x264-0.160.3011+gitcde9a93/common/osdep.h-413-#endif
x264-0.160.3011+gitcde9a93/common/osdep.h:414:#if HAVE_X86_INLINE_ASM && ARCH_X86_64
x264-0.160.3011+gitcde9a93/common/osdep.h-415-static ALWAYS_INLINE uint64_t endian_fix64( uint64_t x )
##############################################
x264-0.160.3011+gitcde9a93/common/osdep.h-471-
x264-0.160.3011+gitcde9a93/common/osdep.h:472:#if HAVE_X86_INLINE_ASM && HAVE_MMX
x264-0.160.3011+gitcde9a93/common/osdep.h-473-/* Don't use __builtin_prefetch; even as recent as 4.3.4, GCC seems incapable of
##############################################
x264-0.160.3011+gitcde9a93/common/osdep.h-476-{
x264-0.160.3011+gitcde9a93/common/osdep.h:477:    asm volatile( "prefetcht0 %0"::"m"(*(uint8_t*)p) );
x264-0.160.3011+gitcde9a93/common/osdep.h-478-}
##############################################
x264-0.160.3011+gitcde9a93/common/aarch64/asm-offsets.c-1-/*****************************************************************************
x264-0.160.3011+gitcde9a93/common/aarch64/asm-offsets.c:2: * asm-offsets.c: check asm offsets for aarch64
x264-0.160.3011+gitcde9a93/common/aarch64/asm-offsets.c-3- *****************************************************************************
##############################################
x264-0.160.3011+gitcde9a93/common/aarch64/asm-offsets.h-1-/*****************************************************************************
x264-0.160.3011+gitcde9a93/common/aarch64/asm-offsets.h:2: * asm-offsets.h: asm offsets for aarch64
x264-0.160.3011+gitcde9a93/common/aarch64/asm-offsets.h-3- *****************************************************************************
##############################################
x264-0.160.3011+gitcde9a93/common/aarch64/asm.S-41-#ifdef BIT_DEPTH
x264-0.160.3011+gitcde9a93/common/aarch64/asm.S:42:#   define EXTERN_ASM JOIN(JOIN(BASE, BIT_DEPTH), _)
x264-0.160.3011+gitcde9a93/common/aarch64/asm.S-43-#else
x264-0.160.3011+gitcde9a93/common/aarch64/asm.S:44:#   define EXTERN_ASM BASE
x264-0.160.3011+gitcde9a93/common/aarch64/asm.S-45-#endif
##############################################
x264-0.160.3011+gitcde9a93/common/mips/macros.h-55-                                                     \
x264-0.160.3011+gitcde9a93/common/mips/macros.h:56:        asm volatile (                               \
x264-0.160.3011+gitcde9a93/common/mips/macros.h-57-            "lh  %[u_val_h_m],  %[p_src_m]  \n\t"    \
##############################################
x264-0.160.3011+gitcde9a93/common/mips/macros.h-70-                                                     \
x264-0.160.3011+gitcde9a93/common/mips/macros.h:71:        asm volatile (                               \
x264-0.160.3011+gitcde9a93/common/mips/macros.h-72-            "lw  %[u_val_w_m],  %[p_src_m]  \n\t"    \
##############################################
x264-0.160.3011+gitcde9a93/common/mips/macros.h-86-                                                         \
x264-0.160.3011+gitcde9a93/common/mips/macros.h:87:            asm volatile (                               \
x264-0.160.3011+gitcde9a93/common/mips/macros.h-88-                "ld  %[u_val_d_m],  %[p_src_m]  \n\t"    \
##############################################
x264-0.160.3011+gitcde9a93/common/mips/macros.h-119-                                                     \
x264-0.160.3011+gitcde9a93/common/mips/macros.h:120:        asm volatile (                               \
x264-0.160.3011+gitcde9a93/common/mips/macros.h-121-            "sh  %[u_val_h_m],  %[p_dst_m]  \n\t"    \
##############################################
x264-0.160.3011+gitcde9a93/common/mips/macros.h-132-                                                     \
x264-0.160.3011+gitcde9a93/common/mips/macros.h:133:        asm volatile (                               \
x264-0.160.3011+gitcde9a93/common/mips/macros.h-134-            "sw  %[u_val_w_m],  %[p_dst_m]  \n\t"    \
##############################################
x264-0.160.3011+gitcde9a93/common/mips/macros.h-145-                                                     \
x264-0.160.3011+gitcde9a93/common/mips/macros.h:146:        asm volatile (                               \
x264-0.160.3011+gitcde9a93/common/mips/macros.h-147-            "sd  %[u_val_d_m],  %[p_dst_m]  \n\t"    \
##############################################
x264-0.160.3011+gitcde9a93/common/mips/macros.h-159-                                                     \
x264-0.160.3011+gitcde9a93/common/mips/macros.h:160:        asm volatile (                               \
x264-0.160.3011+gitcde9a93/common/mips/macros.h-161-            "ulh  %[u_val_h_m],  %[p_src_m]  \n\t"   \
##############################################
x264-0.160.3011+gitcde9a93/common/mips/macros.h-174-                                                     \
x264-0.160.3011+gitcde9a93/common/mips/macros.h:175:        asm volatile (                               \
x264-0.160.3011+gitcde9a93/common/mips/macros.h-176-            "ulw  %[u_val_w_m],  %[p_src_m]  \n\t"   \
##############################################
x264-0.160.3011+gitcde9a93/common/mips/macros.h-190-                                                         \
x264-0.160.3011+gitcde9a93/common/mips/macros.h:191:            asm volatile (                               \
x264-0.160.3011+gitcde9a93/common/mips/macros.h-192-                "uld  %[u_val_d_m],  %[p_src_m]  \n\t"   \
##############################################
x264-0.160.3011+gitcde9a93/common/mips/macros.h-223-                                                     \
x264-0.160.3011+gitcde9a93/common/mips/macros.h:224:        asm volatile (                               \
x264-0.160.3011+gitcde9a93/common/mips/macros.h-225-            "ush  %[u_val_h_m],  %[p_dst_m]  \n\t"   \
##############################################
x264-0.160.3011+gitcde9a93/common/mips/macros.h-236-                                                     \
x264-0.160.3011+gitcde9a93/common/mips/macros.h:237:        asm volatile (                               \
x264-0.160.3011+gitcde9a93/common/mips/macros.h-238-            "usw  %[u_val_w_m],  %[p_dst_m]  \n\t"   \
##############################################
x264-0.160.3011+gitcde9a93/common/pixel.c-615-
x264-0.160.3011+gitcde9a93/common/pixel.c:616:// No C implementation of intra_satd_x9. See checkasm for its behavior,
x264-0.160.3011+gitcde9a93/common/pixel.c-617-// or see mb_analyse_intra for the entirely different algorithm we
x264-0.160.3011+gitcde9a93/common/pixel.c:618:// use when lacking an asm implementation of it.
x264-0.160.3011+gitcde9a93/common/pixel.c-619-
##############################################
x264-0.160.3011+gitcde9a93/common/frame.c-222-
x264-0.160.3011+gitcde9a93/common/frame.c:223:            /* mbtree asm can overread the input buffers, make sure we don't read outside of allocated memory. */
x264-0.160.3011+gitcde9a93/common/frame.c-224-            prealloc_size += NATIVE_ALIGN;
##############################################
x264-0.160.3011+gitcde9a93/common/tables.c-358-/* the inverse of the scaling factors introduced by 8x8 fdct */
x264-0.160.3011+gitcde9a93/common/tables.c:359:/* uint32 is for the asm implementation of trellis. the actual values fit in uint16. */
x264-0.160.3011+gitcde9a93/common/tables.c-360-#define W(i) (i==0 ? FIX8(1.0000) :\
##############################################
x264-0.160.3011+gitcde9a93/common/cpu.c-48-#if ARCH_X86 || ARCH_X86_64
x264-0.160.3011+gitcde9a93/common/cpu.c:49://  {"MMX",         X264_CPU_MMX},  // we don't support asm on mmx1 cpus anymore
x264-0.160.3011+gitcde9a93/common/cpu.c-50-#define MMX2 X264_CPU_MMX|X264_CPU_MMX2
##############################################
x264-0.160.3011+gitcde9a93/common/cpu.c-344-    canjump = 1;
x264-0.160.3011+gitcde9a93/common/cpu.c:345:    asm volatile( "mtspr 256, %0\n\t"
x264-0.160.3011+gitcde9a93/common/cpu.c-346-                  "vand 0, 0, 0\n\t"
##############################################
x264-0.160.3011+gitcde9a93/common/cabac.h-63-void x264_cabac_encode_decision_c( x264_cabac_t *cb, int i_ctx, int b );
x264-0.160.3011+gitcde9a93/common/cabac.h:64:#define x264_cabac_encode_decision_asm x264_template(cabac_encode_decision_asm)
x264-0.160.3011+gitcde9a93/common/cabac.h-65-void x264_cabac_encode_decision_asm( x264_cabac_t *cb, int i_ctx, int b );
##############################################
x264-0.160.3011+gitcde9a93/common/cabac.h-67-void x264_cabac_encode_bypass_c( x264_cabac_t *cb, int b );
x264-0.160.3011+gitcde9a93/common/cabac.h:68:#define x264_cabac_encode_bypass_asm x264_template(cabac_encode_bypass_asm)
x264-0.160.3011+gitcde9a93/common/cabac.h-69-void x264_cabac_encode_bypass_asm( x264_cabac_t *cb, int b );
##############################################
x264-0.160.3011+gitcde9a93/common/cabac.h-71-void x264_cabac_encode_terminal_c( x264_cabac_t *cb );
x264-0.160.3011+gitcde9a93/common/cabac.h:72:#define x264_cabac_encode_terminal_asm x264_template(cabac_encode_terminal_asm)
x264-0.160.3011+gitcde9a93/common/cabac.h-73-void x264_cabac_encode_terminal_asm( x264_cabac_t *cb );
##############################################
x264-0.160.3011+gitcde9a93/common/common.h-616-
x264-0.160.3011+gitcde9a93/common/common.h:617:            /* i_non_zero_count if available else 0x80. intentionally misaligned by 8 for asm */
x264-0.160.3011+gitcde9a93/common/common.h-618-            ALIGNED_8( uint8_t non_zero_count[X264_SCAN8_SIZE] );
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-104-  * New upstream version 0.152.2854+gite9a5903
x264-0.160.3011+gitcde9a93/debian/changelog:105:  * Require nasm (>= 2.13) instead of yasm
x264-0.160.3011+gitcde9a93/debian/changelog-106-  * Update debian/control for soname bump
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-202-
x264-0.160.3011+gitcde9a93/debian/changelog:203:  * Pass --disable-asm while building on mips, mipsel, mips64el
x264-0.160.3011+gitcde9a93/debian/changelog-204-    (Closes: #802550)
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-575-  [ Fabian Greffrath ]
x264-0.160.3011+gitcde9a93/debian/changelog:576:  * Build-Depend on yasm on all i386 and amd64 archs,
x264-0.160.3011+gitcde9a93/debian/changelog-577-    fixes FTBFS on kfreebsd-i386. Remove lpia, it's deprecated.
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-749-  * Merge from debian-multimedia, Ubuntu remaining changes:
x264-0.160.3011+gitcde9a93/debian/changelog:750:    - Build-Depends on yasm for lpia.
x264-0.160.3011+gitcde9a93/debian/changelog-751-
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-796-  * Merge from Debian multimedia (LP: #243451), remaining Ubuntu changes:
x264-0.160.3011+gitcde9a93/debian/changelog:797:    - b-d on yasm on lpia.
x264-0.160.3011+gitcde9a93/debian/changelog-798-
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-809-  * Net git release.
x264-0.160.3011+gitcde9a93/debian/changelog:810:  * Now yasm is the default assembler.
x264-0.160.3011+gitcde9a93/debian/changelog-811-  * The GTK frontend is gone.
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-864-    - Set epoch
x264-0.160.3011+gitcde9a93/debian/changelog:865:    - b-d nasm on lpia
x264-0.160.3011+gitcde9a93/debian/changelog-866-    - Drop b-d version on nasm,  associated Debian issue not relevant
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-892-    - Set epoch
x264-0.160.3011+gitcde9a93/debian/changelog:893:    - b-d nasm on lpia
x264-0.160.3011+gitcde9a93/debian/changelog-894-    - Drop b-d version on nasm,  associated Debian issue not relevant
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-906-
x264-0.160.3011+gitcde9a93/debian/changelog:907:  * Same bug as in 0.svn20070613-0.2 yasm doesn't work and the latest nasm
x264-0.160.3011+gitcde9a93/debian/changelog-908-    (0.99.01-1) doesn't work too... So make a Build-Depends on
x264-0.160.3011+gitcde9a93/debian/changelog:909:    nasm (= 0.98.38-1.2).
x264-0.160.3011+gitcde9a93/debian/changelog-910-
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-916-  * New svn release 671.
x264-0.160.3011+gitcde9a93/debian/changelog:917:  * Back to yasm for i386 (doesn't build with latest nasm and yasm support
x264-0.160.3011+gitcde9a93/debian/changelog-918-    for i386 seem's to be fixed).
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-923-
x264-0.160.3011+gitcde9a93/debian/changelog:924:  * Build with nasm for i386.
x264-0.160.3011+gitcde9a93/debian/changelog-925-
##############################################
x264-0.160.3011+gitcde9a93/debian/changelog-938-  * Build with --enable-gtk, --enable-mp4-output  and --enable-visualize
x264-0.160.3011+gitcde9a93/debian/changelog:939:  * Use yasm instead of nasm for i386.
x264-0.160.3011+gitcde9a93/debian/changelog-940-
##############################################
x264-0.160.3011+gitcde9a93/debian/confflags-24-# XXX why isn't --enable-visualize used in the static build?
x264-0.160.3011+gitcde9a93/debian/confflags:25:# TODO --disable-asm when we build an opt flavor?
x264-0.160.3011+gitcde9a93/debian/confflags-26-static_confflags += \
##############################################
x264-0.160.3011+gitcde9a93/debian/confflags-31-# upstream defaults to forcing a bunch of optimizations on various arches;
x264-0.160.3011+gitcde9a93/debian/confflags:32:# --disable-asm should disable them all, but then we need to figure out what
x264-0.160.3011+gitcde9a93/debian/confflags-33-# the toolchain actually targets to turn then back on ourselves if appropriate;
##############################################
x264-0.160.3011+gitcde9a93/debian/confflags-47-
x264-0.160.3011+gitcde9a93/debian/confflags:48:# this is only used for the check_asm macro
x264-0.160.3011+gitcde9a93/debian/confflags-49-ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
##############################################
x264-0.160.3011+gitcde9a93/debian/confflags-58-check_c = $(shell echo 'int main(void) { $(1); }' | $(CC) -Werror $(2) -x c - -o /dev/null 2>/dev/null && echo 1 || echo 0)
x264-0.160.3011+gitcde9a93/debian/confflags:59:check_asm = $(call check_c, __asm__ volatile("$(1)"))
x264-0.160.3011+gitcde9a93/debian/confflags-60-
##############################################
x264-0.160.3011+gitcde9a93/debian/confflags-66-ifneq (,$(filter i386 i486 i586 i686 pentium,$(DEB_HOST_GNU_CPU)))
x264-0.160.3011+gitcde9a93/debian/confflags:67:sse_asm := addss m0, m0
x264-0.160.3011+gitcde9a93/debian/confflags-68-has_sse := $(call check_asm, $(sse_asm))
##############################################
x264-0.160.3011+gitcde9a93/debian/confflags-83-# -mabi=altivec by default
x264-0.160.3011+gitcde9a93/debian/confflags:84:# XXX upstream: --disable-asm should disable altivec; fixed in
x264-0.160.3011+gitcde9a93/debian/confflags-85-# 6a443d3cdf338408b1b39e7f336306d2a34703f6
##############################################
x264-0.160.3011+gitcde9a93/debian/confflags-101-# default
x264-0.160.3011+gitcde9a93/debian/confflags:102:# XXX upstream: --disable-asm should disable vis; fixed in
x264-0.160.3011+gitcde9a93/debian/confflags-103-# 6a443d3cdf338408b1b39e7f336306d2a34703f6
x264-0.160.3011+gitcde9a93/debian/confflags-104-ifeq (sparc,$(DEB_HOST_GNU_CPU))
x264-0.160.3011+gitcde9a93/debian/confflags:105:vis_asm := pdist %f0, %f0, %f0
x264-0.160.3011+gitcde9a93/debian/confflags-106-has_vis := $(call check_asm, $(vis_asm))
##############################################
x264-0.160.3011+gitcde9a93/debian/confflags-130-ifeq (arm,$(DEB_HOST_GNU_CPU))
x264-0.160.3011+gitcde9a93/debian/confflags:131:armv6t2_asm := movt r0, \#0
x264-0.160.3011+gitcde9a93/debian/confflags-132-has_armv6t2 := $(call check_asm, $(armv6t2_asm))
##############################################
x264-0.160.3011+gitcde9a93/debian/control-12- libgpac-dev (>= 0.5.0+svn4288~) <!stage1>,
x264-0.160.3011+gitcde9a93/debian/control:13: nasm (>= 2.13) [any-i386 any-amd64]
x264-0.160.3011+gitcde9a93/debian/control-14-Standards-Version: 4.5.0
##############################################
x264-0.160.3011+gitcde9a93/debian/control.in-12- libgpac-dev (>= 0.5.0+svn4288~) <!stage1>,
x264-0.160.3011+gitcde9a93/debian/control.in:13: nasm (>= 2.13) [any-i386 any-amd64]
x264-0.160.3011+gitcde9a93/debian/control.in-14-Standards-Version: 4.5.0
##############################################
x264-0.160.3011+gitcde9a93/debian/debian-version.sh-4-VENDOR=`dpkg-vendor --query vendor`
x264-0.160.3011+gitcde9a93/debian/debian-version.sh:5:PACKAGE_VERSION=`dpkg-parsechangelog  | awk '/^Version:/ {print $$2}'`
x264-0.160.3011+gitcde9a93/debian/debian-version.sh-6-BUILD=`grep '#define X264_BUILD' < x264.h | sed -e 's/.* \([1-9][0-9]*\).*/\1/'`
x264-0.160.3011+gitcde9a93/debian/debian-version.sh:7:POINTVER=`echo $PACKAGE_VERSION | sed -e 's/[0-9]\:\(0\.[0-9]*\.[0-9]*\).*/\1/'`
x264-0.160.3011+gitcde9a93/debian/debian-version.sh-8-
##############################################
x264-0.160.3011+gitcde9a93/debian/patches/properly_detect_x32.patch-22- 
x264-0.160.3011+gitcde9a93/debian/patches/properly_detect_x32.patch:23:+case `$CC -dumpmachine` in
x264-0.160.3011+gitcde9a93/debian/patches/properly_detect_x32.patch-24-+    *gnux32) host_cpu=x32
##############################################
x264-0.160.3011+gitcde9a93/debian/patches/properly_detect_x32.patch-39-         ARCH="PPC"
x264-0.160.3011+gitcde9a93/debian/patches/properly_detect_x32.patch:40:         if [ $asm = auto ] ; then
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-36-Advanced options:
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:37:  --disable-asm            disable platform-specific assembly optimizations
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-38-  --enable-lto             enable link-time optimization
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-406-CONFIG_HAVE="MALLOC_H ALTIVEC ALTIVEC_H MMX ARMV6 ARMV6T2 NEON AARCH64 BEOSTHREAD POSIXTHREAD WIN32THREAD THREAD LOG2F SWSCALE \
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:407:             LAVF FFMS GPAC AVS GPL VECTOREXT INTERLACED CPU_COUNT OPENCL THP LSMASH X86_INLINE_ASM AS_FUNC INTEL_DISPATCHER \
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:408:             MSA MMAP WINRT VSX ARM_INLINE_ASM STRTOK_R CLOCK_GETTIME BITDEPTH8 BITDEPTH10"
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-409-
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-781-        ARCH="PPC"
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:782:        if [ $asm = auto ] ; then
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-783-            define HAVE_ALTIVEC
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-820-        elif [ "$SYS" = WINDOWS ] && [ "$compiler" = CL ] ; then
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:821:            AS="${AS-${SRCPATH}/tools/gas-preprocessor.pl -arch arm -as-type armasm -force-thumb -- armasm -nologo -ignore 4509}"
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-822-        elif [ "$SYS" = WINDOWS ] ; then
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-834-        elif [ "$SYS" = WINDOWS ] && [ "$compiler" = CL ] ; then
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:835:            AS="${AS-${SRCPATH}/tools/gas-preprocessor.pl -arch aarch64 -as-type armasm -- armasm64 -nologo}"
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-836-        else
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-940-
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:941:if [ $asm = auto -a \( $ARCH = X86 -o $ARCH = X86_64 \) ] ; then
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-942-    if ! as_check "vmovdqa32 [eax]{k1}{z}, zmm0" ; then
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-952-
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:953:if [ $asm = auto -a $ARCH = ARM ] ; then
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-954-    # set flags so neon is built by default
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-972-
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:973:if [ $asm = auto -a $ARCH = AARCH64 ] ; then
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-974-    if [ $compiler = CL ] && cpp_check '' '' 'defined(_M_ARM64)' ; then
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-987-
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:988:if [ $asm = auto -a \( $ARCH = ARM -o $ARCH = AARCH64 \) ] ; then
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-989-    # check if the assembler supports '.func' (clang 3.5 does not)
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-992-
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:993:if [ $asm = auto -a $ARCH = MIPS ] ; then
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-994-    if ! echo $CFLAGS | grep -Eq '(-march|-mmsa|-mno-msa)' ; then
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-1006-
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:1007:[ $asm = no ] && AS=""
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-1008-[ "x$AS" = x ] && asm="no" || asm="yes"
##############################################
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-1456-    # icc does not define __SSE__ until SSE2 optimization and icl never defines it or _M_IX86_FP
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure:1457:    [ \( $ARCH = X86_64 -o $ARCH = X86 \) -a $asm = yes ] && ! cpp_check "" "" "defined(__SSE__)" && define __SSE__
x264-0.160.3011+gitcde9a93/.pc/link_gpac_dynamically.patch/configure-1458-    PROF_GEN_CC="${QPRE}prof-gen ${QPRE}prof-dir."
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/common/common.h-616-
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/common/common.h:617:            /* i_non_zero_count if available else 0x80. intentionally misaligned by 8 for asm */
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/common/common.h-618-            ALIGNED_8( uint8_t non_zero_count[X264_SCAN8_SIZE] );
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-36-Advanced options:
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:37:  --disable-asm            disable platform-specific assembly optimizations
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-38-  --enable-lto             enable link-time optimization
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-406-CONFIG_HAVE="MALLOC_H ALTIVEC ALTIVEC_H MMX ARMV6 ARMV6T2 NEON AARCH64 BEOSTHREAD POSIXTHREAD WIN32THREAD THREAD LOG2F SWSCALE \
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:407:             LAVF FFMS GPAC AVS GPL VECTOREXT INTERLACED CPU_COUNT OPENCL THP LSMASH X86_INLINE_ASM AS_FUNC INTEL_DISPATCHER \
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:408:             MSA MMAP WINRT VSX ARM_INLINE_ASM STRTOK_R CLOCK_GETTIME BITDEPTH8 BITDEPTH10"
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-409-
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-781-        ARCH="PPC"
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:782:        if [ $asm = auto ] ; then
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-783-            define HAVE_ALTIVEC
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-820-        elif [ "$SYS" = WINDOWS ] && [ "$compiler" = CL ] ; then
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:821:            AS="${AS-${SRCPATH}/tools/gas-preprocessor.pl -arch arm -as-type armasm -force-thumb -- armasm -nologo -ignore 4509}"
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-822-        elif [ "$SYS" = WINDOWS ] ; then
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-834-        elif [ "$SYS" = WINDOWS ] && [ "$compiler" = CL ] ; then
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:835:            AS="${AS-${SRCPATH}/tools/gas-preprocessor.pl -arch aarch64 -as-type armasm -- armasm64 -nologo}"
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-836-        else
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-940-
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:941:if [ $asm = auto -a \( $ARCH = X86 -o $ARCH = X86_64 \) ] ; then
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-942-    if ! as_check "vmovdqa32 [eax]{k1}{z}, zmm0" ; then
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-952-
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:953:if [ $asm = auto -a $ARCH = ARM ] ; then
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-954-    # set flags so neon is built by default
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-972-
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:973:if [ $asm = auto -a $ARCH = AARCH64 ] ; then
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-974-    if [ $compiler = CL ] && cpp_check '' '' 'defined(_M_ARM64)' ; then
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-987-
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:988:if [ $asm = auto -a \( $ARCH = ARM -o $ARCH = AARCH64 \) ] ; then
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-989-    # check if the assembler supports '.func' (clang 3.5 does not)
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-992-
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:993:if [ $asm = auto -a $ARCH = MIPS ] ; then
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-994-    if ! echo $CFLAGS | grep -Eq '(-march|-mmsa|-mno-msa)' ; then
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-1006-
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:1007:[ $asm = no ] && AS=""
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-1008-[ "x$AS" = x ] && asm="no" || asm="yes"
##############################################
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-1456-    # icc does not define __SSE__ until SSE2 optimization and icl never defines it or _M_IX86_FP
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure:1457:    [ \( $ARCH = X86_64 -o $ARCH = X86 \) -a $asm = yes ] && ! cpp_check "" "" "defined(__SSE__)" && define __SSE__
x264-0.160.3011+gitcde9a93/.pc/properly_detect_x32.patch/configure-1458-    PROF_GEN_CC="${QPRE}prof-gen ${QPRE}prof-dir."
##############################################
x264-0.160.3011+gitcde9a93/configure-36-Advanced options:
x264-0.160.3011+gitcde9a93/configure:37:  --disable-asm            disable platform-specific assembly optimizations
x264-0.160.3011+gitcde9a93/configure-38-  --enable-lto             enable link-time optimization
##############################################
x264-0.160.3011+gitcde9a93/configure-406-CONFIG_HAVE="MALLOC_H ALTIVEC ALTIVEC_H MMX ARMV6 ARMV6T2 NEON AARCH64 BEOSTHREAD POSIXTHREAD WIN32THREAD THREAD LOG2F SWSCALE \
x264-0.160.3011+gitcde9a93/configure:407:             LAVF FFMS GPAC AVS GPL VECTOREXT INTERLACED CPU_COUNT OPENCL THP LSMASH X86_INLINE_ASM AS_FUNC INTEL_DISPATCHER \
x264-0.160.3011+gitcde9a93/configure:408:             MSA MMAP WINRT VSX ARM_INLINE_ASM STRTOK_R CLOCK_GETTIME BITDEPTH8 BITDEPTH10"
x264-0.160.3011+gitcde9a93/configure-409-
##############################################
x264-0.160.3011+gitcde9a93/configure-723-
x264-0.160.3011+gitcde9a93/configure:724:case `$CC -dumpmachine` in
x264-0.160.3011+gitcde9a93/configure-725-    *gnux32) host_cpu=x32
##############################################
x264-0.160.3011+gitcde9a93/configure-789-        ARCH="PPC"
x264-0.160.3011+gitcde9a93/configure:790:        if [ $asm = auto ] ; then
x264-0.160.3011+gitcde9a93/configure-791-            define HAVE_ALTIVEC
##############################################
x264-0.160.3011+gitcde9a93/configure-828-        elif [ "$SYS" = WINDOWS ] && [ "$compiler" = CL ] ; then
x264-0.160.3011+gitcde9a93/configure:829:            AS="${AS-${SRCPATH}/tools/gas-preprocessor.pl -arch arm -as-type armasm -force-thumb -- armasm -nologo -ignore 4509}"
x264-0.160.3011+gitcde9a93/configure-830-        elif [ "$SYS" = WINDOWS ] ; then
##############################################
x264-0.160.3011+gitcde9a93/configure-842-        elif [ "$SYS" = WINDOWS ] && [ "$compiler" = CL ] ; then
x264-0.160.3011+gitcde9a93/configure:843:            AS="${AS-${SRCPATH}/tools/gas-preprocessor.pl -arch aarch64 -as-type armasm -- armasm64 -nologo}"
x264-0.160.3011+gitcde9a93/configure-844-        else
##############################################
x264-0.160.3011+gitcde9a93/configure-948-
x264-0.160.3011+gitcde9a93/configure:949:if [ $asm = auto -a \( $ARCH = X86 -o $ARCH = X86_64 \) ] ; then
x264-0.160.3011+gitcde9a93/configure-950-    if ! as_check "vmovdqa32 [eax]{k1}{z}, zmm0" ; then
##############################################
x264-0.160.3011+gitcde9a93/configure-960-
x264-0.160.3011+gitcde9a93/configure:961:if [ $asm = auto -a $ARCH = ARM ] ; then
x264-0.160.3011+gitcde9a93/configure-962-    # set flags so neon is built by default
##############################################
x264-0.160.3011+gitcde9a93/configure-980-
x264-0.160.3011+gitcde9a93/configure:981:if [ $asm = auto -a $ARCH = AARCH64 ] ; then
x264-0.160.3011+gitcde9a93/configure-982-    if [ $compiler = CL ] && cpp_check '' '' 'defined(_M_ARM64)' ; then
##############################################
x264-0.160.3011+gitcde9a93/configure-995-
x264-0.160.3011+gitcde9a93/configure:996:if [ $asm = auto -a \( $ARCH = ARM -o $ARCH = AARCH64 \) ] ; then
x264-0.160.3011+gitcde9a93/configure-997-    # check if the assembler supports '.func' (clang 3.5 does not)
##############################################
x264-0.160.3011+gitcde9a93/configure-1000-
x264-0.160.3011+gitcde9a93/configure:1001:if [ $asm = auto -a $ARCH = MIPS ] ; then
x264-0.160.3011+gitcde9a93/configure-1002-    if ! echo $CFLAGS | grep -Eq '(-march|-mmsa|-mno-msa)' ; then
##############################################
x264-0.160.3011+gitcde9a93/configure-1014-
x264-0.160.3011+gitcde9a93/configure:1015:[ $asm = no ] && AS=""
x264-0.160.3011+gitcde9a93/configure-1016-[ "x$AS" = x ] && asm="no" || asm="yes"
##############################################
x264-0.160.3011+gitcde9a93/configure-1464-    # icc does not define __SSE__ until SSE2 optimization and icl never defines it or _M_IX86_FP
x264-0.160.3011+gitcde9a93/configure:1465:    [ \( $ARCH = X86_64 -o $ARCH = X86 \) -a $asm = yes ] && ! cpp_check "" "" "defined(__SSE__)" && define __SSE__
x264-0.160.3011+gitcde9a93/configure-1466-    PROF_GEN_CC="${QPRE}prof-gen ${QPRE}prof-dir."