Searched refs:cnst (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | debug-info-global.cpp | 7 const int cnst = 42; variable 10 return ns::cnst + ns::cnst; in f1()
|
/external/mksh/src/ |
D | sh.h | 1675 #define notoktomul(val, cnst) notok2mul(SIZE_MAX, (val), (cnst)) argument 1676 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst)) argument 1677 #define checkoktoadd(val, cnst) do { \ argument 1678 if (notoktoadd((val), (cnst))) \ 1680 '+', (size_t)(cnst)); \
|
/external/llvm/test/Transforms/InstCombine/ |
D | strcmp-1.ll | 39 ; strcmp(x, y) -> cnst
|
D | strncmp-1.ll | 38 ; strncmp(x, y, n) -> cnst
|
D | memcmp-1.ll | 45 ; Check memcmp(mem1, mem2, size) -> cnst, where all arguments are constants.
|
/external/libgdx/gdx/jni/gdx2d/ |
D | jpgd.cpp | 71 #define MULTIPLY(var, cnst) ((var) * (cnst)) argument
|