HomeSort by relevance Sort by last modified time
    Searched full:cnst (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_Clip.h 28 EXTERN CNST M4VIFI_UInt8 *M4VIFI_ClipTable_zero;
30 EXTERN CNST M4VIFI_UInt16 *M4VIFI_DivTable_zero;
  /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/libvideoeditor/vss/video_filters/src/
M4VIFI_Clip.c 31 CNST M4VIFI_UInt8 M4VIFI_ClipTable[1256]
193 CNST M4VIFI_UInt16 M4VIFI_DivTable[512]
261 CNST M4VIFI_Int32 const_storage1[8]
266 CNST M4VIFI_Int32 const_storage[8]
272 CNST M4VIFI_UInt16 *M4VIFI_DivTable_zero
275 CNST M4VIFI_UInt8 *M4VIFI_ClipTable_zero
  /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 544 // strcmp(x, y) -> cnst (if both x and y are constant strings)
603 // strncmp(x, y) -> cnst (if both x and y are constant strings)
    [all...]
  /external/mksh/src/
sh.h     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 352 bool &usgn, bool &scal, bool &cnst, bool &pntr) {
407 cnst = true;
434 bool cnst = false; local
446 type = ModType(mod, type, quad, poly, usgn, scal, cnst, pntr);
511 if (cnst)
529 bool cnst = false; local
541 type = ModType(mod, type, quad, poly, usgn, scal, cnst, pntr);
569 if (cnst)
1549 bool cnst = false; local
    [all...]

Completed in 479 milliseconds

1 2 3 4 5 6