Home
last modified time | relevance | path

Searched defs:cnst (Results 1 – 3 of 3) 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.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