Home
last modified time | relevance | path

Searched refs:cnst (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGenCXX/
Ddebug-info-global.cpp7 const int cnst = 42; variable
10 return ns::cnst + ns::cnst; in f1()
/external/mksh/src/
Dsh.h2297 #define notoktomul(val, cnst) notok2mul(SIZE_MAX, (val), (cnst)) argument
2298 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst)) argument
2299 #define checkoktoadd(val, cnst) do { \ argument
2300 if (notoktoadd((val), (cnst))) \
2302 '+', (size_t)(cnst)); \
/external/webp/src/dsp/
Dupsampling_msa.c37 #define MULTHI_16(in0, in1, in2, in3, cnst, out0, out1) do { \ argument
38 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \
45 #define MULTHI_8(in0, in1, cnst, out0) do { \ argument
46 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/
DStrCmp.ll34 ; strcmp(x, y) -> cnst
DStrNCmp.ll34 ; strncmp(x, y, n) -> cnst
/external/llvm/test/Transforms/InstCombine/
Dstrcmp-1.ll39 ; strcmp(x, y) -> cnst
Dstrncmp-1.ll38 ; strncmp(x, y, n) -> cnst
Dmemcmp-1.ll45 ; Check memcmp(mem1, mem2, size) -> cnst, where all arguments are constants.