Home
last modified time | relevance | path

Searched defs:cnst (Results 1 – 5 of 5) 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/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c1086 struct spirv_const *cnst = rzalloc(b->mem_ctx, struct spirv_const); in get_const_def() local
/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.cpp6836 ir_constant *const cnst = in hir() local