Searched defs:cnst (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | debug-info-global.cpp | 7 const int cnst = 42; variable
|
/external/webp/src/dsp/ |
D | upsampling_msa.c | 37 #define MULTHI_16(in0, in1, in2, in3, cnst, out0, out1) do { \ argument 45 #define MULTHI_8(in0, in1, cnst, out0) do { \ argument
|
/external/mksh/src/ |
D | sh.h | 2302 #define notoktomul(val, cnst) notok2mul(SIZE_MAX, (val), (cnst)) argument 2303 #define notoktoadd(val, cnst) notok2add(SIZE_MAX, (val), (cnst)) argument 2304 #define checkoktoadd(val, cnst) do { \ argument
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 6583 ir_constant *const cnst = in hir() local
|