Searched refs:XSUB (Results 1 - 6 of 6) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dmix_i386.c | 12 #define XSUB "subl" macro 21 #undef XSUB macro 30 #define XSUB "addl" macro 39 #undef XSUB macro 48 #define XSUB "subl" macro 57 #undef XSUB macro 66 #define XSUB "addl" macro 75 #undef XSUB macro
|
H A D | pcm_dmix_x86_64.c | 10 #define XSUB "subl" macro 17 #undef XSUB macro 24 #define XSUB "addl" macro 31 #undef XSUB macro 38 #define XSUB "subl" macro 45 #undef XSUB macro 52 #define XSUB "addl" macro 59 #undef XSUB macro
|
H A D | pcm_dmix_i386.h | 92 "\t" XSUB " %%edx, %%ecx\n" in MIX_AREAS_16() 220 "\t" XSUB " %%edx, %%ecx\n" in MIX_AREAS_16_MMX() 324 "\t" XSUB " %%edx, %%ecx\n" in MIX_AREAS_32() 445 "\t" XSUB " %%edx, %%ecx\n" in MIX_AREAS_24() 559 "\t" XSUB " %%edx, %%ecx\n" in MIX_AREAS_24_CMOV()
|
H A D | pcm_dmix_x86_64.h | 94 "\t" XSUB " %%edx, %%ecx\n" in MIX_AREAS_16() 218 "\t" XSUB " %%edx, %%ecx\n" in MIX_AREAS_32() 353 "\t" XSUB " %%edx, %%ecx\n" in MIX_AREAS_24()
|
/third_party/mksh/ |
H A D | eval.c | 59 #define XSUB 5 /* expanding ${} string */ macro 60 #define XSUBMID 6 /* middle of expanding ${}; must be XSUB+1 */ 64 #define isXSUB(t) ((t) == XSUB || (t) == XSUBPAT) 374 type = XSUB; in expand() 757 type = XSUB; in expand() 760 type = XSUB; in expand() 797 type = XSUB; in expand() 826 type = XSUB; in expand() 909 case XSUB: in expand() 1223 int state; /* next state: XBASE, XARG, XSUB, XNULLSU in varsub() [all...] |
/third_party/alsa-lib/test/ |
H A D | mixtest.c | 151 #define XSUB "subl" macro
|
Completed in 4 milliseconds