_                  31 source/common/cpu.h #define PFX3(prefix, name) prefix ## _ ## name
_                  46 source/common/x86/asm-primitives.cpp     ret PFX(name ## 4_ ## cpu(__VA_ARGS__)); \
_                  47 source/common/x86/asm-primitives.cpp     ret PFX(name ## 8_ ## cpu(__VA_ARGS__)); \
_                  48 source/common/x86/asm-primitives.cpp     ret PFX(name ## 16_ ## cpu(__VA_ARGS__)); \
_                  49 source/common/x86/asm-primitives.cpp     ret PFX(name ## 32_ ## cpu(__VA_ARGS__)); \
_                  50 source/common/x86/asm-primitives.cpp     ret PFX(name ## 64_ ## cpu(__VA_ARGS__))
_                 126 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_8x8].prim   = fncdef PFX(fname ## 8_ ## cpu); \
_                 127 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_16x16].prim = fncdef PFX(fname ## 16_ ## cpu); \
_                 128 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_32x32].prim = fncdef PFX(fname ## 32_ ## cpu); \
_                 129 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_64x64].prim = fncdef PFX(fname ## 64_ ## cpu)
_                 136 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_4x4].prim   = fncdef PFX(fname ## 4_ ## cpu); \
_                 137 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_8x8].prim   = fncdef PFX(fname ## 8_ ## cpu); \
_                 138 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_16x16].prim = fncdef PFX(fname ## 16_ ## cpu); \
_                 139 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_32x32].prim = fncdef PFX(fname ## 32_ ## cpu)
_                 656 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_4x4].intra_pred[mode] = PFX(intra_pred_ang4_ ## fno ## _ ## cpu); \
_                 657 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_8x8].intra_pred[mode] = PFX(intra_pred_ang8_ ## fno ## _ ## cpu); \
_                 658 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_16x16].intra_pred[mode] = PFX(intra_pred_ang16_ ## fno ## _ ## cpu); \
_                 659 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_32x32].intra_pred[mode] = PFX(intra_pred_ang32_ ## fno ## _ ## cpu);
_                 662 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_4x4].intra_pred[mode] = PFX(intra_pred_ang4_ ## fno ## _ ## cpu);
_                 665 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_16x16].intra_pred[mode] = PFX(intra_pred_ang16_ ## fno ## _ ## cpu); \
_                 666 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_32x32].intra_pred[mode] = PFX(intra_pred_ang32_ ## fno ## _ ## cpu);
_                 669 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_4x4].intra_pred[mode] = PFX(intra_pred_ang4_ ## fno ## _ ## cpu); \
_                 670 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_8x8].intra_pred[mode] = PFX(intra_pred_ang8_ ## fno ## _ ## cpu);
_                 695 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_8x8].intra_pred[mode] = PFX(intra_pred_ang8_ ## fno ## _ ## cpu); \
_                 696 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_16x16].intra_pred[mode] = PFX(intra_pred_ang16_ ## fno ## _ ## cpu); \
_                 697 source/common/x86/asm-primitives.cpp     p.cu[BLOCK_32x32].intra_pred[mode] = PFX(intra_pred_ang32_ ## fno ## _ ## cpu);
_                  31 source/common/x86/intrapred.h     void PFX(intra_pred_ang ## bsize ## _ ## mode ## _ ## cpu)(pixel* dst, intptr_t dstStride, const pixel* srcPix, int dirMode, int bFilter);
_                  79 source/compat/getopt/getopt.c #ifndef _
_                  83 source/compat/getopt/getopt.c #  ifndef _
_                 681 source/compat/getopt/getopt.c 	    fprintf (stderr, _("%s: option `%s' is ambiguous\n"),
_                 706 source/compat/getopt/getopt.c 				 _("%s: option `--%s' doesn't allow an argument\n"),
_                 711 source/compat/getopt/getopt.c 				 _("%s: option `%c%s' doesn't allow an argument\n"),
_                 729 source/compat/getopt/getopt.c 			   _("%s: option `%s' requires an argument\n"),
_                 758 source/compat/getopt/getopt.c 		fprintf (stderr, _("%s: unrecognized option `--%s'\n"),
_                 762 source/compat/getopt/getopt.c 		fprintf (stderr, _("%s: unrecognized option `%c%s'\n"),
_                 788 source/compat/getopt/getopt.c 	      fprintf (stderr, _("%s: illegal option -- %c\n"),
_                 791 source/compat/getopt/getopt.c 	      fprintf (stderr, _("%s: invalid option -- %c\n"),
_                 821 source/compat/getopt/getopt.c 		fprintf (stderr, _("%s: option requires an argument -- %c\n"),
_                 868 source/compat/getopt/getopt.c 	      fprintf (stderr, _("%s: option `-W %s' is ambiguous\n"),
_                 886 source/compat/getopt/getopt.c 		      fprintf (stderr, _("\
_                 902 source/compat/getopt/getopt.c 			       _("%s: option `%s' requires an argument\n"),
_                 951 source/compat/getopt/getopt.c 			     _("%s: option requires an argument -- %c\n"),