/external/clang/test/CodeGen/ |
2002-12-15-StructParameters.c | 14 compile_stack_type CST; 15 foo(&CST); 17 bar(CST, 12);
|
/external/webp/src/dsp/ |
lossless_enc_neon.c | 77 #define CST(X) (((int16_t)(m->X << 8)) >> 6) 79 CST(green_to_blue_), CST(green_to_red_), 80 CST(green_to_blue_), CST(green_to_red_), 81 CST(green_to_blue_), CST(green_to_red_), 82 CST(green_to_blue_), CST(green_to_red_) 86 0, CST(red_to_blue_), 0, CST(red_to_blue_) [all...] |
lossless_neon.c | 196 #define CST(X) (((int16_t)(m->X << 8)) >> 6) 198 CST(green_to_blue_), CST(green_to_red_), 199 CST(green_to_blue_), CST(green_to_red_), 200 CST(green_to_blue_), CST(green_to_red_), 201 CST(green_to_blue_), CST(green_to_red_) 205 0, CST(red_to_blue_), 0, CST(red_to_blue_) [all...] |
lossless_sse2.c | 178 #define CST(X) (((int16_t)(m->X << 8)) >> 5) // sign-extend 180 CST(green_to_red_), CST(green_to_blue_), 181 CST(green_to_red_), CST(green_to_blue_), 182 CST(green_to_red_), CST(green_to_blue_), 183 CST(green_to_red_), CST(green_to_blue_)); 185 CST(red_to_blue_), 0, CST(red_to_blue_), 0 [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-ia64-opc.c | 466 #define CST IA64_OPND_CLASS_CST 478 { CST, ins_const, ext_const, "NIL", {{ 0, 0}}, 0, "<none>" }, 479 { CST, ins_const, ext_const, "ar.csd", {{ 0, 0}}, 0, "ar.csd" }, 480 { CST, ins_const, ext_const, "ar.ccv", {{ 0, 0}}, 0, "ar.ccv" }, 481 { CST, ins_const, ext_const, "ar.pfs", {{ 0, 0}}, 0, "ar.pfs" }, 482 { CST, ins_const, ext_const, "1", {{ 0, 0}}, 0, "1" }, 483 { CST, ins_const, ext_const, "8", {{ 0, 0}}, 0, "8" }, 484 { CST, ins_const, ext_const, "16", {{ 0, 0}}, 0, "16" }, 485 { CST, ins_const, ext_const, "r0", {{ 0, 0}}, 0, "r0" }, 486 { CST, ins_const, ext_const, "ip", {{ 0, 0}}, 0, "ip" } [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
icuzones | 29 Zone SystemV/CST6 -6:00 - CST 50 Link America/Chicago CST
|
/external/v8/test/mjsunit/ |
date-parse.js | 164 // CST = UT minus 6 hours. 166 'Sat, 01-Jan-2000 02:00:00 CST', 167 'Sat, 01 Jan 2000 02:00:00 CST', 168 'Saturday, 01-Jan-00 02:00:00 CST',
|
/external/llvm/lib/Transforms/Scalar/ |
SCCP.cpp | [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 153 * This is the Concrete Syntax Tree (CST). 159 * So, the CST also contains transformation rules ({->x}) to
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | 440 if (Constant *CST = dyn_cast<Constant>(Op->getOperand(1))) { 441 // The multiplier is really 1 << CST. 442 RHS = ConstantExpr::getShl(ConstantInt::get(Op->getType(), 1), CST); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |