HomeSort by relevance Sort by last modified time
    Searched refs:C1 (Results 226 - 250 of 268) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c     [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp     [all...]
  /external/bison/
maint.mk     [all...]
  /external/chromium_org/third_party/icu/source/data/sprep/
rfc4518.txt 238 12C1; ; UNASSIGNED
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 291 static WEBP_INLINE uint32_t ClampedAddSubtractFull(uint32_t c0, uint32_t c1,
295 const __m128i C1 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c1), zero);
297 const __m128i V1 = _mm_add_epi16(C0, C1);
304 static WEBP_INLINE uint32_t ClampedAddSubtractHalf(uint32_t c0, uint32_t c1,
306 const uint32_t ave = Average2(c0, c1);
358 static WEBP_INLINE uint32_t ClampedAddSubtractFull(uint32_t c0, uint32_t c1,
360 const int a = AddSubtractComponentFull(c0 >> 24, c1 >> 24, c2 >> 24);
362 (c1 >> 16) & 0xff,
365 (c1 >> 8) & 0xff
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/icu4c/data/sprep/
rfc4518.txt 238 12C1; ; UNASSIGNED
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 586 // (&GV+C1) - (&GV+C2) -> C1-C2, pointer arithmetic cannot overflow.
    [all...]
DependenceAnalysis.cpp     [all...]
  /external/opencv/cxcore/src/
cxconvert.cpp 415 ICV_DEF_PXPLCOI_TAB( icvInitSplitRCoiTable, Cn, C1 )
417 ICV_DEF_PXPLCOI_TAB( icvInitCvtPlaneToPixRCoiTable, C1, Cn )
    [all...]
  /external/webp/src/dsp/
lossless.c 291 static WEBP_INLINE uint32_t ClampedAddSubtractFull(uint32_t c0, uint32_t c1,
295 const __m128i C1 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c1), zero);
297 const __m128i V1 = _mm_add_epi16(C0, C1);
304 static WEBP_INLINE uint32_t ClampedAddSubtractHalf(uint32_t c0, uint32_t c1,
306 const uint32_t ave = Average2(c0, c1);
358 static WEBP_INLINE uint32_t ClampedAddSubtractFull(uint32_t c0, uint32_t c1,
360 const int a = AddSubtractComponentFull(c0 >> 24, c1 >> 24, c2 >> 24);
362 (c1 >> 16) & 0xff,
365 (c1 >> 8) & 0xff
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 198 // 6. Transform: "(A op C1) op (B op C2)" ==> "(A op B) op (C1 op C2)"
199 // if C1 and C2 are constants.
308 // Transform: "(A op C1) op (B op C2)" ==> "(A op B) op (C1 op C2)"
309 // if C1 and C2 are constants.
316 Constant *C1 = cast<Constant>(Op0->getOperand(1));
320 Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 26 MAP(C1, 33) \
110 EXTENSION_TABLE(c1) \
    [all...]
  /external/qemu/target-mips/
op_helper.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
test_datetime.py     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 515 /// ValuesOverlap - Return true if there are any keys in C1 that exist in C2 as
518 ValuesOverlap(std::vector<ValueEqualityComparisonCase> &C1,
520 std::vector<ValueEqualityComparisonCase> *V1 = &C1, *V2 = &C2;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
video.rtpdump     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 590 // reassoc. (op (op x, c1), c2) -> (op x, (op c1, c2))
598 // reassoc. (op (op x, c1), y) -> (op (op x, y), c1) iff x+c1 has one use
608 // reassoc. (op c2, (op x, c1)) -> (op x, (op c1, c2))
616 // reassoc. (op y, (op x, c1)) -> (op (op x, y), c1) iff x+c1 has one us
3667 uint64_t c1 = cast<ConstantSDNode>(N0.getOperand(1))->getZExtValue(); local
3685 uint64_t c1 = local
3706 uint64_t c1 = cast<ConstantSDNode>(N0.getOperand(1))->getZExtValue(); local
3918 uint64_t c1 = cast<ConstantSDNode>(N0.getOperand(1))->getZExtValue(); local
3930 uint64_t c1 = local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
gcm128.c     [all...]

Completed in 5043 milliseconds

1 2 3 4 5 6 7 8 91011