Home
last modified time | relevance | path

Searched defs:cnst (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
Ddebug-info-global.cpp7 const int cnst = 42; variable
/external/webp/src/dsp/
Dupsampling_msa.c37 #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/
Dsh.h2302 #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/
Dast_to_hir.cpp6583 ir_constant *const cnst = in hir() local