Searched refs:SUFFIX (Results 1 - 25 of 57) sorted by relevance

123

/external/compiler-rt/lib/tsan/go/
H A Dbuildgo.sh31 SUFFIX="linux_amd64"
43 SUFFIX="freebsd_amd64"
55 SUFFIX="darwin_amd64"
66 SUFFIX="windows_amd64"
94 echo $CC gotsan.cc -c -o race_$SUFFIX.syso $FLAGS $CFLAGS
95 $CC gotsan.cc -c -o race_$SUFFIX.syso $FLAGS $CFLAGS
97 $CC test.c race_$SUFFIX.syso -m64 -o test $OSLDFLAGS
/external/qemu/target-i386/
H A Dops_sse_header.h21 #define SUFFIX _mmx macro
24 #define SUFFIX _xmm macro
37 DEF_HELPER_3(glue(psrlw, SUFFIX), void, env, Reg, Reg)
38 DEF_HELPER_3(glue(psraw, SUFFIX), void, env, Reg, Reg)
39 DEF_HELPER_3(glue(psllw, SUFFIX), void, env, Reg, Reg)
40 DEF_HELPER_3(glue(psrld, SUFFIX), void, env, Reg, Reg)
41 DEF_HELPER_3(glue(psrad, SUFFIX), void, env, Reg, Reg)
42 DEF_HELPER_3(glue(pslld, SUFFIX), void, env, Reg, Reg)
43 DEF_HELPER_3(glue(psrlq, SUFFIX), void, env, Reg, Reg)
44 DEF_HELPER_3(glue(psllq, SUFFIX), voi
352 #undef SUFFIX macro
[all...]
H A Dcc_helper_template.h30 #define SUFFIX b macro
35 #define SUFFIX w macro
40 #define SUFFIX l macro
45 #define SUFFIX q macro
55 static int glue(compute_all_add, SUFFIX)(CPUX86State *env)
70 static int glue(compute_c_add, SUFFIX)(CPUX86State *env)
79 static int glue(compute_all_adc, SUFFIX)(CPUX86State *env)
94 static int glue(compute_c_adc, SUFFIX)(CPUX86State *env)
103 static int glue(compute_all_sub, SUFFIX)(CPUX86State *env)
118 static int glue(compute_c_sub, SUFFIX)(CPUX86Stat
275 #undef SUFFIX macro
[all...]
H A Dshift_helper_template.h30 #define SUFFIX b macro
35 #define SUFFIX w macro
40 #define SUFFIX l macro
45 #define SUFFIX q macro
55 target_ulong glue(helper_rcl, SUFFIX)(CPUX86State *env,
83 target_ulong glue(helper_rcr, SUFFIX)(CPUX86State *env,
118 #undef SUFFIX macro
H A Dops_sse.h27 #define SUFFIX _mmx macro
35 #define SUFFIX _xmm macro
38 void glue(helper_psrlw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s)
62 void glue(helper_psraw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s)
83 void glue(helper_psllw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s)
107 void glue(helper_psrld, SUFFIX)(CPUX86State *env, Reg *d, Reg *s)
127 void glue(helper_psrad, SUFFIX)(CPUX86State *env, Reg *d, Reg *s)
144 void glue(helper_pslld, SUFFIX)(CPUX86State *env, Reg *d, Reg *s)
164 void glue(helper_psrlq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s)
182 void glue(helper_psllq, SUFFIX)(CPUX86Stat
2302 #undef SUFFIX macro
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dshow-pretty-diff43 SUFFIX => ".diff",
58 SUFFIX => ".html",
/external/qemu/include/exec/
H A Dsoftmmu_header.h29 #define SUFFIX q macro
33 #define SUFFIX l macro
37 #define SUFFIX w macro
42 #define SUFFIX b macro
96 res = glue(glue(helper_ld, SUFFIX), MMUSUFFIX)(env, addr, mmu_idx);
106 glue(glue(cpu_lds, SUFFIX), MEMSUFFIX)(CPUArchState *env, target_ulong ptr)
117 res = (DATA_STYPE)glue(glue(helper_ld, SUFFIX),
121 res = glue(glue(lds, SUFFIX), _raw)(hostaddr);
132 glue(glue(cpu_st, SUFFIX), MEMSUFFIX)(CPUArchState *env, target_ulong ptr,
144 glue(glue(helper_st, SUFFIX), MMUSUFFI
208 #undef SUFFIX macro
[all...]
H A Dsoftmmu_template.h29 #define SUFFIX q macro
33 #define SUFFIX l macro
37 #define SUFFIX w macro
41 #define SUFFIX b macro
57 # define USUFFIX SUFFIX
60 # define USUFFIX glue(u, SUFFIX)
61 # define SSUFFIX glue(s, SUFFIX)
95 # define helper_le_st_name glue(glue(helper_ret_st, SUFFIX), MMUSUFFIX)
102 # define helper_le_st_name glue(glue(helper_le_st, SUFFIX), MMUSUFFIX)
103 # define helper_be_st_name glue(glue(helper_be_st, SUFFIX), MMUSUFFI
519 #undef SUFFIX macro
[all...]
/external/chromium_org/tools/win/split_link/
H A Dgraph_dependencies.py55 f.write(SUFFIX % viz_js)
73 SUFFIX = r'''
/external/chromium_org/third_party/fips181/
H A Dfips181.h61 #define SUFFIX 04 macro
H A Dfips181.cc140 /* bl */ BEGIN | SUFFIX | NOT_END,
174 /* cl */ SUFFIX | NOT_END,
195 /* cqu */ NOT_BEGIN | SUFFIX | NOT_END,
276 /* fl */ BEGIN | SUFFIX | NOT_END,
310 /* gl */ BEGIN | SUFFIX | NOT_END,
446 /* kl */ SUFFIX | NOT_END,
448 /* kn */ BEGIN | SUFFIX | NOT_END,
451 /* kr */ SUFFIX | NOT_END,
616 /* pl */ SUFFIX | NOT_END,
684 /* sl */ BEGIN | SUFFIX | NOT_EN
[all...]
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
H A DSDL_main.c184 #define SUFFIX " Preferences" macro
185 #define MAX_NAME 19 /* 31 - strlen (SUFFIX) */
205 SDL_memcpy(prefs_name + app_name[0] + 1, SUFFIX, strlen (SUFFIX));
206 prefs_name[0] = app_name[0] + strlen (SUFFIX);
/external/skia/src/utils/win/
H A DSkWGL_win.cpp202 #define GET_PROC(NAME, SUFFIX) f##NAME = \
203 (##NAME##Proc) wglGetProcAddress("wgl" #NAME #SUFFIX)
/external/lzma/C/
H A DPpmd7.c30 #define SUFFIX(ctx) CTX((ctx)->Suffix) macro
356 c = SUFFIX(c);
429 c = SUFFIX(p->MinContext);
503 for (c = p->MaxContext; c != p->MinContext; c = SUFFIX(c))
641 (nonMasked < (unsigned)SUFFIX(p->MinContext)->NumStats - p->MinContext->NumStats) +
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp226 #define GET_PROC(NAME, SUFFIX) f##NAME = \
227 (##NAME##Proc) wglGetProcAddress("wgl" #NAME #SUFFIX)
/external/clang/tools/scan-build/
H A Dccc-analyzer117 SUFFIX => GetPPExt($Lang),
689 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist",
/external/eigen/unsupported/test/
H A Dopenglsupport.cpp31 #define VERIFY_UNIFORM(SUFFIX,NAME,TYPE) { \
37 EIGEN_CAT(glGetUniform,SUFFIX)(prg_id,loc,data.data()); \
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dmsfmrgts.cpp875 UnicodeString SUFFIX [] = { local
890 if (SUFFIX[i] == "") {
896 !out.endsWith(SUFFIX[i]))
898 SUFFIX[i] + "\"");
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp875 UnicodeString SUFFIX [] = { local
890 if (SUFFIX[i] == "") {
896 !out.endsWith(SUFFIX[i]))
898 SUFFIX[i] + "\"");
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dx86inc.asm503 cglobal_internal %1 %+ SUFFIX
505 cglobal_internal %1 %+ SUFFIX, %2
604 %xdefine SUFFIX _ %+ cpuname
619 %xdefine SUFFIX
785 call_internal %1, %1 %+ SUFFIX
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
H A Dx86inc.asm600 cglobal_internal %1 %+ SUFFIX
602 cglobal_internal %1 %+ SUFFIX, %2
706 %xdefine SUFFIX _ %+ cpuname
721 %xdefine SUFFIX
895 call_internal %1, %1 %+ SUFFIX
/external/chromium_org/third_party/libyuv/source/
H A Dx86inc.asm503 cglobal_internal %1 %+ SUFFIX
505 cglobal_internal %1 %+ SUFFIX, %2
604 %xdefine SUFFIX _ %+ cpuname
619 %xdefine SUFFIX
785 call_internal %1, %1 %+ SUFFIX
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm583 cglobal_internal %1 %+ SUFFIX
585 cglobal_internal %1 %+ SUFFIX, %2
685 %xdefine SUFFIX _ %+ cpuname
700 %xdefine SUFFIX
874 call_internal %1, %1 %+ SUFFIX
/external/elfutils/0.153/
H A Dconfigure1343 --program-suffix=SUFFIX append SUFFIX to installed program names
/external/genext2fs/
H A Dconfigure1266 --program-suffix=SUFFIX append SUFFIX to installed program names

Completed in 3722 milliseconds

123