/external/clang/test/CodeGenCXX/ |
debug-info-global.cpp | 7 const int cnst = 42; member in namespace:ns 10 return ns::cnst + ns::cnst; 15 // CHECK: [[GLOBALS]] = metadata !{metadata [[CNST:![0-9]*]]} 17 // CHECK: [[CNST]] = {{.*}}, metadata [[NS:![0-9]*]], metadata !"cnst", {{.*}}; [ DW_TAG_variable ] [cnst]
|
/external/llvm/test/CodeGen/PowerPC/ |
unal-altivec.ll | 35 ; CHECK-DAG: lvx [[CNST:[0-9]+]], 44 ; CHECK-DAG: vaddfp {{[0-9]+}}, [[R1]], [[CNST]] 45 ; CHECK-DAG: vaddfp {{[0-9]+}}, [[R2]], [[CNST]]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
homing.c | 25 #include "cnst.h"
|
int_lpc.c | 26 #include "cnst.h"
|
lp_dec2.c | 26 #include "cnst.h"
|
hp50.c | 43 #include "cnst.h"
|
hp6k.c | 29 #include "cnst.h"
|
bits.c | 28 #include "cnst.h"
|
decim54.c | 27 #include "cnst.h"
|
syn_filt.c | 27 #include "cnst.h"
|
isp_az.c | 27 #include "cnst.h"
|
pitch_f4.c | 29 #include "cnst.h"
|
/external/llvm/test/Transforms/InstCombine/ |
memcmp-1.ll | 45 ; Check memcmp(mem1, mem2, size) -> cnst, where all arguments are constants.
|
strcmp-1.ll | 39 ; strcmp(x, y) -> cnst
|
strncmp-1.ll | 38 ; strncmp(x, y, n) -> cnst
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
sp_dec.h | 53 #include "cnst.h"
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
bits.h | 29 #include "cnst.h"
|
cnst.h | 19 * CNST.H *
|
cod_main.h | 26 #include "cnst.h" /* coder constant parameters */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cor_h.cpp | 61 scenario. Moved cor_h.h after cnst.h in the Include section. 62 Doing this allows the unit test to build using the cnst.h in the 105 #include "cnst.h"
|
cod_amr.h | 67 #include "cnst.h" 112 * Coder constant parameters (defined in "cnst.h") *
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | 579 // strcmp(x, y) -> cnst (if both x and y are constant strings) 639 // strncmp(x, y) -> cnst (if both x and y are constant strings) [all...] |
/external/mksh/src/ |
sh.h | [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
cnst.h | 35 NOTE: This file must be synchronized with /gsm-amr/asm/include/cnst.inc file.
|
d_plsf.h | 65 #include "cnst.h"
|